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

  /frameworks/base/core/java/com/android/internal/view/menu/
ActionMenuView.java 153 int maxChildHeight = 0;
196 maxChildHeight = Math.max(maxChildHeight, child.getMeasuredHeight());
333 heightSize = maxChildHeight;
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
ActionMenuView.java 153 int maxChildHeight = 0;
202 maxChildHeight = Math.max(maxChildHeight, child.getMeasuredHeight());
355 heightSize = maxChildHeight;
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java 516 int maxChildHeight = 0;
551 maxChildHeight = Math.max(maxChildHeight, child.getMeasuredHeight());
557 heightSize = maxChildHeight + verticalPadding;
    [all...]

Completed in 48 milliseconds