Searched defs:scroll (Results 1 – 5 of 5) sorted by relevance
47 void scroll(int touchpad, float x, float y) = 4; in scroll() method
182 float getBoundedStackScroll(float scroll) { in getBoundedStackScroll()187 float getScrollAmountOutOfBounds(float scroll) { in getScrollAmountOutOfBounds()
90 binder::Status VirtualTouchpadService::scroll(int touchpad, float x, float y) { in scroll() function in android::dvr::VirtualTouchpadService
176 public float scrollToPercentage(int scroll) { in scrollToPercentage()
3023 float scroll = mRotaryEncoderScrollAccumulator.getRelativeVWheel(); in sync() local