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