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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableView.java 61 int maxChildHeight = 0;
78 maxChildHeight = Math.max(maxChildHeight, childHeight);
83 int ownHeight = hasFixedHeight ? ownMaxHeight : maxChildHeight;
  /frameworks/base/core/java/android/widget/
ActionMenuView.java 190 int maxChildHeight = 0;
233 maxChildHeight = Math.max(maxChildHeight, child.getMeasuredHeight());
370 heightSize = maxChildHeight;
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionMenuView.java 200 int maxChildHeight = 0;
243 maxChildHeight = Math.max(maxChildHeight, child.getMeasuredHeight());
380 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...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 194 milliseconds