Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DFocusIndicatorView.java37 private final int[] mIndicatorPos = new int[2]; field in FocusIndicatorView
101 computeLocationRelativeToParent(this, (View) getParent(), mIndicatorPos); in onFocusChange()
115 … nextState.x = mTargetViewPos[0] - mIndicatorPos[0] - (1 - nextState.scaleX) * indicatorWidth / 2; in onFocusChange()
116 … nextState.y = mTargetViewPos[1] - mIndicatorPos[1] - (1 - nextState.scaleY) * indicatorHeight / 2; in onFocusChange()