Searched refs:mTransientLaunches (Results 1 – 1 of 1) sorted by relevance
153 private ArraySet<ActivityRecord> mTransientLaunches = null; field in Transition183 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()