Home
last modified time | relevance | path

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

/frameworks/base/services/input/
DInputReader.cpp1345 touchMinor.clear(); in clear()
2354 info->addMotionRange(mOrientedRanges.touchMinor); in populateDeviceInfo()
2419 pointer.touchMajor, pointer.touchMinor, in dump()
2618 dumpRawAbsoluteAxisInfo(dump, mRawPointerAxes.touchMinor, "TouchMinor"); in dumpRawPointerAxes()
2756 mOrientedRanges.touchMinor = mOrientedRanges.touchMajor; in configureSurface()
2757 mOrientedRanges.touchMinor.axis = AMOTION_EVENT_AXIS_TOUCH_MINOR; in configureSurface()
3723 float touchMajor, touchMinor, toolMajor, toolMinor, size; in cookPointerData() local
3730 touchMinor = mRawPointerAxes.touchMinor.valid ? in.touchMinor : in.touchMajor; in cookPointerData()
3733 size = mRawPointerAxes.touchMinor.valid in cookPointerData()
3734 ? avg(in.touchMajor, in.touchMinor) : in.touchMajor; in cookPointerData()
[all …]
DInputReader.h622 RawAbsoluteAxisInfo touchMinor; member
645 int32_t touchMinor; member
1237 InputDeviceInfo::MotionRange touchMinor; member
/frameworks/base/core/java/android/view/
DMotionEvent.java3154 public float touchMinor; field in MotionEvent.PointerCoords
3205 touchMinor = 0; in clear()
3235 touchMinor = other.touchMinor; in copyFrom()
3263 return touchMinor; in getAxisValue()
3312 touchMinor = value; in setAxisValue()
/frameworks/base/core/jni/
Dandroid_view_MotionEvent.cpp52 jfieldID touchMinor; member
205 env->GetFloatField(pointerCoordsObj, gPointerCoordsClassInfo.touchMinor)); in pointerCoordsToNative()
268 env->SetFloatField(outPointerCoordsObj, gPointerCoordsClassInfo.touchMinor, in pointerCoordsFromNative()
882 GET_FIELD_ID(gPointerCoordsClassInfo.touchMinor, clazz, in register_android_view_MotionEvent()
/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java321 ps.mCoords.touchMinor, ps.mCoords.orientation, mPaint); in onDraw()
447 .append(" TouchMinor=").append(coords.touchMinor, 3) in logCoords()
/frameworks/base/services/input/tests/
DInputReader_test.cpp1467 float touchMajor, float touchMinor, float toolMajor, float toolMinor, in assertPointerCoords() argument
1474 ASSERT_NEAR(touchMinor, coords.getAxisValue(AMOTION_EVENT_AXIS_TOUCH_MINOR), 1); in assertPointerCoords()
3604 void processTouchMinor(MultiTouchInputMapper* mapper, int32_t touchMinor);
3680 MultiTouchInputMapper* mapper, int32_t touchMinor) { in processTouchMinor() argument
3681 process(mapper, ARBITRARY_TIME, DEVICE_ID, EV_ABS, ABS_MT_TOUCH_MINOR, 0, touchMinor, 0); in processTouchMinor()
4388 float touchMinor = float(rawTouchMinor) * GEOMETRIC_SCALE; in TEST_F() local
4408 x, y, pressure, size, touchMajor, touchMinor, toolMajor, toolMinor, in TEST_F()
4434 float touchMinor = float(rawTouchMinor) * GEOMETRIC_SCALE; in TEST_F() local
4447 x, y, 1.0f, size, touchMajor, touchMinor, toolMajor, toolMinor, 0, 0)); in TEST_F()
/frameworks/base/api/
Dcurrent.txt22597 field public float touchMinor;
D14.txt22597 field public float touchMinor;