Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_InputDevice.cpp36 jmethodID setShouldSmoothScroll; member
111 env->CallVoidMethod(inputDeviceObj.get(), gInputDeviceClassInfo.setShouldSmoothScroll, in android_view_InputDevice_create()
134 gInputDeviceClassInfo.setShouldSmoothScroll = in register_android_view_InputDevice()
/frameworks/base/tests/Input/src/com/android/test/input/
DInputDeviceTest.java104 .setShouldSmoothScroll(true) in assertInputDeviceParcelUnparcel()
/frameworks/base/core/java/android/view/
DInputDevice.java757 public Builder setShouldSmoothScroll(boolean shouldSmoothScroll) { in setShouldSmoothScroll() method in InputDevice.Builder
802 device.setShouldSmoothScroll(mShouldSmoothScroll); in build()
1206 private void setShouldSmoothScroll(boolean shouldSmoothScroll) { in setShouldSmoothScroll() method in InputDevice