Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DFocusIndicatorView.java38 private final int[] mTargetViewPos = new int[2]; field in FocusIndicatorView
114 computeLocationRelativeToParent(v, (View) getParent(), mTargetViewPos); 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()