Home
last modified time | relevance | path

Searched refs:motionRange (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tests/Input/src/com/android/test/input/
DInputDeviceTest.java71 InputDevice.MotionRange motionRange = device.getMotionRanges().get(j); in assertDeviceEquals() local
72 assertMotionRangeEquals(motionRange, outDevice.getMotionRanges().get(j)); in assertDeviceEquals()
74 int axis = motionRange.getAxis(); in assertDeviceEquals()
75 int source = motionRange.getSource(); in assertDeviceEquals()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp132 const InputDeviceInfo::MotionRange* motionRange = in assertAxisResolution() local
134 ASSERT_NEAR(motionRange->resolution, resolution, EPSILON); in assertAxisResolution()
141 const InputDeviceInfo::MotionRange* motionRange = in assertAxisNotPresent() local
143 ASSERT_EQ(nullptr, motionRange); in assertAxisNotPresent()