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

  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
EdgeSwipeDetector.java 44 float edgeGutter = event.getDevice().getMotionRange(MotionEvent.AXIS_X).getMax()
61 float enough = event.getDevice().getMotionRange(MotionEvent.AXIS_X).getMax()
  /frameworks/base/include/androidfw/
InputDevice.h 83 const MotionRange* getMotionRange(int32_t axis, uint32_t source) const;
  /frameworks/base/libs/androidfw/
InputDevice.cpp 158 const InputDeviceInfo::MotionRange* InputDeviceInfo::getMotionRange(
  /frameworks/base/core/java/android/view/
InputDevice.java 91 * Use {@link #getMotionRange} to query the range of the pointing device. Some devices permit
105 * Use {@link #getMotionRange} to query the range of motion.
116 * Use {@link #getMotionRange} to query the range of positions.
125 * Use {@link #getMotionRange} to query the range of positions.
239 * @see #getMotionRange
248 * @see #getMotionRange
257 * @see #getMotionRange
266 * @see #getMotionRange
275 * @see #getMotionRange
284 * @see #getMotionRange
    [all...]
ViewRootImpl.java     [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
Gallery.java 259 float maxX = event.getDevice().getMotionRange(MotionEvent.AXIS_X).getMax();
260 float maxY = event.getDevice().getMotionRange(MotionEvent.AXIS_Y).getMax();
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameView.java 272 final InputDevice.MotionRange range = device.getMotionRange(axis, event.getSource());
  /frameworks/base/core/java/com/android/internal/widget/
PointerLocationView.java 553 getMotionRange(MotionEvent.AXIS_GENERIC_1) != null);
    [all...]
  /frameworks/base/services/input/tests/
InputReader_test.cpp     [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 

Completed in 155 milliseconds