Home
last modified time | relevance | path

Searched refs:setAnimationOptions (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/activityembedding/
DActivityEmbeddingControllerTests.java213 info.setAnimationOptions(TransitionInfo.AnimationOptions in testShouldAnimate_containsAnimationOptions_disableAnimOptionsPerChange()
218 info.setAnimationOptions(TransitionInfo.AnimationOptions in testShouldAnimate_containsAnimationOptions_disableAnimOptionsPerChange()
222 info.setAnimationOptions(TransitionInfo.AnimationOptions.makeCrossProfileAnimOptions()); in testShouldAnimate_containsAnimationOptions_disableAnimOptionsPerChange()
234 change.setAnimationOptions(TransitionInfo.AnimationOptions in testShouldAnimate_containsAnimationOptions_enableAnimOptionsPerChange()
239 change.setAnimationOptions(TransitionInfo.AnimationOptions in testShouldAnimate_containsAnimationOptions_enableAnimOptionsPerChange()
243 change.setAnimationOptions(TransitionInfo.AnimationOptions.makeCrossProfileAnimOptions()); in testShouldAnimate_containsAnimationOptions_enableAnimOptionsPerChange()
DActivityEmbeddingAnimationRunnerTests.java135 info.setAnimationOptions(TransitionInfo.AnimationOptions in testInvalidCustomAnimation_disableAnimationOptionsPerChange()
153 info.getChanges().getFirst().setAnimationOptions(TransitionInfo.AnimationOptions in testInvalidCustomAnimation_enableAnimationOptionsPerChange()
/frameworks/base/core/java/android/window/
DTransitionInfo.java288 public void setAnimationOptions(@Nullable AnimationOptions options) { in setAnimationOptions() method in TransitionInfo
840 public void setAnimationOptions(@Nullable AnimationOptions options) { in setAnimationOptions() method in TransitionInfo.Change
/frameworks/base/services/core/java/com/android/server/wm/
DTransition.java1906 info.setAnimationOptions(mOverrideOptions); in overrideAnimationOptionsToInfoIfNecessary()
1911 changes.get(i).setAnimationOptions(mOverrideOptions); in overrideAnimationOptionsToInfoIfNecessary()
2760 out.setAnimationOptions(animOptionsForActivityTransition); in calculateTransitionInfo()
2897 change.setAnimationOptions(animOptions); in calculateTransitionInfo()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DDefaultMixedHandler.java402 out.setAnimationOptions(info.getAnimationOptions()); in subCopy()