Home
last modified time | relevance | path

Searched refs:getMotionRanges (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/include/androidfw/
DInputDevice.h103 inline const Vector<MotionRange>& getMotionRanges() const { in getMotionRanges() function
/frameworks/base/core/jni/
Dandroid_view_InputDevice.cpp62 const Vector<InputDeviceInfo::MotionRange>& ranges = deviceInfo.getMotionRanges(); in android_view_InputDevice_create()
/frameworks/base/core/java/android/view/
DInputDevice.java563 public List<MotionRange> getMotionRanges() { in getMotionRanges() method in InputDevice
/frameworks/base/docs/html/sdk/api_diff/12/
DmissingSinces.txt45 NO DOC BLOCK: android.view.InputDevice Method getMotionRanges()
/frameworks/base/docs/html/about/versions/
Dandroid-3.1.jd291 applications can use {@link android.view.InputDevice#getMotionRanges()
292 getMotionRanges()} to query for all axes of a device or all axes of a given
/frameworks/base/services/input/tests/
DInputReader_test.cpp1001 ASSERT_EQ(size_t(0), inputDevices[0].getMotionRanges().size()); in TEST_F()
1010 ASSERT_EQ(size_t(0), inputDevices[0].getMotionRanges().size()); in TEST_F()
/frameworks/base/services/input/
DInputReader.cpp887 const Vector<InputDeviceInfo::MotionRange>& ranges = deviceInfo.getMotionRanges(); in dump()
/frameworks/base/api/
D14.txt21853 method public java.util.List<android.view.InputDevice.MotionRange> getMotionRanges();
D15.txt21995 method public java.util.List<android.view.InputDevice.MotionRange> getMotionRanges();
Dcurrent.txt23038 method public java.util.List<android.view.InputDevice.MotionRange> getMotionRanges();
D16.txt23038 method public java.util.List<android.view.InputDevice.MotionRange> getMotionRanges();