Searched refs:dotPosition (Results 1 – 2 of 2) sorted by relevance
236 float[] dotPosition; in getDotCenter() local238 dotPosition = mDotRenderer.getLeftDotPosition(); in getDotCenter()240 dotPosition = mDotRenderer.getRightDotPosition(); in getDotCenter()243 float dotCenterX = mTempBounds.width() * dotPosition[0]; in getDotCenter()244 float dotCenterY = mTempBounds.height() * dotPosition[1]; in getDotCenter()
107 float[] dotPosition = params.leftAlign ? mLeftDotPosition : mRightDotPosition; in draw() local108 float dotCenterX = iconBounds.left + iconBounds.width() * dotPosition[0]; in draw()109 float dotCenterY = iconBounds.top + iconBounds.height() * dotPosition[1]; in draw()