Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableView.java36 private final int mMaxNotificationHeight; field in ExpandableView
47 mMaxNotificationHeight = getResources().getDimensionPixelSize( in ExpandableView()
53 int ownMaxHeight = mMaxNotificationHeight; in onMeasure()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollAlgorithm.java74 private int mMaxNotificationHeight; field in StackScrollAlgorithm
111 mMaxNotificationHeight = context.getResources() in initConstants()
739 + mMaxNotificationHeight; /* max notification height */ in updateIsSmallScreen()