Searched refs:mAnimExecutor (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/ |
H A D | DefaultTransitionHandler.java | 115 private final ShellExecutor mAnimExecutor; field in DefaultTransitionHandler 137 mAnimExecutor = animExecutor; in DefaultTransitionHandler() 310 mTransitionAnimationScaleSetting, mMainExecutor, mAnimExecutor); in startAnimation() 358 mTransactionPool, mMainExecutor, mAnimExecutor, null /* position */); in startAnimation() 597 mMainExecutor, mAnimExecutor, new Point(bounds.left, bounds.top)); in attachCrossProfileThunmbnailAnimation() 621 mMainExecutor, mAnimExecutor, null /* position */); in attachThumbnailAnimation()
|
H A D | Transitions.java | 95 private final ShellExecutor mAnimExecutor; field in Transitions 124 mAnimExecutor = animExecutor; in Transitions() 149 mAnimExecutor = null; in Transitions() 195 return mAnimExecutor; in getAnimExecutor()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/transition/ |
H A D | ShellTransitionTests.java | 107 private final ShellExecutor mAnimExecutor = new TestShellExecutor(); field in ShellTransitionTests 755 mContext, mMainExecutor, mAnimExecutor); in createTestTransitions()
|