Home
last modified time | relevance | path

Searched defs:scroll (Results 1 – 5 of 5) 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/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DTaskStackViewScroller.java182 float getBoundedStackScroll(float scroll) { in getBoundedStackScroll()
187 float getScrollAmountOutOfBounds(float scroll) { in getScrollAmountOutOfBounds()
/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/legacy/recents/src/com/android/systemui/recents/views/lowram/
DTaskStackLowRamLayoutAlgorithm.java176 public float scrollToPercentage(int scroll) { in scrollToPercentage()
/frameworks/native/services/inputflinger/
DInputReader.cpp3023 float scroll = mRotaryEncoderScrollAccumulator.getRelativeVWheel(); in sync() local