Home
last modified time | relevance | path

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

/frameworks/base/tests/Input/src/com/android/test/input/
DInputDeviceTest.java77 device.getViewBehavior().shouldSmoothScroll(axis, source), in assertDeviceEquals()
78 outDevice.getViewBehavior().shouldSmoothScroll(axis, source)); in assertDeviceEquals()
/frameworks/base/core/java/android/view/
DInputDevice.java757 public Builder setShouldSmoothScroll(boolean shouldSmoothScroll) { in setShouldSmoothScroll() argument
758 mShouldSmoothScroll = shouldSmoothScroll; in setShouldSmoothScroll()
1206 private void setShouldSmoothScroll(boolean shouldSmoothScroll) { in setShouldSmoothScroll() argument
1207 mViewBehavior.mShouldSmoothScroll = shouldSmoothScroll; in setShouldSmoothScroll()
1589 public boolean shouldSmoothScroll(int axis, int source) { in shouldSmoothScroll() method in InputDevice.ViewBehavior
/frameworks/base/core/jni/
Dandroid_view_InputDevice.cpp109 std::optional<bool> defaultSmoothScroll = viewBehavior.shouldSmoothScroll; in android_view_InputDevice_create()
/frameworks/native/include/input/
DInputDevice.h86 std::optional<bool> shouldSmoothScroll; member
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp2799 ASSERT_FALSE(mDevice->getDeviceInfo().getViewBehavior().shouldSmoothScroll.has_value()); in TEST_F()
2811 ASSERT_TRUE(mDevice->getDeviceInfo().getViewBehavior().shouldSmoothScroll.value_or(false)); in TEST_F()
/frameworks/base/core/api/
Dcurrent.txt51089 …m.android.input.flags.input_device_view_behavior_api") public boolean shouldSmoothScroll(int, int);