Home
last modified time | relevance | path

Searched refs:ownHeight (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java104 int ownHeight = heightMode == MeasureSpec.EXACTLY in onMeasure() local
106 newHeightSpec = MeasureSpec.makeMeasureSpec(ownHeight, MeasureSpec.EXACTLY); in onMeasure()
114 setMeasuredDimension(width, ownHeight); in onMeasure()
DNotificationContentView.java303 int ownHeight = Math.min(maxChildHeight, maxSize); in onMeasure() local
304 setMeasuredDimension(width, ownHeight); in onMeasure()
/frameworks/base/core/java/android/view/
DNotificationHeaderView.java202 int ownHeight = getMeasuredHeight() - getPaddingTop() - getPaddingBottom(); in onLayout() local
212 int top = (int) (getPaddingTop() + (ownHeight - childHeight) / 2.0f); in onLayout()