Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/systemsounds/
DHomeSoundEffectControllerTest.java96 startController(true /* isHomeSoundEffectEnabled */); in testHomeSoundEffectNotPlayedWhenHomeFirstMovesToFront()
113 startController(true /* isHomeSoundEffectEnabled */); in testHomeSoundEffectPlayedWhenEnabled()
135 startController(true /* isHomeSoundEffectEnabled */); in testHomeSoundEffectNotPlayedTwiceInRow()
161 startController(true /* isHomeSoundEffectEnabled */); in testHomeSoundEffectNotPlayedWhenNonHomeTaskMovesToFront()
178 startController(true /* isHomeSoundEffectEnabled */); in testHomeSoundEffectNotPlayedWhenOtherHomeActivityMovesToFront()
207 startController(true /* isHomeSoundEffectEnabled */); in testHomeSoundEffectNotPlayedWhenOtherHomeActivityMovesToFrontOfOtherApp()
225 startController(false /* isHomeSoundEffectEnabled */); in testHomeSoundEffectDisabled()
239 startController(true /* isHomeSoundEffectEnabled */); in testHomeSoundEffectNotPlayedWhenHomeActivityMovesToFrontAfterException()
263 startController(true /* isHomeSoundEffectEnabled */); in testHomeSoundEffectNotPlayedWhenHomeActivityMovesToFrontAfterException2()
292 startController(true /* isHomeSoundEffectEnabled */); in testHomeSoundEffectPlayedWhenHomeActivityMovesToFrontAfterException()
[all …]
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DDialogTransitionAnimator.kt901 val startController = constant
913 startController.transitionContainer = decorView
920 get() = startController.transitionContainer
922 startController.transitionContainer = value
933 return startController.createAnimatorState() in createAnimatorState()
942 startController.onTransitionAnimationStart(isExpandingFullyAbove) in onTransitionAnimationStart()
962 startController.onTransitionAnimationEnd(isExpandingFullyAbove) in onTransitionAnimationEnd()
974 startController.onTransitionAnimationProgress(state, progress, linearProgress) in onTransitionAnimationProgress()