Searched refs:getViewBehavior (Results 1 – 6 of 6) sorted by relevance
77 device.getViewBehavior().shouldSmoothScroll(axis, source), in assertDeviceEquals()78 outDevice.getViewBehavior().shouldSmoothScroll(axis, source)); in assertDeviceEquals()
108 const InputDeviceViewBehavior& viewBehavior = deviceInfo.getViewBehavior(); in android_view_InputDevice_create()
316 inline const InputDeviceViewBehavior& getViewBehavior() const { return mViewBehavior; } in getViewBehavior() function
314 return device == null ? null : device.getViewBehavior(); in getInputDeviceViewBehavior()
1194 public ViewBehavior getViewBehavior() { in getViewBehavior() method in InputDevice
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()