Home
last modified time | relevance | path

Searched refs:Scroll (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/core/tests/coretests/src/com/android/internal/view/
DOWNERS1 # Scroll Capture
/frameworks/base/packages/CredentialManager/horologist/src/com/google/android/horologist/compose/layout/
DScalingLazyColumnDefaults.kt46 rotaryMode: RotaryMode = RotaryMode.Scroll, in belowTimeText()
91 rotaryMode: RotaryMode = RotaryMode.Scroll, in scalingLazyColumnDefaults()
DScalingLazyColumnState.kt61 public val rotaryMode: RotaryMode = RotaryMode.Scroll,
91 public object Scroll : RotaryMode object
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DOWNERS1 # Scroll Capture (Long Screenshots)
/frameworks/native/services/vr/virtual_touchpad/include/
DVirtualTouchpad.h72 virtual status_t Scroll(int touchpad, float x, float y) = 0;
/frameworks/native/libs/input/rust/
Dinput.rs130 Scroll = input_bindgen::AMOTION_EVENT_ACTION_SCROLL, enumerator
150 MotionAction::Scroll => write!(f, "SCROLL"), in fmt()
177 input_bindgen::AMOTION_EVENT_ACTION_SCROLL => MotionAction::Scroll, in from()
/frameworks/native/services/vr/virtual_touchpad/
DDvrVirtualTouchpadClient.cpp45 return FromC(client)->Scroll(touchpad, x, y); in dvrVirtualTouchpadScroll()
DVirtualTouchpadEvdev.h24 status_t Scroll(int touchpad, float x, float y) override;
DVirtualTouchpadClient.cpp63 status_t Scroll(int touchpad, float x, float y) override { in Scroll() function in android::dvr::__anon3c10dbab0111::VirtualTouchpadClientImpl
DVirtualTouchpadService.cpp94 if (const status_t error = touchpad_->Scroll(touchpad, x, y)) { in scroll()
DVirtualTouchpadEvdev.cpp170 int VirtualTouchpadEvdev::Scroll(int touchpad_id, float x, float y) { in Scroll() function in android::dvr::VirtualTouchpadEvdev
/frameworks/base/core/java/com/android/internal/view/
DOWNERS22 # Scroll Capture
/frameworks/base/core/tests/coretests/src/android/view/
DOWNERS19 # Scroll Capture
/frameworks/base/core/java/android/view/
DOWNERS115 # Scroll Capture
/frameworks/native/services/inputflinger/tests/
DGestureConverter_test.cpp281 TEST_F(GestureConverterTest, Scroll) { in TEST_F() argument