Searched refs:mMinContractedHeight (Results 1 – 1 of 1) sorted by relevance
92 private int mMinContractedHeight; field in NotificationContentView189 mMinContractedHeight = getResources().getDimensionPixelSize( in initView()249 if (measuredHeight < mMinContractedHeight) { in onMeasure()250 heightSpec = MeasureSpec.makeMeasureSpec(mMinContractedHeight, MeasureSpec.EXACTLY); in onMeasure()773 ? getViewHeight(VISIBLE_TYPE_CONTRACTED) : mMinContractedHeight; in getMinHeight()