Searched defs:mMaxNotificationHeight (Results 1 - 2 of 2) sorted by relevance

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

Completed in 16 milliseconds