Searched refs:mUnfoldAnimationController (Results 1 – 2 of 2) sorted by relevance
116 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 …]
188 private final UnfoldAnimationController mUnfoldAnimationController; field in ShellTaskOrganizer223 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()