Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
DTaskFragmentAnimationRunner.java265 mAnimationSpec.createChangeBoundsChangeAnimations(target); in createChangeAnimationAdapters()
DTaskFragmentAnimationSpec.java147 Animation[] createChangeBoundsChangeAnimations(@NonNull RemoteAnimationTarget target) { in createChangeBoundsChangeAnimations() method in TaskFragmentAnimationSpec
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/
DActivityEmbeddingAnimationSpec.java154 Animation[] createChangeBoundsChangeAnimations(@NonNull TransitionInfo.Change change, in createChangeBoundsChangeAnimations() method in ActivityEmbeddingAnimationSpec
DActivityEmbeddingAnimationRunner.java437 final Animation[] animations = mAnimationSpec.createChangeBoundsChangeAnimations(change, in createChangeAnimationAdapters()