Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
H A DRootNodeController.kt59 listContainer.setChildTransferInProgress(true)
64 listContainer.setChildTransferInProgress(false)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationListContainer.java46 void setChildTransferInProgress(boolean childTransferInProgress); in setChildTransferInProgress() method
H A DNotificationStackScrollLayoutController.java1712 public void setChildTransferInProgress(boolean childTransferInProgress) {
1713 mView.setChildTransferInProgress(childTransferInProgress);
H A DNotificationStackScrollLayout.java2707 public void setChildTransferInProgress(boolean childTransferInProgress) { in setChildTransferInProgress() method