/frameworks/base/core/tests/coretests/src/com/android/internal/view/ |
D | OWNERS | 1 # Scroll Capture
|
/frameworks/base/packages/CredentialManager/horologist/src/com/google/android/horologist/compose/layout/ |
D | ScalingLazyColumnDefaults.kt | 46 rotaryMode: RotaryMode = RotaryMode.Scroll, in belowTimeText() 91 rotaryMode: RotaryMode = RotaryMode.Scroll, in scalingLazyColumnDefaults()
|
D | ScalingLazyColumnState.kt | 61 public val rotaryMode: RotaryMode = RotaryMode.Scroll, 91 public object Scroll : RotaryMode object
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | OWNERS | 1 # Scroll Capture (Long Screenshots)
|
/frameworks/native/services/vr/virtual_touchpad/include/ |
D | VirtualTouchpad.h | 72 virtual status_t Scroll(int touchpad, float x, float y) = 0;
|
/frameworks/native/libs/input/rust/ |
D | input.rs | 130 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/ |
D | DvrVirtualTouchpadClient.cpp | 45 return FromC(client)->Scroll(touchpad, x, y); in dvrVirtualTouchpadScroll()
|
D | VirtualTouchpadEvdev.h | 24 status_t Scroll(int touchpad, float x, float y) override;
|
D | VirtualTouchpadClient.cpp | 63 status_t Scroll(int touchpad, float x, float y) override { in Scroll() function in android::dvr::__anon3c10dbab0111::VirtualTouchpadClientImpl
|
D | VirtualTouchpadService.cpp | 94 if (const status_t error = touchpad_->Scroll(touchpad, x, y)) { in scroll()
|
D | VirtualTouchpadEvdev.cpp | 170 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/ |
D | OWNERS | 22 # Scroll Capture
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | OWNERS | 19 # Scroll Capture
|
/frameworks/base/core/java/android/view/ |
D | OWNERS | 115 # Scroll Capture
|
/frameworks/native/services/inputflinger/tests/ |
D | GestureConverter_test.cpp | 281 TEST_F(GestureConverterTest, Scroll) { in TEST_F() argument
|