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

/frameworks/native/services/inputflinger/
H A DInputReader.cpp1522 touchMajor.clear();
2898 info->addMotionRange(mOrientedRanges.touchMajor);
2976 "touchMajor=%d, touchMinor=%d, toolMajor=%d, toolMinor=%d, "
2980 pointer.touchMajor, pointer.touchMinor,
2994 "touchMajor=%0.3f, touchMinor=%0.3f, toolMajor=%0.3f, toolMinor=%0.3f, "
3221 dumpRawAbsoluteAxisInfo(dump, mRawPointerAxes.touchMajor, "TouchMajor");
3411 if (mRawPointerAxes.touchMajor.valid
3412 && mRawPointerAxes.touchMajor.maxValue != 0) {
3413 mSizeScale = 1.0f / mRawPointerAxes.touchMajor.maxValue;
3425 mOrientedRanges.touchMajor
4684 float touchMajor, touchMinor, toolMajor, toolMinor, size; local
[all...]
H A DInputReader.h798 RawAbsoluteAxisInfo touchMajor; member in struct:android::RawPointerAxes
821 int32_t touchMajor; member in struct:android::RawPointerData::Pointer
1588 InputDeviceInfo::MotionRange touchMajor; member in struct:android::TouchInputMapper::OrientedRanges
/frameworks/base/core/java/android/view/
H A DMotionEvent.java590 * @see MotionEvent.PointerCoords#touchMajor
3448 public float touchMajor; field in class:MotionEvent.PointerCoords
3508 touchMajor = 0;
3538 touchMajor = other.touchMajor;
3565 return touchMajor;
3613 touchMajor = value;
/frameworks/base/core/jni/
H A Dandroid_view_MotionEvent.cpp54 jfieldID touchMajor; member in struct:android::__anon941
206 env->GetFloatField(pointerCoordsObj, gPointerCoordsClassInfo.touchMajor));
268 env->SetFloatField(outPointerCoordsObj, gPointerCoordsClassInfo.touchMajor,
907 gPointerCoordsClassInfo.touchMajor = GetFieldIDOrDie(env, clazz, "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.cpp1466 float touchMajor, float touchMinor, float toolMajor, float toolMinor,
1472 ASSERT_NEAR(touchMajor, coords.getAxisValue(AMOTION_EVENT_AXIS_TOUCH_MAJOR), 1);
3741 void processTouchMajor(MultiTouchInputMapper* mapper, int32_t touchMajor);
3813 MultiTouchInputMapper* mapper, int32_t touchMajor) {
3814 process(mapper, ARBITRARY_TIME, DEVICE_ID, EV_ABS, ABS_MT_TOUCH_MAJOR, touchMajor);
4525 float touchMajor = float(rawTouchMajor) * GEOMETRIC_SCALE; local
4546 x, y, pressure, size, touchMajor, touchMinor, toolMajor, toolMinor,
4571 float touchMajor = float(rawTouchMajor) * GEOMETRIC_SCALE; local
4585 x, y, 1.0f, size, touchMajor, touchMinor, toolMajor, toolMinor, 0, 0));
1464 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
3812 processTouchMajor( MultiTouchInputMapper* mapper, int32_t touchMajor) argument

Completed in 560 milliseconds