Searched refs:mTransientLaunches (Results 1 – 1 of 1) sorted by relevance
233 private ArrayMap<ActivityRecord, Task> mTransientLaunches = null; field in Transition380 if (mTransientLaunches == null) { in setTransientLaunch()381 mTransientLaunches = new ArrayMap<>(); in setTransientLaunch()384 mTransientLaunches.put(activity, restoreBelow); in setTransientLaunch()435 if (mTransientLaunches == null) return false; in isTransientVisible()437 final int numTransient = mTransientLaunches.size(); in isTransientVisible()439 final Task transientRoot = mTransientLaunches.keyAt(i).getRootTask(); in isTransientVisible()450 for (int i = mTransientLaunches.size() - 1; i >= 0; --i) { in isTransientVisible()451 if (mTransientLaunches.keyAt(i).isDescendantOf(task)) { in isTransientVisible()464 if (mTransientLaunches == null) return true; in canApplyDim()[all …]