Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DFocusIndicatorView.java107 int indicatorHeight = getHeight(); in onFocusChange() local
112 nextState.scaleY = v.getScaleY() * v.getHeight() / indicatorHeight; in onFocusChange()
116 … nextState.y = mTargetViewPos[1] - mIndicatorPos[1] - (1 - nextState.scaleY) * indicatorHeight / 2; in onFocusChange()