/aosp12/frameworks/native/services/inputflinger/reader/mapper/ |
H A D | TouchInputMapper.cpp | 82 touchMinor.clear(); in clear() 2136 touchMinor = mRawPointerAxes.touchMinor.valid ? in.touchMinor : in.touchMajor; in cookPointerData() 2139 size = mRawPointerAxes.touchMinor.valid ? avg(in.touchMajor, in.touchMinor) in cookPointerData() 2143 toolMinor = touchMinor = in cookPointerData() 2144 mRawPointerAxes.touchMinor.valid ? in.touchMinor : in.touchMajor; in cookPointerData() 2145 size = mRawPointerAxes.touchMinor.valid ? avg(in.touchMajor, in.touchMinor) in cookPointerData() 2149 touchMinor = toolMinor = in cookPointerData() 2158 touchMinor = 0; in cookPointerData() 2182 touchMinor = touchMajor; in cookPointerData() 2186 touchMinor = touchMajor; in cookPointerData() [all …]
|
H A D | MultiTouchInputMapper.cpp | 297 outPointer.touchMinor = inSlot->getTouchMinor(); in syncTouch() 361 getAbsoluteAxisInfo(ABS_MT_TOUCH_MINOR, &mRawPointerAxes.touchMinor); in configureRawPointerAxes()
|
H A D | SingleTouchInputMapper.cpp | 55 outPointer.touchMinor = 0; in syncTouch()
|
H A D | TouchInputMapper.h | 37 RawAbsoluteAxisInfo touchMinor; member 61 int32_t touchMinor; member 485 InputDeviceInfo::MotionRange touchMinor; member
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | MotionEvent.java | 3971 public float touchMinor; field in MotionEvent.PointerCoords 4038 touchMinor = 0; in clear() 4070 touchMinor = other.touchMinor; in copyFrom() 4100 return touchMinor; in getAxisValue() 4153 touchMinor = value; in setAxisValue()
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_view_MotionEvent.cpp | 56 jfieldID touchMinor; member 211 env->GetFloatField(pointerCoordsObj, gPointerCoordsClassInfo.touchMinor)); in pointerCoordsToNative() 287 env->SetFloatField(outPointerCoordsObj, gPointerCoordsClassInfo.touchMinor, in pointerCoordsFromNative() 890 gPointerCoordsClassInfo.touchMinor = GetFieldIDOrDie(env, clazz, "touchMinor", "F"); in register_android_view_MotionEvent()
|
/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | PointerLocationView.java | 350 ps.mCoords.touchMinor, ps.mCoords.orientation, mPaint); in onDraw() 559 .append(" TouchMinor=").append(coords.touchMinor, 3) in logCoords()
|
/aosp12/frameworks/native/services/inputflinger/tests/ |
H A D | InputReader_test.cpp | 2784 float size, float touchMajor, float touchMinor, float toolMajor, in assertPointerCoords() argument 2793 ASSERT_NEAR(touchMinor, coords.getAxisValue(AMOTION_EVENT_AXIS_TOUCH_MINOR), in assertPointerCoords() 6265 void processTouchMinor(MultiTouchInputMapper& mapper, int32_t touchMinor); 6337 int32_t touchMinor) { in processTouchMinor() argument 6338 process(mapper, ARBITRARY_TIME, READ_TIME, EV_ABS, ABS_MT_TOUCH_MINOR, touchMinor); in processTouchMinor() 7033 float touchMinor = float(rawTouchMinor) * GEOMETRIC_SCALE; in TEST_F() local 7053 x, y, pressure, size, touchMajor, touchMinor, toolMajor, toolMinor, in TEST_F() 7078 float touchMinor = float(rawTouchMinor) * GEOMETRIC_SCALE; in TEST_F() local 7091 x, y, 1.0f, size, touchMajor, touchMinor, toolMajor, toolMinor, 0, 0)); in TEST_F()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 48184 field public float touchMinor;
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 33067 field public float touchMinor;
|