Home
last modified time | relevance | path

Searched defs:scroll (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/vr/virtual_touchpad/aidl/android/dvr/
DIVirtualTouchpadService.aidl47 void scroll(int touchpad, float x, float y) = 4; in scroll() method
/frameworks/native/services/inputflinger/reader/mapper/
DRotaryEncoderInputMapper.cpp103 float scroll = mRotaryEncoderScrollAccumulator.getRelativeVWheel(); in sync() local
/frameworks/native/services/vr/virtual_touchpad/
DVirtualTouchpadService.cpp90 binder::Status VirtualTouchpadService::scroll(int touchpad, float x, float y) { in scroll() function in android::dvr::VirtualTouchpadService