Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java1295 public float getEmptyShadeViewHeight() { in getEmptyShadeViewHeight() method in NotificationStackScrollLayoutController
1296 return mView.getEmptyShadeViewHeight(); in getEmptyShadeViewHeight()
DNotificationStackScrollLayout.java4677 public int getEmptyShadeViewHeight() { in getEmptyShadeViewHeight() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DQuickSettingsControllerImpl.java1439 notificationHeight = mNotificationStackScrollLayoutController.getEmptyShadeViewHeight(); in calculatePanelHeightExpanded()