Home
last modified time | relevance | path

Searched defs:parentChange (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/
H A DActivityEmbeddingAnimationRunner.java395 final TransitionInfo.Change parentChange = info.getChange(parentToken); in createChangeAnimationAdapters() local
529 final TransitionInfo.Change parentChange = info.getChange(parentToken); in shouldUseJumpCutForChangeTransition() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardService.java136 final TransitionInfo.Change parentChange = info.getChange(change.getParent()); in wrap() local
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTransition.java2086 final ChangeInfo parentChange = changes.get(parent); in canPromote() local
2177 final ChangeInfo parentChange = changes.get(parent); in tryPromote() local
2257 final ChangeInfo parentChange = changes.get(p); in populateParentChanges() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
H A DSplitScreenTransitions.java141 final TransitionInfo.Change parentChange = info.getChange(change.getParent()); in playInternalAnimation() local