Searched refs:shouldSmoothScroll (Results 1 – 6 of 6) sorted by relevance
77 device.getViewBehavior().shouldSmoothScroll(axis, source), in assertDeviceEquals()78 outDevice.getViewBehavior().shouldSmoothScroll(axis, source)); in assertDeviceEquals()
757 public Builder setShouldSmoothScroll(boolean shouldSmoothScroll) { in setShouldSmoothScroll() argument758 mShouldSmoothScroll = shouldSmoothScroll; in setShouldSmoothScroll()1206 private void setShouldSmoothScroll(boolean shouldSmoothScroll) { in setShouldSmoothScroll() argument1207 mViewBehavior.mShouldSmoothScroll = shouldSmoothScroll; in setShouldSmoothScroll()1589 public boolean shouldSmoothScroll(int axis, int source) { in shouldSmoothScroll() method in InputDevice.ViewBehavior
109 std::optional<bool> defaultSmoothScroll = viewBehavior.shouldSmoothScroll; in android_view_InputDevice_create()
86 std::optional<bool> shouldSmoothScroll; member
2799 ASSERT_FALSE(mDevice->getDeviceInfo().getViewBehavior().shouldSmoothScroll.has_value()); in TEST_F()2811 ASSERT_TRUE(mDevice->getDeviceInfo().getViewBehavior().shouldSmoothScroll.value_or(false)); in TEST_F()
51089 …m.android.input.flags.input_device_view_behavior_api") public boolean shouldSmoothScroll(int, int);