Searched refs:mIndicatorPos (Results 1 – 1 of 1) sorted by relevance
37 private final int[] mIndicatorPos = new int[2]; field in FocusIndicatorView101 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()