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.java160 setExpandAnimationRunning(true); in onAnimationStart()
217 setExpandAnimationRunning(false); in onAnimationStart()
246 private void setExpandAnimationRunning(boolean running) { in setExpandAnimationRunning() method in ActivityLaunchAnimator.AnimationRunner
248 mSourceNotification.setExpandAnimationRunning(running); in setExpandAnimationRunning()
249 mStatusBarWindow.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.java2090 public void setExpandAnimationRunning(boolean expandAnimationRunning) {
2129 mBackgroundNormal.setExpandAnimationRunning(expandAnimationRunning);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarWindowView.java495 public void setExpandAnimationRunning(boolean expandAnimationRunning) { in setExpandAnimationRunning() method in StatusBarWindowView