HomeSort by relevance Sort by last modified time
    Searched refs:getMotionRanges (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/java/android/view/
InputDevice.java 425 public List<MotionRange> getMotionRanges() {
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameControllerInput.java 159 final List<MotionRange> ranges = device.getMotionRanges();
  /frameworks/base/include/ui/
Input.h 832 inline const Vector<MotionRange>& getMotionRanges() const {
  /frameworks/base/services/jni/
com_android_server_InputManager.cpp     [all...]
  /frameworks/base/services/input/
InputReader.cpp 869 const Vector<InputDeviceInfo::MotionRange>& ranges = deviceInfo.getMotionRanges();
    [all...]
  /frameworks/base/services/input/tests/
InputReader_test.cpp 1030 ASSERT_EQ(size_t(0), info.getMotionRanges().size());
    [all...]
  /prebuilt/sdk/14/
android.jar 

Completed in 664 milliseconds