OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:childWidthMode
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java
531
int
childWidthMode
;
533
childWidthMode
= MeasureSpec.AT_MOST;
535
childWidthMode
= MeasureSpec.EXACTLY;
546
MeasureSpec.makeMeasureSpec(widthSize - horizontalPadding,
childWidthMode
);
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
PagedView.java
860
int
childWidthMode
;
867
childWidthMode
= MeasureSpec.AT_MOST;
869
childWidthMode
= MeasureSpec.EXACTLY;
884
childWidthMode
= MeasureSpec.EXACTLY;
892
MeasureSpec.makeMeasureSpec(childWidth,
childWidthMode
);
[
all
...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
PagedView.java
697
int
childWidthMode
;
699
childWidthMode
= MeasureSpec.AT_MOST;
701
childWidthMode
= MeasureSpec.EXACTLY;
712
MeasureSpec.makeMeasureSpec(widthSize - horizontalPadding,
childWidthMode
);
[
all
...]
Completed in 29 milliseconds