Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DActivityLaunchAnimator.java173 setExpandAnimationRunning(true); in onAnimationStart()
231 setExpandAnimationRunning(false); in onAnimationStart()
260 private void setExpandAnimationRunning(boolean running) { in setExpandAnimationRunning() method in ActivityLaunchAnimator.AnimationRunner
262 mSourceNotification.setExpandAnimationRunning(running); in setExpandAnimationRunning()
263 mNotificationShadeWindowViewController.setExpandAnimationRunning(running); in setExpandAnimationRunning()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationBackgroundView.java292 public void setExpandAnimationRunning(boolean running) { in setExpandAnimationRunning() method in NotificationBackgroundView
DExpandableNotificationRow.java2077 public void setExpandAnimationRunning(boolean expandAnimationRunning) {
2116 mBackgroundNormal.setExpandAnimationRunning(expandAnimationRunning);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationShadeWindowViewController.java440 public void setExpandAnimationRunning(boolean running) { in setExpandAnimationRunning() method in NotificationShadeWindowViewController