HomeSort by relevance Sort by last modified time
    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 407 final int childHeightMode = MeasureSpec.getMode(parentHeightMeasureSpec);
408 final int childHeightSpec = MeasureSpec.makeMeasureSpec(childHeightSize, childHeightMode);
Toolbar.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedView.java 796 int childHeightMode;
808 childHeightMode = MeasureSpec.AT_MOST;
810 childHeightMode = MeasureSpec.EXACTLY;
820 childHeightMode = MeasureSpec.EXACTLY;
832 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 346 milliseconds