Searched refs:adjustmentForScaleAway (Results 1 – 1 of 1) sorted by relevance
316 final float adjustmentForScaleAway = hideDot ? 0f : (mOriginalDotSize / 2f); in updateDot() local317 final float dotPositionX = stackPos.x + mDotCenter[0] - adjustmentForScaleAway; in updateDot()318 final float dotPositionY = stackPos.y + mDotCenter[1] - adjustmentForScaleAway; in updateDot()