Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
DRootNodeController.kt59 listContainer.setChildTransferInProgress(true) in removeChild()
64 listContainer.setChildTransferInProgress(false) in removeChild()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationListContainer.java45 void setChildTransferInProgress(boolean childTransferInProgress); in setChildTransferInProgress() method
DNotificationStackScrollLayoutController.java1850 public void setChildTransferInProgress(boolean childTransferInProgress) {
1851 mView.setChildTransferInProgress(childTransferInProgress);
DNotificationStackScrollLayout.java2717 public void setChildTransferInProgress(boolean childTransferInProgress) { in setChildTransferInProgress() method