Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInputDevice.java421 public List<MotionRange> getMotionRanges() { in getMotionRanges() method in InputDevice
/frameworks/base/include/ui/
DInput.h829 inline const Vector<MotionRange>& getMotionRanges() const { in getMotionRanges() function
/frameworks/base/docs/html/sdk/api_diff/12/
DmissingSinces.txt45 NO DOC BLOCK: android.view.InputDevice Method getMotionRanges()
/frameworks/base/services/jni/
Dcom_android_server_InputManager.cpp1239 const Vector<InputDeviceInfo::MotionRange>& ranges = deviceInfo.getMotionRanges(); in android_server_InputManager_nativeGetInputDevice()
/frameworks/base/docs/html/sdk/
Dandroid-3.1.jd397 applications can use {@link android.view.InputDevice#getMotionRanges()
398 getMotionRanges()} to query for all axes of a device or all axes of a given
/frameworks/base/services/input/
DInputReader.cpp869 const Vector<InputDeviceInfo::MotionRange>& ranges = deviceInfo.getMotionRanges(); in dump()
/frameworks/base/services/input/tests/
DInputReader_test.cpp1026 ASSERT_EQ(size_t(0), info.getMotionRanges().size()); in TEST_F()
/frameworks/base/api/
Dcurrent.txt21853 method public java.util.List<android.view.InputDevice.MotionRange> getMotionRanges();
D14.txt21853 method public java.util.List<android.view.InputDevice.MotionRange> getMotionRanges();