Home
last modified time | relevance | path

Searched refs:Up (Results 1 – 25 of 38) sorted by relevance

12

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/ui/viewmodel/
DQuickSettingsSceneViewModelTest.kt123 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()
DQuickSettingsShadeSceneViewModelTest.kt68 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/
DNotificationsShadeSceneViewModelTest.kt67 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/
DLongPressHandlingViewInteractionHandler.kt51 data class Up( dataClass
78 is MotionEventModel.Up -> { in onTouchEvent()
DLongPressHandlingView.kt124 LongPressHandlingViewInteractionHandler.MotionEventModel.Up( in toModel()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/ui/viewmodel/
DShadeSceneViewModelTest.kt121 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/
DSceneFrameworkIntegrationTest.kt249 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/
DSceneTransitionLayout.kt415 val Up = Swipe(SwipeDirection.Up) constant
422 Up(Orientation.Vertical),
DDraggableHandler.kt200 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/
DLongPressHandlingViewInteractionHandlerTest.kt27 …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/
DQuickSettingsSceneViewModel.kt105 put(Swipe(SwipeDirection.Up), UserActionResult(backScene ?: Scenes.Shade)) in destinationScenes()
107 Swipe(fromSource = Edge.Bottom, direction = SwipeDirection.Up), in destinationScenes()
DQuickSettingsShadeSceneViewModel.kt49 Swipe.Up to SceneFamilies.Home,
/frameworks/native/libs/input/rust/
Dinput.rs106 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()
Dinput_verifier.rs39 | MotionAction::Up => { in verify_event()
176 MotionAction::Up => { in process_movement()
/frameworks/base/tools/aapt2/
Dformats.md40 | `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/
DNotificationsShadeSceneViewModel.kt36 Swipe.Up to SceneFamilies.Home,
/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/
DDraggableHandlerTest.kt64 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>()
DSwipeToSceneTest.kt95 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/
DShadeSceneViewModel.kt93 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/
DLockscreenSceneViewModel.kt102 Swipe.Up to if (isDeviceUnlocked) Scenes.Gone else Scenes.Bouncer, in <lambda>()
/frameworks/libs/systemui/weathereffects/graphics/assets/shaders/
Dcolor_grading_lut.agsl24 * - Up changes (height) are related to blue changes.
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ui/viewmodel/
DLockscreenSceneViewModelTest.kt234 destinationScenes?.get(Swipe(SwipeDirection.Up))?.toScene?.let { scene -> in <lambda>()
/frameworks/rs/script_api/
Drs_for_each.spec115 Up to API level 23, the kernel is implicitly specified as the kernel named
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto2343 // 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/
Drs_for_each.rsh116 * Up to API level 23, the kernel is implicitly specified as the kernel named

12