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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableView.java 61 int maxChildHeight = 0;
81 maxChildHeight = Math.max(maxChildHeight, childHeight);
87 ? givenSize : Math.min(ownMaxHeight, maxChildHeight);
NotificationContentView.java 153 int maxChildHeight = 0;
165 maxChildHeight = Math.max(maxChildHeight, mExpandedChild.getMeasuredHeight());
181 maxChildHeight = Math.max(maxChildHeight, measuredHeight);
202 maxChildHeight = Math.max(maxChildHeight, mHeadsUpChild.getMeasuredHeight());
214 maxChildHeight = Math.max(maxChildHeight, mSingleLineView.getMeasuredHeight());
216 int ownHeight = Math.min(maxChildHeight, maxSize)
    [all...]
  /frameworks/base/core/java/android/widget/
ActionMenuView.java 198 int maxChildHeight = 0;
241 maxChildHeight = Math.max(maxChildHeight, child.getMeasuredHeight());
378 heightSize = maxChildHeight;
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionMenuView.java 203 int maxChildHeight = 0;
246 maxChildHeight = Math.max(maxChildHeight, child.getMeasuredHeight());
383 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 5154 milliseconds