Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DNotificationTopLineView.java175 int ownHeight = b - t; in onLayout() local
176 int childSpace = ownHeight - mPaddingTop - mPaddingBottom; in onLayout()
214 int childBottom = ownHeight - mPaddingBottom; in onLayout()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java161 int ownHeight = heightMode == MeasureSpec.EXACTLY in onMeasure() local
164 int exactlyOwnHeightSpec = MeasureSpec.makeMeasureSpec(ownHeight, MeasureSpec.EXACTLY); in onMeasure()
176 setMeasuredDimension(width, ownHeight); in onMeasure()
DNotificationContentView.java351 int ownHeight = Math.min(maxChildHeight, maxSize); in onMeasure() local
352 setMeasuredDimension(width, ownHeight); in onMeasure()