Home
last modified time | relevance | path

Searched defs:scene (Results 1 – 25 of 25) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/
DCommunalSceneStartableTest.kt144 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/
DTransitionManager.java121 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()
DScene.java69 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/
DCommunalTransitionAnimatorControllerTest.kt75 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/
DResourceLoadingTest.java66 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
DLoginActivityFromResources.java44 public void applyScene(Scene scene) { in applyScene()
DLoginActivity.java75 public void applyScene(Scene scene) { in applyScene()
DUniqueIds.java47 ToggleScene scene = new ToggleScene(container, button); in onCreate() local
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DSceneTransitionLayoutImpl.kt255 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
DSceneTransitionLayout.kt101 fun scene( in scene() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/domain/model/
DCommunalTransitionProgressModel.kt24 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/
DSceneWindowRootViewBinder.kt77 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/
DQuickSettingsSceneContentViewModelTest.kt137 val scene by collectLastValue(sceneInteractor.currentScene) in shadeModeChange_switchToShadeScene() constant
/frameworks/base/packages/SystemUI/docs/
Dscene.md151 ### Injecting scenes
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/
DCommunalSceneStartable.kt129 ) { scene, _ -> in <lambda>() method
144 .collectLatest { (isDreaming, scene) -> in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardBypassInteractor.kt69 sceneInteractor.currentScene.map { scene -> scene == Scenes.Lockscreen }, in <lambda>() method
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridgeRenderSession.java221 /*package*/ BridgeRenderSession(@Nullable RenderSessionImpl scene, @NonNull Result lastResult) { in BridgeRenderSession()
DBridge.java457 RenderSessionImpl scene = new RenderSessionImpl(params); in createSession() local
/frameworks/base/libs/hwui/tests/macrobench/
DTestSceneRunner.cpp116 std::unique_ptr<TestScene> scene(info.createScene(opts)); in doRun() local
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DCameraCapabilities.java407 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/
DSceneContainerPlugin.kt144 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/
DWindowManagerLockscreenVisibilityInteractorTest.kt331 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/
DDeviceEntryInteractor.kt104 .mapLatestConflated { scene -> in <lambda>() method
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/scene/ui/composable/
DSceneContainer.kt222 sceneByKey.forEach { (sceneKey, scene) -> in <lambda>() method
/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java657 private void transitionTo(Scene scene) { in transitionTo()