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

/frameworks/native/services/inputflinger/
H A DInputReader.cpp1413 touchMajor.clear();
2620 info->addMotionRange(mOrientedRanges.touchMajor);
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, "
2922 dumpRawAbsoluteAxisInfo(dump, mRawPointerAxes.touchMajor, "TouchMajor");
3103 if (mRawPointerAxes.touchMajor.valid
3104 && mRawPointerAxes.touchMajor.maxValue != 0) {
3105 mSizeScale = 1.0f / mRawPointerAxes.touchMajor.maxValue;
3117 mOrientedRanges.touchMajor
4152 float touchMajor, touchMinor, toolMajor, toolMinor, size; local
[all...]
H A DInputReader.h749 RawAbsoluteAxisInfo touchMajor; member in struct:android::RawPointerAxes
772 int32_t touchMajor; member in struct:android::RawPointerData::Pointer
1443 InputDeviceInfo::MotionRange touchMajor; member in struct:android::TouchInputMapper::OrientedRanges
/frameworks/base/core/java/android/view/
H A DMotionEvent.java549 * @see MotionEvent.PointerCoords#touchMajor
3299 public float touchMajor; field in class:MotionEvent.PointerCoords
3359 touchMajor = 0;
3389 touchMajor = other.touchMajor;
3416 return touchMajor;
3464 touchMajor = value;
/frameworks/base/core/jni/
H A Dandroid_view_MotionEvent.cpp52 jfieldID touchMajor; member in struct:android::__anon865
204 env->GetFloatField(pointerCoordsObj, gPointerCoordsClassInfo.touchMajor));
266 env->SetFloatField(outPointerCoordsObj, gPointerCoordsClassInfo.touchMajor,
902 GET_FIELD_ID(gPointerCoordsClassInfo.touchMajor, clazz,
903 "touchMajor", "F");
/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java371 drawOval(canvas, ps.mCoords.x, ps.mCoords.y, ps.mCoords.touchMajor,
502 .append(" TouchMajor=").append(coords.touchMajor, 3)
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp1458 float touchMajor, float touchMinor, float toolMajor, float toolMinor,
1464 ASSERT_NEAR(touchMajor, coords.getAxisValue(AMOTION_EVENT_AXIS_TOUCH_MAJOR), 1);
3733 void processTouchMajor(MultiTouchInputMapper* mapper, int32_t touchMajor);
3805 MultiTouchInputMapper* mapper, int32_t touchMajor) {
3806 process(mapper, ARBITRARY_TIME, DEVICE_ID, EV_ABS, ABS_MT_TOUCH_MAJOR, touchMajor);
4517 float touchMajor = float(rawTouchMajor) * GEOMETRIC_SCALE; local
4538 x, y, pressure, size, touchMajor, touchMinor, toolMajor, toolMinor,
4563 float touchMajor = float(rawTouchMajor) * 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
3804 processTouchMajor( MultiTouchInputMapper* mapper, int32_t touchMajor) argument

Completed in 97 milliseconds