Home
last modified time | relevance | path

Searched defs:scroll (Results 1 – 4 of 4) 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
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/pager/
DPagerState.kt297 override suspend fun scroll( in scroll() method