Home
last modified time | relevance | path

Searched refs:touchMajor (Results 1 – 11 of 11) sorted by relevance

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp83 touchMajor.clear(); in clear()
197 info->addMotionRange(mOrientedRanges.touchMajor); in populateDeviceInfo()
279 pointer.touchMajor, pointer.touchMinor, pointer.toolMajor, in dump()
540 dumpRawAbsoluteAxisInfo(dump, mRawPointerAxes.touchMajor, "TouchMajor"); in dumpRawPointerAxes()
815 if (mRawPointerAxes.touchMajor.valid && mRawPointerAxes.touchMajor.maxValue != 0) { in configureSurface()
816 mSizeScale = 1.0f / mRawPointerAxes.touchMajor.maxValue; in configureSurface()
827 mOrientedRanges.touchMajor.axis = AMOTION_EVENT_AXIS_TOUCH_MAJOR; in configureSurface()
828 mOrientedRanges.touchMajor.source = mSource; in configureSurface()
829 mOrientedRanges.touchMajor.min = 0; in configureSurface()
830 mOrientedRanges.touchMajor.max = diagonalSize; in configureSurface()
[all …]
DSingleTouchInputMapper.cpp53 outPointer.touchMajor = 0; in syncTouch()
DMultiTouchInputMapper.cpp266 outPointer.touchMajor = inSlot->getTouchMajor(); in syncTouch()
331 getAbsoluteAxisInfo(ABS_MT_TOUCH_MAJOR, &mRawPointerAxes.touchMajor); in configureRawPointerAxes()
DTouchInputMapper.h98 RawAbsoluteAxisInfo touchMajor; member
122 int32_t touchMajor; member
534 InputDeviceInfo::MotionRange touchMajor; member
/frameworks/base/core/java/android/view/
DMotionEvent.java3783 public float touchMajor; field in MotionEvent.PointerCoords
3843 touchMajor = 0; in clear()
3873 touchMajor = other.touchMajor; in copyFrom()
3900 return touchMajor; in getAxisValue()
3948 touchMajor = value; in setAxisValue()
/frameworks/base/core/jni/
Dandroid_view_MotionEvent.cpp54 jfieldID touchMajor; member
206 env->GetFloatField(pointerCoordsObj, gPointerCoordsClassInfo.touchMajor)); in pointerCoordsToNative()
268 env->SetFloatField(outPointerCoordsObj, gPointerCoordsClassInfo.touchMajor, in pointerCoordsFromNative()
919 gPointerCoordsClassInfo.touchMajor = GetFieldIDOrDie(env, clazz, "touchMajor", "F"); in register_android_view_MotionEvent()
/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java411 drawOval(canvas, ps.mCoords.x, ps.mCoords.y, ps.mCoords.touchMajor, in onDraw()
542 .append(" TouchMajor=").append(coords.touchMajor, 3) in logCoords()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1876 float touchMajor, float touchMinor, float toolMajor, float toolMinor, in assertPointerCoords() argument
1882 ASSERT_NEAR(touchMajor, coords.getAxisValue(AMOTION_EVENT_AXIS_TOUCH_MAJOR), 1); in assertPointerCoords()
4698 void processTouchMajor(MultiTouchInputMapper* mapper, int32_t touchMajor);
4771 MultiTouchInputMapper* mapper, int32_t touchMajor) { in processTouchMajor() argument
4772 process(mapper, ARBITRARY_TIME, EV_ABS, ABS_MT_TOUCH_MAJOR, touchMajor); in processTouchMajor()
5487 float touchMajor = float(rawTouchMajor) * GEOMETRIC_SCALE; in TEST_F() local
5508 x, y, pressure, size, touchMajor, touchMinor, toolMajor, toolMinor, in TEST_F()
5533 float touchMajor = float(rawTouchMajor) * GEOMETRIC_SCALE; in TEST_F() local
5547 x, y, 1.0f, size, touchMajor, touchMinor, toolMajor, toolMinor, 0, 0)); in TEST_F()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt33066 field public float touchMajor;
/frameworks/base/non-updatable-api/
Dcurrent.txt51111 field public float touchMajor;
/frameworks/base/api/
Dcurrent.txt51255 field public float touchMajor;