Searched refs:touchMinor (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/view/
H A DMotionEvent.java572 * @see MotionEvent.PointerCoords#touchMinor
3309 public float touchMinor; field in class:MotionEvent.PointerCoords
3360 touchMinor = 0;
3390 touchMinor = other.touchMinor;
3418 return touchMinor;
3467 touchMinor = value;
/frameworks/native/services/inputflinger/
H A DInputReader.cpp1414 touchMinor.clear();
2621 info->addMotionRange(mOrientedRanges.touchMinor);
2699 "touchMajor=%d, touchMinor=%d, toolMajor=%d, toolMinor=%d, "
2703 pointer.touchMajor, pointer.touchMinor,
2715 "touchMajor=%0.3f, touchMinor=%0.3f, toolMajor=%0.3f, toolMinor=%0.3f, "
2923 dumpRawAbsoluteAxisInfo(dump, mRawPointerAxes.touchMinor, "TouchMinor");
3125 mOrientedRanges.touchMinor = mOrientedRanges.touchMajor;
3126 mOrientedRanges.touchMinor.axis = AMOTION_EVENT_AXIS_TOUCH_MINOR;
4152 float touchMajor, touchMinor, toolMajor, toolMinor, size; local
4160 touchMinor
[all...]
H A DInputReader.h750 RawAbsoluteAxisInfo touchMinor; member in struct:android::RawPointerAxes
773 int32_t touchMinor; member in struct:android::RawPointerData::Pointer
1444 InputDeviceInfo::MotionRange touchMinor; member in struct:android::TouchInputMapper::OrientedRanges
/frameworks/base/core/jni/
H A Dandroid_view_MotionEvent.cpp53 jfieldID touchMinor; member in struct:android::__anon865
206 env->GetFloatField(pointerCoordsObj, gPointerCoordsClassInfo.touchMinor));
268 env->SetFloatField(outPointerCoordsObj, gPointerCoordsClassInfo.touchMinor,
904 GET_FIELD_ID(gPointerCoordsClassInfo.touchMinor, clazz,
905 "touchMinor", "F");
/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java372 ps.mCoords.touchMinor, ps.mCoords.orientation, mPaint);
503 .append(" TouchMinor=").append(coords.touchMinor, 3)
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp1458 float touchMajor, float touchMinor, float toolMajor, float toolMinor,
1465 ASSERT_NEAR(touchMinor, coords.getAxisValue(AMOTION_EVENT_AXIS_TOUCH_MINOR), 1);
3734 void processTouchMinor(MultiTouchInputMapper* mapper, int32_t touchMinor);
3810 MultiTouchInputMapper* mapper, int32_t touchMinor) {
3811 process(mapper, ARBITRARY_TIME, DEVICE_ID, EV_ABS, ABS_MT_TOUCH_MINOR, touchMinor);
4518 float touchMinor = float(rawTouchMinor) * GEOMETRIC_SCALE; local
4538 x, y, pressure, size, touchMajor, touchMinor, toolMajor, toolMinor,
4564 float touchMinor = float(rawTouchMinor) * GEOMETRIC_SCALE; local
4577 x, y, 1.0f, size, touchMajor, touchMinor, toolMajor, toolMinor, 0, 0));
1456 assertPointerCoords(const PointerCoords& coords, float x, float y, float pressure, float size, float touchMajor, float touchMinor, float toolMajor, float toolMinor, float orientation, float distance) argument
3809 processTouchMinor( MultiTouchInputMapper* mapper, int32_t touchMinor) argument

Completed in 617 milliseconds