OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:childHeightMode
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/core/java/android/widget/
ActionMenuView.java
403
final int
childHeightMode
= MeasureSpec.getMode(parentHeightMeasureSpec);
404
final int childHeightSpec = MeasureSpec.makeMeasureSpec(childHeightSize,
childHeightMode
);
Toolbar.java
[
all
...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionMenuView.java
404
final int
childHeightMode
= MeasureSpec.getMode(parentHeightMeasureSpec);
405
final int childHeightSpec = MeasureSpec.makeMeasureSpec(childHeightSize,
childHeightMode
);
Toolbar.java
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
PagedView.java
795
int
childHeightMode
;
807
childHeightMode
= MeasureSpec.AT_MOST;
809
childHeightMode
= MeasureSpec.EXACTLY;
819
childHeightMode
= MeasureSpec.EXACTLY;
831
MeasureSpec.makeMeasureSpec(childHeight,
childHeightMode
);
[
all
...]
/packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java
538
int
childHeightMode
;
540
childHeightMode
= MeasureSpec.AT_MOST;
542
childHeightMode
= MeasureSpec.EXACTLY;
548
MeasureSpec.makeMeasureSpec(heightSize - verticalPadding,
childHeightMode
);
[
all
...]
/prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar
Completed in 772 milliseconds