Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp84 touchMinor.clear(); in clear()
198 info->addMotionRange(mOrientedRanges.touchMinor); in populateDeviceInfo()
279 pointer.touchMajor, pointer.touchMinor, pointer.toolMajor, in dump()
541 dumpRawAbsoluteAxisInfo(dump, mRawPointerAxes.touchMinor, "TouchMinor"); in dumpRawPointerAxes()
835 mOrientedRanges.touchMinor = mOrientedRanges.touchMajor; in configureSurface()
836 mOrientedRanges.touchMinor.axis = AMOTION_EVENT_AXIS_TOUCH_MINOR; in configureSurface()
2070 float touchMajor, touchMinor, toolMajor, toolMinor, size; in cookPointerData() local
2078 touchMinor = mRawPointerAxes.touchMinor.valid ? in.touchMinor : in.touchMajor; in cookPointerData()
2081 size = mRawPointerAxes.touchMinor.valid ? avg(in.touchMajor, in.touchMinor) in cookPointerData()
2085 toolMinor = touchMinor = in cookPointerData()
[all …]
DSingleTouchInputMapper.cpp54 outPointer.touchMinor = 0; in syncTouch()
DMultiTouchInputMapper.cpp267 outPointer.touchMinor = inSlot->getTouchMinor(); in syncTouch()
332 getAbsoluteAxisInfo(ABS_MT_TOUCH_MINOR, &mRawPointerAxes.touchMinor); in configureRawPointerAxes()
DTouchInputMapper.h99 RawAbsoluteAxisInfo touchMinor; member
123 int32_t touchMinor; member
535 InputDeviceInfo::MotionRange touchMinor; member
/frameworks/base/core/java/android/view/
DMotionEvent.java3793 public float touchMinor; field in MotionEvent.PointerCoords
3844 touchMinor = 0; in clear()
3874 touchMinor = other.touchMinor; in copyFrom()
3902 return touchMinor; in getAxisValue()
3951 touchMinor = value; in setAxisValue()
/frameworks/base/core/jni/
Dandroid_view_MotionEvent.cpp55 jfieldID touchMinor; member
208 env->GetFloatField(pointerCoordsObj, gPointerCoordsClassInfo.touchMinor)); in pointerCoordsToNative()
270 env->SetFloatField(outPointerCoordsObj, gPointerCoordsClassInfo.touchMinor, in pointerCoordsFromNative()
920 gPointerCoordsClassInfo.touchMinor = GetFieldIDOrDie(env, clazz, "touchMinor", "F"); in register_android_view_MotionEvent()
/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java412 ps.mCoords.touchMinor, ps.mCoords.orientation, mPaint); in onDraw()
543 .append(" TouchMinor=").append(coords.touchMinor, 3) in logCoords()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1876 float touchMajor, float touchMinor, float toolMajor, float toolMinor, in assertPointerCoords() argument
1883 ASSERT_NEAR(touchMinor, coords.getAxisValue(AMOTION_EVENT_AXIS_TOUCH_MINOR), 1); in assertPointerCoords()
4699 void processTouchMinor(MultiTouchInputMapper* mapper, int32_t touchMinor);
4776 MultiTouchInputMapper* mapper, int32_t touchMinor) { in processTouchMinor() argument
4777 process(mapper, ARBITRARY_TIME, EV_ABS, ABS_MT_TOUCH_MINOR, touchMinor); in processTouchMinor()
5488 float touchMinor = float(rawTouchMinor) * GEOMETRIC_SCALE; in TEST_F() local
5508 x, y, pressure, size, touchMajor, touchMinor, toolMajor, toolMinor, in TEST_F()
5534 float touchMinor = float(rawTouchMinor) * 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.txt33067 field public float touchMinor;
/frameworks/base/non-updatable-api/
Dcurrent.txt51112 field public float touchMinor;
/frameworks/base/api/
Dcurrent.txt51256 field public float touchMinor;