Home
last modified time | relevance | path

Searched refs:mLeftDotPosition (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/iconloaderlib/src/com/android/launcher3/icons/
DDotRenderer.java51 private final float[] mLeftDotPosition; field in DotRenderer
63 mLeftDotPosition = getPathPoint(iconShapePath, pathSize, -1); in DotRenderer()
89 return mLeftDotPosition; in getLeftDotPosition()
107 float[] dotPosition = params.leftAlign ? mLeftDotPosition : mRightDotPosition; in draw()