/frameworks/native/services/inputflinger/reader/mapper/ |
D | TouchInputMapper.cpp | 84 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 …]
|
D | SingleTouchInputMapper.cpp | 54 outPointer.touchMinor = 0; in syncTouch()
|
D | MultiTouchInputMapper.cpp | 267 outPointer.touchMinor = inSlot->getTouchMinor(); in syncTouch() 332 getAbsoluteAxisInfo(ABS_MT_TOUCH_MINOR, &mRawPointerAxes.touchMinor); in configureRawPointerAxes()
|
D | TouchInputMapper.h | 99 RawAbsoluteAxisInfo touchMinor; member 123 int32_t touchMinor; member 535 InputDeviceInfo::MotionRange touchMinor; member
|
/frameworks/base/core/java/android/view/ |
D | MotionEvent.java | 3793 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/ |
D | android_view_MotionEvent.cpp | 55 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/ |
D | PointerLocationView.java | 412 ps.mCoords.touchMinor, ps.mCoords.orientation, mPaint); in onDraw() 543 .append(" TouchMinor=").append(coords.touchMinor, 3) in logCoords()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 1876 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/ |
D | android-22.txt | 33067 field public float touchMinor;
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 51112 field public float touchMinor;
|
/frameworks/base/api/ |
D | current.txt | 51256 field public float touchMinor;
|