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

  /frameworks/base/core/java/com/android/internal/view/menu/
ActionMenuView.java 354 final int childHeightMode = MeasureSpec.getMode(parentHeightMeasureSpec);
355 final int childHeightSpec = MeasureSpec.makeMeasureSpec(childHeightSize, childHeightMode);
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java 497 int childHeightMode;
499 childHeightMode = MeasureSpec.AT_MOST;
501 childHeightMode = MeasureSpec.EXACTLY;
507 MeasureSpec.makeMeasureSpec(heightSize - verticalPadding, childHeightMode);
    [all...]

Completed in 154 milliseconds