Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/systemsounds/
H A DHomeSoundEffectControllerTest.java97 startController(true /* isHomeSoundEffectEnabled */); in testHomeSoundEffectNotPlayedWhenHomeFirstMovesToFront()
114 startController(true /* isHomeSoundEffectEnabled */); in testHomeSoundEffectPlayedWhenEnabled()
136 startController(true /* isHomeSoundEffectEnabled */); in testHomeSoundEffectNotPlayedTwiceInRow()
162 startController(true /* isHomeSoundEffectEnabled */); in testHomeSoundEffectNotPlayedWhenNonHomeTaskMovesToFront()
179 startController(true /* isHomeSoundEffectEnabled */); in testHomeSoundEffectNotPlayedWhenOtherHomeActivityMovesToFront()
208 startController(true /* isHomeSoundEffectEnabled */); in testHomeSoundEffectNotPlayedWhenOtherHomeActivityMovesToFrontOfOtherApp()
240 startController(true /* isHomeSoundEffectEnabled */); in testHomeSoundEffectNotPlayedWhenHomeActivityMovesToFrontAfterException()
264 startController(true /* isHomeSoundEffectEnabled */); in testHomeSoundEffectNotPlayedWhenHomeActivityMovesToFrontAfterException2()
293 startController(true /* isHomeSoundEffectEnabled */); in testHomeSoundEffectPlayedWhenHomeActivityMovesToFrontAfterException()
323 startController(true /* isHomeSoundEffectEnabled */); in testHomeSoundEffectNotPlayedWhenEmptyTaskMovesToFrontAfterException()
[all …]
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DDialogLaunchAnimator.kt893 val startController = regex
905 startController.launchContainer = decorView
912 get() = startController.launchContainer
914 startController.launchContainer = value
919 return startController.createAnimatorState()
928 startController.onLaunchAnimationStart(isExpandingFullyAbove)
946 startController.onLaunchAnimationEnd(isExpandingFullyAbove)
958 startController.onLaunchAnimationProgress(state, progress, linearProgress)