Home
last modified time | relevance | path

Searched refs:mUnfoldAnimationController (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/unfold/
H A DUnfoldAnimationControllerTest.java116 mUnfoldAnimationController.onStateChangeProgress(0.5f); in testAppearedMatchingTask_appliesUnfoldProgress()
132 mUnfoldAnimationController.onStateChangeProgress(0.5f); in testAppearedMatchingTaskTwoDifferentAnimators_appliesUnfoldProgressToBoth()
145 mUnfoldAnimationController.onStateChangeProgress(0.5f); in testAppearedNonMatchingTask_doesNotApplyUnfoldProgress()
227 mUnfoldAnimationController.onStateChangeStarted(); in testApplicableTaskDisappeared_resetsSurface()
228 mUnfoldAnimationController.onTaskVanished(taskInfo); in testApplicableTaskDisappeared_resetsSurface()
229 mUnfoldAnimationController.onStateChangeFinished(); in testApplicableTaskDisappeared_resetsSurface()
242 mUnfoldAnimationController.onTaskVanished(taskInfo); in testApplicableTaskDisappeared_noStateChange_doesNotResetSurface()
254 mUnfoldAnimationController.onStateChangeStarted(); in testNonApplicableTaskAppearedDisappeared_doesNotResetSurface()
255 mUnfoldAnimationController.onTaskVanished(taskInfo); in testNonApplicableTaskAppearedDisappeared_doesNotResetSurface()
256 mUnfoldAnimationController.onStateChangeFinished(); in testNonApplicableTaskAppearedDisappeared_doesNotResetSurface()
[all …]
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/
H A DShellTaskOrganizer.java188 private final UnfoldAnimationController mUnfoldAnimationController; field in ShellTaskOrganizer
223 mUnfoldAnimationController = unfoldAnimationController.orElse(null); in ShellTaskOrganizer()
484 if (mUnfoldAnimationController != null) { in onTaskAppeared()
485 mUnfoldAnimationController.onTaskAppeared(info.getTaskInfo(), info.getLeash()); in onTaskAppeared()
510 if (mUnfoldAnimationController != null) { in onTaskInfoChanged()
511 mUnfoldAnimationController.onTaskInfoChanged(taskInfo); in onTaskInfoChanged()
565 if (mUnfoldAnimationController != null) { in onTaskVanished()
566 mUnfoldAnimationController.onTaskVanished(taskInfo); in onTaskVanished()