Home
last modified time | relevance | path

Searched refs:adjustmentForScaleAway (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleFlyoutView.java316 final float adjustmentForScaleAway = hideDot ? 0f : (mOriginalDotSize / 2f); in updateDot() local
317 final float dotPositionX = stackPos.x + mDotCenter[0] - adjustmentForScaleAway; in updateDot()
318 final float dotPositionY = stackPos.y + mDotCenter[1] - adjustmentForScaleAway; in updateDot()