Searched refs:Scroll (Results 1 – 13 of 13) sorted by relevance
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/view/ |
H A D | OWNERS | 1 # Scroll Capture
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
H A D | OWNERS | 1 # Scroll Capture (Long Screenshots)
|
/aosp12/frameworks/native/services/vr/virtual_touchpad/include/ |
H A D | VirtualTouchpad.h | 72 virtual status_t Scroll(int touchpad, float x, float y) = 0;
|
/aosp12/frameworks/native/services/vr/virtual_touchpad/ |
H A D | DvrVirtualTouchpadClient.cpp | 45 return FromC(client)->Scroll(touchpad, x, y); in dvrVirtualTouchpadScroll()
|
H A D | VirtualTouchpadEvdev.h | 24 status_t Scroll(int touchpad, float x, float y) override;
|
H A D | VirtualTouchpadClient.cpp | 63 status_t Scroll(int touchpad, float x, float y) override { in Scroll() function in android::dvr::__anon1d8709970110::VirtualTouchpadClientImpl
|
H A D | VirtualTouchpadService.cpp | 94 if (const status_t error = touchpad_->Scroll(touchpad, x, y)) { in scroll()
|
H A D | VirtualTouchpadEvdev.cpp | 170 int VirtualTouchpadEvdev::Scroll(int touchpad_id, float x, float y) { in Scroll() function in android::dvr::VirtualTouchpadEvdev
|
/aosp12/packages/apps/Car/tests/ |
H A D | readme.md | 40 3. Scroll to Version at bottom and tap ~10 times to unlock Developer Mode 42 5. Scroll to bottom and enable "Unknown sources"
|
/aosp12/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | OWNERS | 17 # Scroll Capture
|
/aosp12/frameworks/base/core/java/com/android/internal/view/ |
H A D | OWNERS | 22 # Scroll Capture
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | OWNERS | 87 # Scroll Capture
|
/aosp12/hardware/interfaces/input/common/1.0/ |
H A D | types.hal | 151 * Axis constant: Vertical Scroll axis of a motion event. 160 * Axis constant: Horizontal Scroll axis of a motion event.
|