OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:indicatorWidth
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Settings/src/com/android/settings/widget/
SlidingTabLayout.java
89
final int
indicatorWidth
= mIndicatorView.getMeasuredWidth();
94
mIndicatorView.layout(totalWidth -
indicatorWidth
,
100
indicatorWidth
, indicatorBottom);
/packages/apps/Launcher3/src/com/android/launcher3/
FocusIndicatorView.java
106
int
indicatorWidth
= getWidth();
111
nextState.scaleX = v.getScaleX() * v.getWidth() /
indicatorWidth
;
115
nextState.x = mTargetViewPos[0] - mIndicatorPos[0] - (1 - nextState.scaleX) *
indicatorWidth
/ 2;
/packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java
[
all
...]
Completed in 3395 milliseconds