Searched refs:mSmallHeight (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java49 private final int mSmallHeight; field in class:NotificationContentView
93 mSmallHeight = getResources().getDimensionPixelSize(R.dimen.notification_min_height);
114 int size = Math.min(maxSize, mSmallHeight);
177 mContentHeight = mSmallHeight;
270 return mSmallHeight;
274 return mSmallHeight;
399 if (mContentHeight <= mSmallHeight || noExpandedChild) {

Completed in 46 milliseconds