Searched refs:mMinContractedHeight (Results 1 – 1 of 1) sorted by relevance
105 private int mMinContractedHeight; field in NotificationContentView241 mMinContractedHeight = getResources().getDimensionPixelSize( in reinflate()307 if (measuredHeight < mMinContractedHeight) { in onMeasure()308 heightSpec = MeasureSpec.makeMeasureSpec(mMinContractedHeight, MeasureSpec.EXACTLY); in onMeasure()845 ? getViewHeight(VISIBLE_TYPE_CONTRACTED) : mMinContractedHeight; in getMinHeight()