Home
last modified time | relevance | path

Searched refs:getViewBehavior (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/jni/
Dandroid_view_InputDevice.cpp108 const InputDeviceViewBehavior& viewBehavior = deviceInfo.getViewBehavior(); in android_view_InputDevice_create()
/frameworks/native/include/input/
DInputDevice.h316 inline const InputDeviceViewBehavior& getViewBehavior() const { return mViewBehavior; } in getViewBehavior() function
/frameworks/base/core/java/android/hardware/input/
DInputManager.java314 return device == null ? null : device.getViewBehavior(); in getInputDeviceViewBehavior()
/frameworks/base/core/java/android/view/
DInputDevice.java1194 public ViewBehavior getViewBehavior() { in getViewBehavior() method in InputDevice
/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()