HomeSort by relevance Sort by last modified time
    Searched refs:childHeightMode (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/com/android/internal/view/menu/
ActionMenuView.java 359 final int childHeightMode = MeasureSpec.getMode(parentHeightMeasureSpec);
360 final int childHeightSpec = MeasureSpec.makeMeasureSpec(childHeightSize, childHeightMode);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
ActionMenuView.java 381 final int childHeightMode = MeasureSpec.getMode(parentHeightMeasureSpec);
382 final int childHeightSpec = MeasureSpec.makeMeasureSpec(childHeightSize, childHeightMode);
  /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...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
PagedView.java 649 int childHeightMode;
651 childHeightMode = MeasureSpec.AT_MOST;
653 childHeightMode = MeasureSpec.EXACTLY;
659 MeasureSpec.makeMeasureSpec(heightSize - verticalPadding, childHeightMode);
    [all...]

Completed in 58 milliseconds