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