Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DFocusIndicatorView.java106 int indicatorWidth = getWidth(); in onFocusChange() local
111 nextState.scaleX = v.getScaleX() * v.getWidth() / indicatorWidth; in onFocusChange()
115 … nextState.x = mTargetViewPos[0] - mIndicatorPos[0] - (1 - nextState.scaleX) * indicatorWidth / 2; in onFocusChange()
/packages/apps/Launcher2/src/com/android/launcher2/
DPagedView.java1898 int indicatorWidth = mScrollIndicator.getMeasuredWidth() - in updateScrollingIndicatorPosition() local
1914 int indicatorCenterOffset = indicatorSpace / 2 - indicatorWidth / 2; in updateScrollingIndicatorPosition()