Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java992 public float getOpeningHeight() { in getOpeningHeight() method in NotificationStackScrollLayoutController
993 return mView.getOpeningHeight(); in getOpeningHeight()
DNotificationStackScrollLayout.java4838 public float getOpeningHeight() { in getOpeningHeight() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelViewController.java338 protected abstract float getOpeningHeight(); in getOpeningHeight() method in PanelViewController
DNotificationPanelViewController.java1824 protected float getOpeningHeight() { in getOpeningHeight() method in NotificationPanelViewController
1825 return mNotificationStackScrollLayoutController.getOpeningHeight(); in getOpeningHeight()
3426 && getExpandedHeight() < getOpeningHeight(); in updateStatusBarIcons()