Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewController.java397 private boolean mIsLaunchTransitionRunning; field in NotificationPanelViewController
3213 return mIsLaunchTransitionRunning; in isLaunchTransitionRunning()
3540 if (disabled && mAffordanceHelper.isSwipingInProgress() && !mIsLaunchTransitionRunning) { in setTouchAndAnimationDisabled()
4161 mIsLaunchTransitionRunning = true; in onAnimationToSideStarted()
4201 mIsLaunchTransitionRunning = false; in onAnimationToSideEnded()