Searched refs:getAnimationParams (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/ |
D | MediaHierarchyManager.kt | 745 val (animDuration, delay) = getAnimationParams(previousLocation, desiredLocation) in updateDesiredLocation() 904 val (animDuration, delay) = getAnimationParams(previousLocation, desiredLocation) in adjustAnimatorForTransition() 911 private fun getAnimationParams(previousLocation: Int, desiredLocation: Int): Pair<Long, Long> { in getAnimationParams() method
|
/frameworks/base/core/java/android/window/ |
D | TaskFragmentOperation.java | 324 public TaskFragmentAnimationParams getAnimationParams() { in getAnimationParams() method in TaskFragmentOperation
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | TaskFragmentTest.java | 368 assertNotEquals(TaskFragmentAnimationParams.DEFAULT, taskFragment0.getAnimationParams()); in testEmbeddedTaskFragmentEnterPip_singleActivity_resetOrganizerOverrideConfig() 385 assertEquals(TaskFragmentAnimationParams.DEFAULT, taskFragment0.getAnimationParams()); in testEmbeddedTaskFragmentEnterPip_singleActivity_resetOrganizerOverrideConfig()
|
D | TaskFragmentOrganizerControllerTest.java | 880 assertEquals(TaskFragmentAnimationParams.DEFAULT, mTaskFragment.getAnimationParams()); in testAddTaskFragmentOperation() 901 assertEquals(animationParams, mTaskFragment.getAnimationParams()); in testAddTaskFragmentOperation() 902 assertEquals(Color.GREEN, mTaskFragment.getAnimationParams().getAnimationBackgroundColor()); in testAddTaskFragmentOperation()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | Transition.java | 2858 if (organizedTf != null && organizedTf.getAnimationParams() in calculateTransitionInfo() 2863 backgroundColor = organizedTf.getAnimationParams() in calculateTransitionInfo() 2884 final TaskFragmentAnimationParams params = taskFragment.getAnimationParams(); in calculateTransitionInfo()
|
D | WindowContainer.java | 3298 if (organizedTf != null && organizedTf.getAnimationParams() in applyAnimationUnchecked() 3303 backgroundColorForTransition = organizedTf.getAnimationParams() in applyAnimationUnchecked()
|
D | TaskFragment.java | 515 TaskFragmentAnimationParams getAnimationParams() { in getAnimationParams() method in TaskFragment
|
D | WindowOrganizerController.java | 1537 final TaskFragmentAnimationParams animationParams = operation.getAnimationParams(); in applyTaskFragmentOperation()
|