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.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()
226 startController(false /* isHomeSoundEffectEnabled */); in testHomeSoundEffectDisabled()
240 startController(true /* isHomeSoundEffectEnabled */); in testHomeSoundEffectNotPlayedWhenHomeActivityMovesToFrontAfterException()
264 startController(true /* isHomeSoundEffectEnabled */); in testHomeSoundEffectNotPlayedWhenHomeActivityMovesToFrontAfterException2()
293 startController(true /* isHomeSoundEffectEnabled */); in testHomeSoundEffectPlayedWhenHomeActivityMovesToFrontAfterException()
[all …]
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DDialogLaunchAnimator.kt977 val startController = constant
989 startController.launchContainer = decorView
996 get() = startController.launchContainer
998 startController.launchContainer = value
1003 return startController.createAnimatorState() in createAnimatorState()
1012 startController.onLaunchAnimationStart(isExpandingFullyAbove) in onLaunchAnimationStart()
1030 startController.onLaunchAnimationEnd(isExpandingFullyAbove) in onLaunchAnimationEnd()
1042 startController.onLaunchAnimationProgress(state, progress, linearProgress) in onLaunchAnimationProgress()