Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java78 private int mMinContractedHeight; field in NotificationContentView
174 mMinContractedHeight = getResources().getDimensionPixelSize( in initView()
234 if (measuredHeight < mMinContractedHeight) { in onMeasure()
235 heightSpec = MeasureSpec.makeMeasureSpec(mMinContractedHeight, MeasureSpec.EXACTLY); in onMeasure()
736 ? getViewHeight(VISIBLE_TYPE_CONTRACTED) : mMinContractedHeight; in getMinHeight()