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 94 int ownHeight = heightMode == MeasureSpec.EXACTLY
96 newHeightSpec = MeasureSpec.makeMeasureSpec(ownHeight, MeasureSpec.EXACTLY);
104 setMeasuredDimension(width, ownHeight);
NotificationContentView.java 303 int ownHeight = Math.min(maxChildHeight, maxSize);
304 setMeasuredDimension(width, ownHeight);
    [all...]
  /frameworks/base/core/java/android/view/
NotificationHeaderView.java 186 int ownHeight = getMeasuredHeight() - getPaddingTop() - getPaddingBottom();
196 int top = (int) (getPaddingTop() + (ownHeight - childHeight) / 2.0f);

Completed in 1165 milliseconds