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::__anon909
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.java575 * @see MotionEvent.PointerCoords#touchMajor
3383 public float touchMajor; field in class:MotionEvent.PointerCoords
3443 touchMajor = 0;
3473 touchMajor = other.touchMajor;
3500 return touchMajor;
3548 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.cpp1495 touchMajor.clear();
2761 info->addMotionRange(mOrientedRanges.touchMajor);
2839 "touchMajor=%d, touchMinor=%d, toolMajor=%d, toolMinor=%d, "
2843 pointer.touchMajor, pointer.touchMinor,
2857 "touchMajor=%0.3f, touchMinor=%0.3f, toolMajor=%0.3f, toolMinor=%0.3f, "
3084 dumpRawAbsoluteAxisInfo(dump, mRawPointerAxes.touchMajor, "TouchMajor");
3274 if (mRawPointerAxes.touchMajor.valid
3275 && mRawPointerAxes.touchMajor.maxValue != 0) {
3276 mSizeScale = 1.0f / mRawPointerAxes.touchMajor.maxValue;
3288 mOrientedRanges.touchMajor
4547 float touchMajor, touchMinor, toolMajor, toolMinor, size; local
[all...]
H A DInputReader.h792 RawAbsoluteAxisInfo touchMajor; member in struct:android::RawPointerAxes
815 int32_t touchMajor; member in struct:android::RawPointerData::Pointer
1557 InputDeviceInfo::MotionRange touchMajor; member in struct:android::TouchInputMapper::OrientedRanges

Completed in 187 milliseconds