Searched refs:mSmallHeight (Results 1 – 1 of 1) sorted by relevance
53 private int mSmallHeight; field in NotificationContentView102 mSmallHeight = getResources().getDimensionPixelSize(R.dimen.notification_min_height); in reset()105 mActualHeight = mSmallHeight; in reset()175 return mSmallHeight; in getMinHeight()190 lp.height = mSmallHeight; in sanitizeContractedLayoutParams()243 return mActualHeight <= mSmallHeight || mExpandedChild == null; in showContractedChild()