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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableView.java 91 int ownHeight = heightMode == MeasureSpec.EXACTLY
93 newHeightSpec = MeasureSpec.makeMeasureSpec(ownHeight, MeasureSpec.EXACTLY);
101 setMeasuredDimension(width, ownHeight);
NotificationContentView.java 278 int ownHeight = Math.min(maxChildHeight, maxSize);
279 setMeasuredDimension(width, ownHeight);
    [all...]
  /frameworks/base/core/java/android/view/
NotificationHeaderView.java 157 int ownHeight = getMeasuredHeight() - getPaddingTop() - getPaddingBottom();
167 int top = (int) (getPaddingTop() + (ownHeight - childHeight) / 2.0f);

Completed in 66 milliseconds