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

  /cts/tests/tests/view/src/android/view/cts/
MotionEventUtils.java 229 that.getHistoricalAxisValue(MotionEvent.AXIS_X, position), this.x, DELTA);
234 that.getHistoricalAxisValue(MotionEvent.AXIS_Y, position), this.y, DELTA);
239 that.getHistoricalAxisValue(MotionEvent.AXIS_PRESSURE, position), this.pressure,
245 that.getHistoricalAxisValue(MotionEvent.AXIS_SIZE, position), this.size, DELTA);
250 that.getHistoricalAxisValue(MotionEvent.AXIS_TOUCH_MAJOR, position),
256 that.getHistoricalAxisValue(MotionEvent.AXIS_TOUCH_MINOR, position),
262 that.getHistoricalAxisValue(MotionEvent.AXIS_TOOL_MAJOR, position),
268 that.getHistoricalAxisValue(MotionEvent.AXIS_TOOL_MINOR, position),
274 that.getHistoricalAxisValue(MotionEvent.AXIS_ORIENTATION, position),
282 that.getHistoricalAxisValue(MotionEvent.AXIS_X, pointerIndex, position)
    [all...]
  /frameworks/native/include/input/
Input.h 507 float getHistoricalAxisValue(int32_t axis, size_t pointerIndex, size_t historicalIndex) const;
510 return getHistoricalAxisValue(
515 return getHistoricalAxisValue(
520 return getHistoricalAxisValue(
525 return getHistoricalAxisValue(
530 return getHistoricalAxisValue(
535 return getHistoricalAxisValue(
540 return getHistoricalAxisValue(
545 return getHistoricalAxisValue(
550 return getHistoricalAxisValue(
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TouchPaint.java 415 event.getHistoricalAxisValue(MotionEvent.AXIS_DISTANCE, j, i),
416 event.getHistoricalAxisValue(MotionEvent.AXIS_TILT, j, i));
  /frameworks/base/native/android/
input.cpp 268 return static_cast<const MotionEvent*>(motion_event)->getHistoricalAxisValue(
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameControllerInput.java 299 message.append(event.getHistoricalAxisValue(axis, historyPos));
GameView.java 276 : event.getHistoricalAxisValue(axis, historyPos);
  /frameworks/native/libs/input/
Input.cpp 317 float MotionEvent::getHistoricalAxisValue(int32_t axis, size_t pointerIndex,
  /frameworks/base/core/java/android/view/
MotionEvent.java 739 * @see #getHistoricalAxisValue(int, int, int)
    [all...]
ViewRootImpl.java     [all...]
  /development/samples/ControllerSample/src/com/example/controllersample/
GameView.java 471 : event.getHistoricalAxisValue(axis, historyPos);
    [all...]
  /frameworks/base/core/jni/
android_view_MotionEvent.cpp 569 return event->getHistoricalAxisValue(axis, pointerIndex, historyPos);
    [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/tools/common/m2/repository/com/google/android/android/4.0.1.2/
android-4.0.1.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/android/android/4.1.1.4/
android-4.1.1.4.jar 

Completed in 81 milliseconds