Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java1170 public float getEmptyShadeViewHeight() { in getEmptyShadeViewHeight() method in NotificationStackScrollLayoutController
1171 return mView.getEmptyShadeViewHeight(); in getEmptyShadeViewHeight()
H A DNotificationStackScrollLayout.java4635 public int getEmptyShadeViewHeight() { in getEmptyShadeViewHeight() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DQuickSettingsController.java1417 notificationHeight = mNotificationStackScrollLayoutController.getEmptyShadeViewHeight(); in calculatePanelHeightExpanded()