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

/frameworks/base/core/java/android/view/
H A DMotionEvent.java598 * @see MotionEvent.PointerCoords#touchMinor
3393 public float touchMinor; field in class:MotionEvent.PointerCoords
3444 touchMinor = 0;
3474 touchMinor = other.touchMinor;
3502 return touchMinor;
3551 touchMinor = value;
/frameworks/native/services/inputflinger/
H A DInputReader.cpp1496 touchMinor.clear();
2752 info->addMotionRange(mOrientedRanges.touchMinor);
2829 "touchMajor=%d, touchMinor=%d, toolMajor=%d, toolMinor=%d, "
2833 pointer.touchMajor, pointer.touchMinor,
2847 "touchMajor=%0.3f, touchMinor=%0.3f, toolMajor=%0.3f, toolMinor=%0.3f, "
3075 dumpRawAbsoluteAxisInfo(dump, mRawPointerAxes.touchMinor, "TouchMinor");
3286 mOrientedRanges.touchMinor = mOrientedRanges.touchMajor;
3287 mOrientedRanges.touchMinor.axis = AMOTION_EVENT_AXIS_TOUCH_MINOR;
4535 float touchMajor, touchMinor, toolMajor, toolMinor, size; local
4543 touchMinor
[all...]
H A DInputReader.h793 RawAbsoluteAxisInfo touchMinor; member in struct:android::RawPointerAxes
816 int32_t touchMinor; member in struct:android::RawPointerData::Pointer
1559 InputDeviceInfo::MotionRange touchMinor; member in struct:android::TouchInputMapper::OrientedRanges
/frameworks/base/core/jni/
H A Dandroid_view_MotionEvent.cpp55 jfieldID touchMinor; member in struct:android::__anon908
208 env->GetFloatField(pointerCoordsObj, gPointerCoordsClassInfo.touchMinor));
270 env->SetFloatField(outPointerCoordsObj, gPointerCoordsClassInfo.touchMinor,
908 gPointerCoordsClassInfo.touchMinor = GetFieldIDOrDie(env, clazz, "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.cpp1462 float touchMajor, float touchMinor, float toolMajor, float toolMinor,
1469 ASSERT_NEAR(touchMinor, coords.getAxisValue(AMOTION_EVENT_AXIS_TOUCH_MINOR), 1);
3738 void processTouchMinor(MultiTouchInputMapper* mapper, int32_t touchMinor);
3814 MultiTouchInputMapper* mapper, int32_t touchMinor) {
3815 process(mapper, ARBITRARY_TIME, DEVICE_ID, EV_ABS, ABS_MT_TOUCH_MINOR, touchMinor);
4522 float touchMinor = float(rawTouchMinor) * GEOMETRIC_SCALE; local
4542 x, y, pressure, size, touchMajor, touchMinor, toolMajor, toolMinor,
4568 float touchMinor = float(rawTouchMinor) * GEOMETRIC_SCALE; local
4581 x, y, 1.0f, size, touchMajor, touchMinor, toolMajor, toolMinor, 0, 0));
1460 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
3813 processTouchMinor( MultiTouchInputMapper* mapper, int32_t touchMinor) argument

Completed in 168 milliseconds