Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java99 private int mMinContractedHeight; field in NotificationContentView
233 mMinContractedHeight = getResources().getDimensionPixelSize( in reinflate()
291 if (measuredHeight < mMinContractedHeight) { in onMeasure()
292 heightSpec = MeasureSpec.makeMeasureSpec(mMinContractedHeight, MeasureSpec.EXACTLY); in onMeasure()
802 ? getViewHeight(VISIBLE_TYPE_CONTRACTED) : mMinContractedHeight; in getMinHeight()