Home
last modified time | relevance | path

Searched refs:setExpandAnimationRunning (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationShadeWindowViewController.java222 this::setExpandAnimationRunning); in NotificationShadeWindowViewController()
293 setExpandAnimationRunning(false); in setupExpandedStatusBar()
547 void setExpandAnimationRunning(boolean running) { in setExpandAnimationRunning() method in NotificationShadeWindowViewController
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationBackgroundView.java283 public void setExpandAnimationRunning(boolean running) { in setExpandAnimationRunning() method in NotificationBackgroundView
H A DExpandableNotificationRow.java2362 public void setExpandAnimationRunning(boolean expandAnimationRunning) {
2387 mBackgroundNormal.setExpandAnimationRunning(expandAnimationRunning);
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationShadeWindowViewControllerTest.kt348 underTest.setExpandAnimationRunning(true)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntry.java973 public void setExpandAnimationRunning(boolean expandAnimationRunning) { in setExpandAnimationRunning() method in NotificationEntry