/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/ui/viewmodel/ |
D | QuickSettingsSceneViewModelTest.kt | 123 Swipe(SwipeDirection.Up) to UserActionResult(Scenes.Shade), in destinations_whenNotCustomizing_unlocked() 126 direction = SwipeDirection.Up, in destinations_whenNotCustomizing_unlocked() 152 Swipe(SwipeDirection.Up) to UserActionResult(Scenes.Lockscreen), in destinations_whenNotCustomizing_withPreviousSceneLockscreen() 155 direction = SwipeDirection.Up, in destinations_whenNotCustomizing_withPreviousSceneLockscreen() 178 Swipe(SwipeDirection.Up) to UserActionResult(Scenes.Shade), in destinations_whenNotCustomizing_authMethodSwipe_lockscreenNotDismissed() 181 direction = SwipeDirection.Up, in destinations_whenNotCustomizing_authMethodSwipe_lockscreenNotDismissed() 216 Swipe(SwipeDirection.Up) to UserActionResult(Scenes.Shade), in destinations_whenNotCustomizing_inSplitShade_unlocked() 219 direction = SwipeDirection.Up, in destinations_whenNotCustomizing_inSplitShade_unlocked()
|
D | QuickSettingsShadeSceneViewModelTest.kt | 68 assertThat(destinationScenes?.get(Swipe.Up)?.toScene).isEqualTo(SceneFamilies.Home) in upTransitionSceneKey_deviceLocked_lockscreen() 80 assertThat(destinationScenes?.get(Swipe.Up)?.toScene).isEqualTo(SceneFamilies.Home) in upTransitionSceneKey_deviceUnlocked_gone() 95 assertThat(destinationScenes?.get(Swipe.Up)?.toScene).isEqualTo(SceneFamilies.Home) in upTransitionSceneKey_authMethodSwipe_lockscreenNotDismissed_goesToLockscreen() 111 assertThat(destinationScenes?.get(Swipe.Up)?.toScene).isEqualTo(SceneFamilies.Home) in upTransitionSceneKey_authMethodSwipe_lockscreenDismissed_goesToGone()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/notifications/ui/viewmodel/ |
D | NotificationsShadeSceneViewModelTest.kt | 67 assertThat(destinationScenes?.get(Swipe.Up)?.toScene).isEqualTo(SceneFamilies.Home) in upTransitionSceneKey_deviceLocked_lockscreen() 79 assertThat(destinationScenes?.get(Swipe.Up)?.toScene).isEqualTo(SceneFamilies.Home) in upTransitionSceneKey_deviceUnlocked_gone() 93 assertThat(destinationScenes?.get(Swipe.Up)?.toScene).isEqualTo(SceneFamilies.Home) in upTransitionSceneKey_authMethodSwipe_lockscreenNotDismissed_goesToLockscreen() 110 assertThat(destinationScenes?.get(Swipe.Up)?.toScene).isEqualTo(SceneFamilies.Home) in upTransitionSceneKey_authMethodSwipe_lockscreenDismissed_goesToGone()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/view/ |
D | LongPressHandlingViewInteractionHandler.kt | 51 data class Up( dataClass 78 is MotionEventModel.Up -> { in onTouchEvent()
|
D | LongPressHandlingView.kt | 124 LongPressHandlingViewInteractionHandler.MotionEventModel.Up( in toModel()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/ui/viewmodel/ |
D | ShadeSceneViewModelTest.kt | 121 assertThat(destinationScenes?.get(Swipe(SwipeDirection.Up))?.toScene) in <lambda>() 136 assertThat(destinationScenes?.get(Swipe(SwipeDirection.Up))?.toScene) in <lambda>() 152 assertThat(destinationScenes?.get(Swipe(SwipeDirection.Up))?.toScene) in <lambda>() 169 assertThat(destinationScenes?.get(Swipe(SwipeDirection.Up))?.toScene) in <lambda>() 181 assertThat(destinationScenes?.get(Swipe(SwipeDirection.Up))?.transitionKey) in <lambda>() 192 assertThat(destinationScenes?.get(Swipe(SwipeDirection.Up))?.transitionKey).isNull() in <lambda>() 278 it.direction == SwipeDirection.Up in <lambda>()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/ |
D | SceneFrameworkIntegrationTest.kt | 249 val upDestinationSceneKey = destinationScenes?.get(Swipe.Up)?.toScene in <lambda>() 269 val upDestinationSceneKey = destinationScenes?.get(Swipe.Up)?.toScene in <lambda>() 288 val upDestinationSceneKey = destinationScenes?.get(Swipe.Up)?.toScene in <lambda>() 316 val upDestinationSceneKey = destinationScenes?.get(Swipe.Up)?.toScene in <lambda>() 375 val upDestinationSceneKey = destinationScenes?.get(Swipe.Up)?.toScene in <lambda>() 397 val upDestinationSceneKey = destinationScenes?.get(Swipe.Up)?.toScene in <lambda>() 415 val upDestinationSceneKey = destinationScenes?.get(Swipe.Up)?.toScene in <lambda>() 435 val upDestinationSceneKey = destinationScenes?.get(Swipe.Up)?.toScene in <lambda>()
|
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/ |
D | SceneTransitionLayout.kt | 415 val Up = Swipe(SwipeDirection.Up) constant 422 Up(Orientation.Vertical),
|
D | DraggableHandler.kt | 200 Orientation.Vertical -> SwipeDirection.Up in onDrag() 920 Orientation.Vertical -> SwipeDirection.Up in nestedScrollConnection()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/common/ui/view/ |
D | LongPressHandlingViewInteractionHandlerTest.kt | 27 …ort com.android.systemui.common.ui.view.LongPressHandlingViewInteractionHandler.MotionEventModel.Up in <lambda>() 148 Up( in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ui/viewmodel/ |
D | QuickSettingsSceneViewModel.kt | 105 put(Swipe(SwipeDirection.Up), UserActionResult(backScene ?: Scenes.Shade)) in destinationScenes() 107 Swipe(fromSource = Edge.Bottom, direction = SwipeDirection.Up), in destinationScenes()
|
D | QuickSettingsShadeSceneViewModel.kt | 49 Swipe.Up to SceneFamilies.Home,
|
/frameworks/native/libs/input/rust/ |
D | input.rs | 106 Up = input_bindgen::AMOTION_EVENT_ACTION_UP, enumerator 141 MotionAction::Up => write!(f, "UP"), in fmt() 164 input_bindgen::AMOTION_EVENT_ACTION_UP => MotionAction::Up, in from()
|
D | input_verifier.rs | 39 | MotionAction::Up => { in verify_event() 176 MotionAction::Up => { in process_movement()
|
/frameworks/base/tools/aapt2/ |
D | formats.md | 40 | `x` | `header_padding` | Up to 3 bytes of zeros, if padding is necessary to align the… 42 | `y` | `data_padding` | Up to 3 bytes of zeros, if `data_size` is not a multiple of …
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/notifications/ui/viewmodel/ |
D | NotificationsShadeSceneViewModel.kt | 36 Swipe.Up to SceneFamilies.Home,
|
/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/ |
D | DraggableHandlerTest.kt | 64 val mutableUserActionsA = mutableMapOf(Swipe.Up to SceneB, Swipe.Down to SceneC) 65 val mutableUserActionsB = mutableMapOf(Swipe.Up to SceneC, Swipe.Down to SceneA) 83 Swipe.Up to SceneB, in <lambda>() 84 Swipe(SwipeDirection.Up, fromSource = Edge.Bottom) to SceneA in <lambda>() 466 mutableUserActionsA.remove(Swipe.Up) in onAccelaratedScrollBothTargetsBecomeNull_settlesToIdle() 468 mutableUserActionsB.remove(Swipe.Up) in onAccelaratedScrollBothTargetsBecomeNull_settlesToIdle() 495 mutableUserActionsA[Swipe.Up] = UserActionResult(SceneC) in <lambda>() 512 mutableUserActionsA[Swipe.Up] = UserActionResult(SceneC) in <lambda>() 1150 mutableUserActionsA[Swipe.Up] = UserActionResult(SceneB) in <lambda>()
|
D | SwipeToSceneTest.kt | 95 Swipe.Up to SceneB, in <lambda>() 515 Swipe.Up to UserActionResult(SceneB, transitionKey = transitionkey) in <lambda>() 573 scene(SceneA, userActions = mapOf(Swipe.Up to SceneB)) { in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ui/viewmodel/ |
D | ShadeSceneViewModel.kt | 93 destinationScenes.map { it[Swipe(SwipeDirection.Up)]?.toScene } in <lambda>() 145 Swipe(SwipeDirection.Up), in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/ |
D | LockscreenSceneViewModel.kt | 102 Swipe.Up to if (isDeviceUnlocked) Scenes.Gone else Scenes.Bouncer, in <lambda>()
|
/frameworks/libs/systemui/weathereffects/graphics/assets/shaders/ |
D | color_grading_lut.agsl | 24 * - Up changes (height) are related to blue changes.
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ui/viewmodel/ |
D | LockscreenSceneViewModelTest.kt | 234 destinationScenes?.get(Swipe(SwipeDirection.Up))?.toScene?.let { scene -> in <lambda>()
|
/frameworks/rs/script_api/ |
D | rs_for_each.spec | 115 Up to API level 23, the kernel is implicitly specified as the kernel named
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 2343 // ACTION: Settings > Storage > Free Up Space > Photos & Videos > Toggle 2348 // ACTION: Settings > Storage > Free Up Space > Apps > Toggle 2353 // ACTION: Settings > Storage > Free Up Space > Apps > Click an unchecked app 2358 // ACTION: Settings > Storage > Free Up Space > Apps > Click a checked app 2363 // ACTION: Settings > Storage > Free Up Space > Apps > Click category 2368 // ACTION: Settings > Storage > Free Up Space > Downloads > Check On 2373 // ACTION: Settings > Storage > Free Up Space > Downloads > Click category 2378 // ACTION: Settings > Storage > Free Up Space > Free up ... GB 2382 // ACTION: Settings > Storage > Free Up Space > Cancel 2386 // ACTION: Settings > Storage > Free Up Space > Free up ... GB > Remove [all …]
|
/frameworks/rs/script_api/include/ |
D | rs_for_each.rsh | 116 * Up to API level 23, the kernel is implicitly specified as the kernel named
|