Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/view/
H A DOWNERS1 # Scroll Capture
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DOWNERS1 # Scroll Capture (Long Screenshots)
/aosp12/frameworks/native/services/vr/virtual_touchpad/include/
H A DVirtualTouchpad.h72 virtual status_t Scroll(int touchpad, float x, float y) = 0;
/aosp12/frameworks/native/services/vr/virtual_touchpad/
H A DDvrVirtualTouchpadClient.cpp45 return FromC(client)->Scroll(touchpad, x, y); in dvrVirtualTouchpadScroll()
H A DVirtualTouchpadEvdev.h24 status_t Scroll(int touchpad, float x, float y) override;
H A DVirtualTouchpadClient.cpp63 status_t Scroll(int touchpad, float x, float y) override { in Scroll() function in android::dvr::__anon1d8709970110::VirtualTouchpadClientImpl
H A DVirtualTouchpadService.cpp94 if (const status_t error = touchpad_->Scroll(touchpad, x, y)) { in scroll()
H A DVirtualTouchpadEvdev.cpp170 int VirtualTouchpadEvdev::Scroll(int touchpad_id, float x, float y) { in Scroll() function in android::dvr::VirtualTouchpadEvdev
/aosp12/packages/apps/Car/tests/
H A Dreadme.md40 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 DOWNERS17 # Scroll Capture
/aosp12/frameworks/base/core/java/com/android/internal/view/
H A DOWNERS22 # Scroll Capture
/aosp12/frameworks/base/core/java/android/view/
H A DOWNERS87 # Scroll Capture
/aosp12/hardware/interfaces/input/common/1.0/
H A Dtypes.hal151 * Axis constant: Vertical Scroll axis of a motion event.
160 * Axis constant: Horizontal Scroll axis of a motion event.