Searched defs:touchMajor (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_view_MotionEvent.cpp54 jfieldID touchMajor; member in struct:android::__anon947
206 env->GetFloatField(pointerCoordsObj, gPointerCoordsClassInfo.touchMajor));
268 env->SetFloatField(outPointerCoordsObj, gPointerCoordsClassInfo.touchMajor,
907 gPointerCoordsClassInfo.touchMajor = GetFieldIDOrDie(env, clazz, "touchMajor", "F");
/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/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
/frameworks/native/services/inputflinger/
H A DInputReader.cpp1530 touchMajor.clear();
2906 info->addMotionRange(mOrientedRanges.touchMajor);
2984 "touchMajor=%d, touchMinor=%d, toolMajor=%d, toolMinor=%d, "
2988 pointer.touchMajor, pointer.touchMinor,
3002 "touchMajor=%0.3f, touchMinor=%0.3f, toolMajor=%0.3f, toolMinor=%0.3f, "
3229 dumpRawAbsoluteAxisInfo(dump, mRawPointerAxes.touchMajor, "TouchMajor");
3419 if (mRawPointerAxes.touchMajor.valid
3420 && mRawPointerAxes.touchMajor.maxValue != 0) {
3421 mSizeScale = 1.0f / mRawPointerAxes.touchMajor.maxValue;
3433 mOrientedRanges.touchMajor
4692 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

Completed in 7406 milliseconds