/frameworks/native/services/inputflinger/tests/ |
D | CapturedTouchpadEventConverter_test.cpp | 141 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 …]
|
D | InputMapperTest.cpp | 228 const InputDeviceInfo::MotionRange* range = info.getMotionRange(axis, source); in assertMotionRange()
|
D | CursorInputMapper_test.cpp | 617 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()
|
D | InputReader_test.cpp | 133 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/ |
D | UnwantedInteractionBlocker.cpp | 237 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/ |
D | InputDevice.java | 1136 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()
|
D | ViewConfiguration.java | 1354 return device != null && device.getMotionRange(axis, source) != null; in isInputDeviceInfoValid()
|
/frameworks/native/libs/input/ |
D | InputDevice.cpp | 229 const InputDeviceInfo::MotionRange* InputDeviceInfo::getMotionRange( in getMotionRange() function in android::InputDeviceInfo
|
/frameworks/native/include/input/ |
D | InputDevice.h | 298 const MotionRange* getMotionRange(int32_t axis, uint32_t source) const;
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | PointerLocationView.java | 626 device.getMotionRange(MotionEvent.AXIS_GENERIC_1) != null; in onPointerEvent()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 32250 method public android.view.InputDevice.MotionRange getMotionRange(int); 32251 method public android.view.InputDevice.MotionRange getMotionRange(int, int);
|
/frameworks/base/core/api/ |
D | current.txt | 51020 method public android.view.InputDevice.MotionRange getMotionRange(int); 51021 method public android.view.InputDevice.MotionRange getMotionRange(int, int);
|