Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DNotificationHeaderView.java202 int ownHeight = getMeasuredHeight() - getPaddingTop() - getPaddingBottom(); in onLayout() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java104 int ownHeight = heightMode == MeasureSpec.EXACTLY in onMeasure() local
DNotificationContentView.java303 int ownHeight = Math.min(maxChildHeight, maxSize); in onMeasure() local