Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java1030 public void updateTopPadding(float qsHeight, boolean animate) { in updateTopPadding() method in NotificationStackScrollLayoutController
1031 mView.updateTopPadding(qsHeight, animate); in updateTopPadding()
DNotificationStackScrollLayout.java2524 public void updateTopPadding(float qsHeight, boolean animate) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelViewController.java2527 mNotificationStackScrollLayoutController.updateTopPadding( in requestScrollerTopPaddingUpdate()