Searched refs:dotPosition (Results 1 – 1 of 1) sorted by relevance
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()