Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DVisualStabilityCoordinator.java75 private boolean mNotifPanelLaunchingActivity; field in VisualStabilityCoordinator
223 return mNotifPanelCollapsing || mNotifPanelLaunchingActivity; in isPanelCollapsingOrLaunchingActivity()
305 pw.println(" launchingNotifActivity: " + mNotifPanelLaunchingActivity); in dump()
333 mNotifPanelLaunchingActivity = isLaunchingActivity; in onLaunchingActivityChanged()