Searched refs:dotCenterY (Results 1 – 2 of 2) sorted by relevance
109 float dotCenterY = iconBounds.top + iconBounds.height() * dotPosition[1]; in draw() local116 float offsetY = Math.max(0, canvasBounds.top - (dotCenterY + mBitmapOffset)); in draw()119 canvas.translate(dotCenterX + offsetX, dotCenterY + offsetY); in draw()
206 float dotCenterY = mTempBounds.height() * dotPosition[1]; in getDotCenter() local207 return new float[]{dotCenterX, dotCenterY}; in getDotCenter()