Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java1483 + mNotificationStackScroller.getLayoutMinHeight(); in onHeightUpdated()
1552 + mNotificationStackScroller.getLayoutMinHeight(); in calculatePanelHeightQsExpanded()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java616 mAmbientState.setLayoutMinHeight(mQsExpanded && !onKeyguard() ? getLayoutMinHeight() : 0); in updateAlgorithmLayoutMinHeight()
2376 int minStackHeight = getLayoutMinHeight(); in updateTopPadding()
2387 public int getLayoutMinHeight() { in getLayoutMinHeight() method in NotificationStackScrollLayout