HomeSort by relevance Sort by last modified time
    Searched full:touchminor (Results 1 - 13 of 13) sorted by null

  /cts/tests/tests/view/src/android/view/cts/
MotionEventUtils.java 83 private float touchMinor;
98 public PointerCoordsBuilder withTouch(float touchMajor, float touchMinor) {
100 this.touchMinor = touchMinor;
122 pointerCoords.touchMinor = touchMinor;
152 that.getTouchMinor(), this.touchMinor, DELTA);
154 that.getAxisValue(MotionEvent.AXIS_TOUCH_MINOR), this.touchMinor, DELTA);
201 that.getTouchMinor(pointerIndex), this.touchMinor, DELTA);
203 that.getAxisValue(MotionEvent.AXIS_TOUCH_MINOR, pointerIndex), this.touchMinor,
    [all...]
MotionEventTest.java 675 assertEquals(0f, coords.touchMinor, 0.0f);
689 coords.touchMinor = 6;
701 assertEquals(6f, copy.touchMinor, 0.0f);
    [all...]
  /frameworks/base/core/jni/
android_view_MotionEvent.cpp 55 jfieldID touchMinor;
208 env->GetFloatField(pointerCoordsObj, gPointerCoordsClassInfo.touchMinor));
270 env->SetFloatField(outPointerCoordsObj, gPointerCoordsClassInfo.touchMinor,
    [all...]
  /frameworks/native/services/inputflinger/
InputReader.cpp     [all...]
InputReader.h 765 RawAbsoluteAxisInfo touchMinor;
788 int32_t touchMinor;
    [all...]
InputDispatcher.cpp     [all...]
  /frameworks/base/core/java/com/android/internal/widget/
PointerLocationView.java 373 ps.mCoords.touchMinor, ps.mCoords.orientation, mPaint);
504 .append(" TouchMinor=").append(coords.touchMinor, 3)
    [all...]
  /frameworks/base/core/java/android/view/
MotionEvent.java 628 * Axis constant: TouchMinor axis of a motion event.
645 * @see MotionEvent.PointerCoords#touchMinor
    [all...]
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp     [all...]
  /frameworks/native/include/android/
input.h 457 * Axis constant: TouchMinor axis of a motion event.
    [all...]
  /system/core/libbacktrace/testdata/arm/
libandroid_runtime.so 
  /system/core/libunwindstack/tests/files/offline/gnu_debugdata_arm/
libandroid_runtime.so 
  /frameworks/base/core/res/res/values/
config.xml     [all...]

Completed in 461 milliseconds