Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DTransition.java153 private ArraySet<ActivityRecord> mTransientLaunches = null; field in Transition
183 if (mTransientLaunches == null) { in setTransientLaunch()
184 mTransientLaunches = new ArraySet<>(); in setTransientLaunch()
186 mTransientLaunches.add(activity); in setTransientLaunch()
192 return mTransientLaunches != null && mTransientLaunches.contains(activity); in isTransientLaunch()
425 && mTransientLaunches != null) { in finishTransition()
579 if (mTransientLaunches == null) { in onTransactionReady()