Home
last modified time | relevance | path

Searched defs:shouldSmoothScroll (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
DInputDevice.java757 public Builder setShouldSmoothScroll(boolean shouldSmoothScroll) { in setShouldSmoothScroll()
1206 private void setShouldSmoothScroll(boolean shouldSmoothScroll) { in setShouldSmoothScroll()
1589 public boolean shouldSmoothScroll(int axis, int source) { in shouldSmoothScroll() method in InputDevice.ViewBehavior
/frameworks/native/include/input/
DInputDevice.h86 std::optional<bool> shouldSmoothScroll; member