Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java1217 public float getOpeningHeight() { in getOpeningHeight() method in NotificationStackScrollLayoutController
1218 return mView.getOpeningHeight(); in getOpeningHeight()
DNotificationStackScrollLayout.java5101 public float getOpeningHeight() { in getOpeningHeight() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java2323 private float getOpeningHeight() { in getOpeningHeight() method in NotificationPanelViewController
2324 return mNotificationStackScrollLayoutController.getOpeningHeight(); in getOpeningHeight()
3161 boolean showIconsWhenExpanded = getExpandedHeight() < getOpeningHeight(); in updateStatusBarIcons()