Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java1092 public void setHeadsUpBoundaries(int height, int bottomBarHeight) { in setHeadsUpBoundaries() method in NotificationStackScrollLayoutController
1093 mView.setHeadsUpBoundaries(height, bottomBarHeight); in setHeadsUpBoundaries()
DNotificationStackScrollLayout.java4644 public void setHeadsUpBoundaries(int height, int bottomBarHeight) { in setHeadsUpBoundaries() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelViewController.java3161 mNotificationStackScrollLayoutController.setHeadsUpBoundaries( in updateMaxHeadsUpTranslation()