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