Searched refs:Scroll (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/core/tests/coretests/src/com/android/internal/view/ |
D | OWNERS | 1 # Scroll Capture
|
/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/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::__anon9afebf920111::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/tests/coretests/src/android/view/ |
D | OWNERS | 17 # Scroll Capture
|
/frameworks/base/core/java/com/android/internal/view/ |
D | OWNERS | 22 # Scroll Capture
|
/frameworks/base/core/java/android/view/ |
D | OWNERS | 87 # Scroll Capture
|