Home
last modified time | relevance | path

Searched refs:getMotionRange (Results 1 – 13 of 13) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DCapturedTouchpadEventConverter_test.cpp141 info.getMotionRange(AMOTION_EVENT_AXIS_X, AINPUT_SOURCE_TOUCHPAD); in TEST_F()
148 info.getMotionRange(AMOTION_EVENT_AXIS_Y, AINPUT_SOURCE_TOUCHPAD); in TEST_F()
155 info.getMotionRange(AMOTION_EVENT_AXIS_TOUCH_MAJOR, AINPUT_SOURCE_TOUCHPAD); in TEST_F()
162 info.getMotionRange(AMOTION_EVENT_AXIS_TOUCH_MINOR, AINPUT_SOURCE_TOUCHPAD); in TEST_F()
169 info.getMotionRange(AMOTION_EVENT_AXIS_TOOL_MAJOR, AINPUT_SOURCE_TOUCHPAD); in TEST_F()
176 info.getMotionRange(AMOTION_EVENT_AXIS_TOOL_MINOR, AINPUT_SOURCE_TOUCHPAD); in TEST_F()
185 info.getMotionRange(AMOTION_EVENT_AXIS_ORIENTATION, AINPUT_SOURCE_TOUCHPAD); in TEST_F()
192 info.getMotionRange(AMOTION_EVENT_AXIS_PRESSURE, AINPUT_SOURCE_TOUCHPAD); in TEST_F()
199 info.getMotionRange(AMOTION_EVENT_AXIS_SIZE, AINPUT_SOURCE_TOUCHPAD); in TEST_F()
217 EXPECT_NE(nullptr, info.getMotionRange(AMOTION_EVENT_AXIS_X, AINPUT_SOURCE_TOUCHPAD)); in TEST_F()
[all …]
DInputMapperTest.cpp228 const InputDeviceInfo::MotionRange* range = info.getMotionRange(axis, source); in assertMotionRange()
DCursorInputMapper_test.cpp617 ASSERT_EQ(nullptr, info.getMotionRange(AINPUT_MOTION_RANGE_X, AINPUT_SOURCE_MOUSE)); in TEST_F()
618 ASSERT_EQ(nullptr, info.getMotionRange(AINPUT_MOTION_RANGE_Y, AINPUT_SOURCE_MOUSE)); in TEST_F()
DInputReader_test.cpp133 info.getMotionRange(axis, AINPUT_SOURCE_TOUCHSCREEN); in assertAxisResolution()
142 info.getMotionRange(axis, AINPUT_SOURCE_TOUCHSCREEN); in assertAxisNotPresent()
6691 const auto* xRange = deviceInfo.getMotionRange(AMOTION_EVENT_AXIS_X, AINPUT_SOURCE_TOUCHSCREEN); in TEST_P()
6692 const auto* yRange = deviceInfo.getMotionRange(AMOTION_EVENT_AXIS_Y, AINPUT_SOURCE_TOUCHSCREEN); in TEST_P()
/frameworks/native/services/inputflinger/
DUnwantedInteractionBlocker.cpp237 deviceInfo.getMotionRange(AMOTION_EVENT_AXIS_X, AINPUT_SOURCE_TOUCHSCREEN); in createPalmFilterDeviceInfo()
247 deviceInfo.getMotionRange(AMOTION_EVENT_AXIS_Y, AINPUT_SOURCE_TOUCHSCREEN); in createPalmFilterDeviceInfo()
257 deviceInfo.getMotionRange(AMOTION_EVENT_AXIS_TOUCH_MAJOR, AINPUT_SOURCE_TOUCHSCREEN); in createPalmFilterDeviceInfo()
265 deviceInfo.getMotionRange(AMOTION_EVENT_AXIS_TOUCH_MINOR, AINPUT_SOURCE_TOUCHSCREEN); in createPalmFilterDeviceInfo()
/frameworks/base/core/java/android/view/
DInputDevice.java1136 public MotionRange getMotionRange(int axis) { in getMotionRange() method in InputDevice
1161 public MotionRange getMotionRange(int axis, int source) { in getMotionRange() method in InputDevice
1596 if (mInputDevice.getMotionRange(axis, source) == null) { in shouldSmoothScroll()
DViewConfiguration.java1354 return device != null && device.getMotionRange(axis, source) != null; in isInputDeviceInfoValid()
/frameworks/native/libs/input/
DInputDevice.cpp229 const InputDeviceInfo::MotionRange* InputDeviceInfo::getMotionRange( in getMotionRange() function in android::InputDeviceInfo
/frameworks/native/include/input/
DInputDevice.h298 const MotionRange* getMotionRange(int32_t axis, uint32_t source) const;
/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java626 device.getMotionRange(MotionEvent.AXIS_GENERIC_1) != null; in onPointerEvent()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt32250 method public android.view.InputDevice.MotionRange getMotionRange(int);
32251 method public android.view.InputDevice.MotionRange getMotionRange(int, int);
/frameworks/base/core/api/
Dcurrent.txt51020 method public android.view.InputDevice.MotionRange getMotionRange(int);
51021 method public android.view.InputDevice.MotionRange getMotionRange(int, int);