Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java120 private int mCurrentStackHeight = Integer.MAX_VALUE; field in NotificationStackScrollLayout
762 if (stackHeight != mCurrentStackHeight) { in setExpandedHeight()
763 mCurrentStackHeight = stackHeight; in setExpandedHeight()
866 return Math.min(mMaxLayoutHeight, mCurrentStackHeight); in getLayoutHeight()