Home
last modified time | relevance | path

Searched refs:setChildTransferInProgress (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java1900 mStackScroller.setChildTransferInProgress(true); in updateNotificationShade()
1906 mStackScroller.setChildTransferInProgress(false); in updateNotificationShade()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java2529 public void setChildTransferInProgress(boolean childTransferInProgress) { in setChildTransferInProgress() method in NotificationStackScrollLayout