Home
last modified time | relevance | path

Searched refs:prepareOpenAnimation (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/taskview/
H A DTaskViewTest.java301 mTaskViewTaskController.prepareOpenAnimation(true /* newTask */, in testOnNewTask_noSurface()
329 mTaskViewTaskController.prepareOpenAnimation(true /* newTask */, in testOnNewTask_withSurface()
341 mTaskViewTaskController.prepareOpenAnimation(true /* newTask */, in testSurfaceCreated_withTask()
371 mTaskViewTaskController.prepareOpenAnimation(true /* newTask */, in testSurfaceDestroyed_withTask()
389 mTaskViewTaskController.prepareOpenAnimation(true /* newTask */, in testOnReleased()
405 mTaskViewTaskController.prepareOpenAnimation(true /* newTask */, in testOnTaskVanished()
418 mTaskViewTaskController.prepareOpenAnimation(true /* newTask */, in testOnBackPressedOnTaskRoot()
430 mTaskViewTaskController.prepareOpenAnimation(true /* newTask */, in testSetOnBackPressedOnTaskRoot()
440 mTaskViewTaskController.prepareOpenAnimation(true /* newTask */, in testUnsetOnBackPressedOnTaskRoot()
506 mTaskViewTaskController.prepareOpenAnimation(true /* newTask */, in testTaskViewPrepareOpenAnimationSetsBoundsAndVisibility()
[all …]
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/taskview/
H A DTaskViewTransitions.java377 tv.prepareOpenAnimation(taskIsNew, startTransaction, finishTransaction, in startAnimation()
H A DTaskViewTaskController.java595 void prepareOpenAnimation(final boolean newTask, in prepareOpenAnimation() method in TaskViewTaskController