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 86 int ownHeight = heightMode == MeasureSpec.EXACTLY
88 newHeightSpec = MeasureSpec.makeMeasureSpec(ownHeight, MeasureSpec.EXACTLY);
96 setMeasuredDimension(width, ownHeight);
NotificationContentView.java 216 int ownHeight = Math.min(maxChildHeight, maxSize);
217 setMeasuredDimension(width, ownHeight);
    [all...]
  /frameworks/base/core/java/android/view/
NotificationHeaderView.java 179 int ownHeight = getHeight() - getPaddingTop() - getPaddingBottom();
189 int top = (int) (getPaddingTop() + (ownHeight - childHeight) / 2.0f);

Completed in 283 milliseconds