Searched refs:mLeftDotPosition (Results 1 – 1 of 1) sorted by relevance
51 private final float[] mLeftDotPosition; field in DotRenderer67 mLeftDotPosition = getPathPoint(iconShapePath, pathSize, -1); in DotRenderer()93 return mLeftDotPosition; in getLeftDotPosition()111 float[] dotPosition = params.leftAlign ? mLeftDotPosition : mRightDotPosition; in draw()