/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/ |
D | CommunalSceneStartableTest.kt | 144 val scene by collectLastValue(communalSceneInteractor.currentScene) in hubTimeout_whenDreaming_goesToBlank() constant 162 val scene by collectLastValue(communalSceneInteractor.currentScene) in hubTimeout_notDreaming_staysOnCommunal() constant 174 val scene by collectLastValue(communalSceneInteractor.currentScene) in hubTimeout_dreamStopped_staysOnCommunal() constant 196 val scene by collectLastValue(communalSceneInteractor.currentScene) in hubTimeout_dreamStartedHalfway_goesToCommunal() constant 218 val scene by collectLastValue(communalSceneInteractor.currentScene) in hubTimeout_dreamAfterInitialTimeout_goesToBlank() constant 237 val scene by collectLastValue(communalSceneInteractor.currentScene) in hubTimeout_userActivityTriggered_resetsTimeout() constant 265 val scene by collectLastValue(communalSceneInteractor.currentScene) in hubTimeout_screenTimeoutChanged() constant 288 val scene by collectLastValue(sceneInteractor.currentScene) in hubTimeout_withSceneContainer_whenDreaming_goesToBlank() constant 307 val scene by collectLastValue(sceneInteractor.currentScene) in hubTimeout_withSceneContainer_notDreaming_staysOnCommunal() constant 320 val scene by collectLastValue(sceneInteractor.currentScene) in hubTimeout_withSceneContainer_dreamStopped_staysOnCommunal() constant [all …]
|
/frameworks/base/core/java/android/transition/ |
D | TransitionManager.java | 121 public void setTransition(Scene scene, Transition transition) { in setTransition() 158 public Transition getTransition(Scene scene) { in getTransition() 188 private static void changeScene(Scene scene, Transition transition) { in changeScene() 364 public void transitionTo(Scene scene) { in transitionTo() 376 public static void go(Scene scene) { in go() 394 public static void go(Scene scene, Transition transition) { in go()
|
D | Scene.java | 69 Scene scene = scenes.get(layoutId); in getSceneForLayout() local 205 static void setCurrentScene(@NonNull ViewGroup sceneRoot, @Nullable Scene scene) { in setCurrentScene()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/widgets/ |
D | CommunalTransitionAnimatorControllerTest.kt | 75 val scene by collectLastValue(communalSceneInteractor.currentScene) in animationCancelled_launchingWidgetStateIsCleared() constant 102 val scene by collectLastValue(communalSceneInteractor.currentScene) in animationComplete_launchingWidgetStateIsClearedAndSceneIsChanged() constant
|
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/ |
D | ResourceLoadingTest.java | 66 Scene scene = Scene.getSceneForLayout(mSceneRoot, R.layout.search_screen, this); in sendMessage() local 70 Scene scene = Scene.getSceneForLayout(mSceneRoot, R.layout.results_screen, this); in sendMessage() local
|
D | LoginActivityFromResources.java | 44 public void applyScene(Scene scene) { in applyScene()
|
D | LoginActivity.java | 75 public void applyScene(Scene scene) { in applyScene()
|
D | UniqueIds.java | 47 ToggleScene scene = new ToggleScene(container, button); in onCreate() local
|
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/ |
D | SceneTransitionLayoutImpl.kt | 255 internal fun scene(key: SceneKey): Scene { in <lambda>() method 314 override fun scene( in <lambda>() method 326 val scene = scenes[key] in <lambda>() constant 343 val scene = in <lambda>() constant 492 scenesToCompose().fastForEach { (scene, isInvisible) -> in <lambda>() method 533 private data class SceneToCompose(val scene: Scene, val isInvisible: Boolean) in <lambda>() constant in SceneToCompose
|
D | SceneTransitionLayout.kt | 101 fun scene( in scene() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/domain/model/ |
D | CommunalTransitionProgressModel.kt | 24 data class Idle(val scene: SceneKey) : CommunalTransitionProgressModel constant in com.android.systemui.communal.domain.model.CommunalTransitionProgressModel.Idle
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/ui/view/ |
D | SceneWindowRootViewBinder.kt | 77 val unsortedSceneByKey: Map<SceneKey, Scene> = scenes.associateBy { scene -> scene.key } in <lambda>() method 81 val scene = in <lambda>() constant
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/ui/viewmodel/ |
D | QuickSettingsSceneContentViewModelTest.kt | 137 val scene by collectLastValue(sceneInteractor.currentScene) in shadeModeChange_switchToShadeScene() constant
|
/frameworks/base/packages/SystemUI/docs/ |
D | scene.md | 151 ### Injecting scenes
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/ |
D | CommunalSceneStartable.kt | 129 ) { scene, _ -> in <lambda>() method 144 .collectLatest { (isDreaming, scene) -> in <lambda>() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/ |
D | KeyguardBypassInteractor.kt | 69 sceneInteractor.currentScene.map { scene -> scene == Scenes.Lockscreen }, in <lambda>() method
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/ |
D | BridgeRenderSession.java | 221 /*package*/ BridgeRenderSession(@Nullable RenderSessionImpl scene, @NonNull Result lastResult) { in BridgeRenderSession()
|
D | Bridge.java | 457 RenderSessionImpl scene = new RenderSessionImpl(params); in createSession() local
|
/frameworks/base/libs/hwui/tests/macrobench/ |
D | TestSceneRunner.cpp | 116 std::unique_ptr<TestScene> scene(info.createScene(opts)); in doRun() local
|
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
D | CameraCapabilities.java | 407 public String stringify(SceneMode scene) { in stringify() 568 public final boolean supports(SceneMode scene) { in supports()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/model/ |
D | SceneContainerPlugin.kt | 144 val scene: SceneKey, in <lambda>() constant in com.android.systemui.model.SceneContainerPlugin.SceneContainerPluginState
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/domain/interactor/ |
D | WindowManagerLockscreenVisibilityInteractorTest.kt | 331 listOf(Scenes.Shade, Scenes.QuickSettings, Scenes.Shade, Scenes.Gone).forEach { scene -> in <lambda>() method 366 scene -> in <lambda>() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/domain/interactor/ |
D | DeviceEntryInteractor.kt | 104 .mapLatestConflated { scene -> in <lambda>() method
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/scene/ui/composable/ |
D | SceneContainer.kt | 222 sceneByKey.forEach { (sceneKey, scene) -> in <lambda>() method
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | PhoneWindow.java | 657 private void transitionTo(Scene scene) { in transitionTo()
|