Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityClientController.java809 under.returningOptions = safeOptions != null ? safeOptions.getOptions(r) : null; in convertToTranslucent()
822 if (under != null && under.returningOptions != null in convertToTranslucent()
823 && under.returningOptions.getAnimationType() in convertToTranslucent()
H A DActivityRecord.java520 ActivityOptions returningOptions; // options that are coming back via convertToTranslucent field in ActivityRecord
6043 updateOptionsLocked(returningOptions); in makeVisibleIfNeeded()
6250 if (returningOptions != null) { in handleAlreadyVisible()
6251 app.getThread().scheduleOnNewActivityOptions(token, returningOptions.toBundle()); in handleAlreadyVisible()
6329 returningOptions = null; in completeResumeLocked()