Loading iconloaderlib/src/com/android/launcher3/icons/DotRenderer.java +8 −0 Original line number Diff line number Diff line Loading @@ -85,6 +85,14 @@ public class DotRenderer { return pos; } public float[] getLeftDotPosition() { return mLeftDotPosition; } public float[] getRightDotPosition() { return mRightDotPosition; } /** * Draw a circle on top of the canvas according to the given params. */ Loading Loading
iconloaderlib/src/com/android/launcher3/icons/DotRenderer.java +8 −0 Original line number Diff line number Diff line Loading @@ -85,6 +85,14 @@ public class DotRenderer { return pos; } public float[] getLeftDotPosition() { return mLeftDotPosition; } public float[] getRightDotPosition() { return mRightDotPosition; } /** * Draw a circle on top of the canvas according to the given params. */ Loading