Home
last modified time | relevance | path

Searched refs:scale_relative_scroll (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/services/vr/virtual_touchpad/
DVirtualTouchpadEvdev.cpp33 int32_t scale_relative_scroll(float x) { in scale_relative_scroll() function
182 const int32_t scaled_x = scale_relative_scroll(x); in Scroll()
183 const int32_t scaled_y = scale_relative_scroll(y); in Scroll()