/frameworks/native/services/inputflinger/ |
D | InputReader.cpp | 1530 touchMajor.clear(); in clear() 2906 info->addMotionRange(mOrientedRanges.touchMajor); in populateDeviceInfo() 2988 pointer.touchMajor, pointer.touchMinor, in dump() 3229 dumpRawAbsoluteAxisInfo(dump, mRawPointerAxes.touchMajor, "TouchMajor"); in dumpRawPointerAxes() 3419 if (mRawPointerAxes.touchMajor.valid in configureSurface() 3420 && mRawPointerAxes.touchMajor.maxValue != 0) { in configureSurface() 3421 mSizeScale = 1.0f / mRawPointerAxes.touchMajor.maxValue; in configureSurface() 3433 mOrientedRanges.touchMajor.axis = AMOTION_EVENT_AXIS_TOUCH_MAJOR; in configureSurface() 3434 mOrientedRanges.touchMajor.source = mSource; in configureSurface() 3435 mOrientedRanges.touchMajor.min = 0; in configureSurface() [all …]
|
D | InputReader.h | 798 RawAbsoluteAxisInfo touchMajor; member 821 int32_t touchMajor; member 1588 InputDeviceInfo::MotionRange touchMajor; member
|
/frameworks/base/core/java/android/view/ |
D | MotionEvent.java | 3448 public float touchMajor; field in MotionEvent.PointerCoords 3508 touchMajor = 0; in clear() 3538 touchMajor = other.touchMajor; in copyFrom() 3565 return touchMajor; in getAxisValue() 3613 touchMajor = value; in setAxisValue()
|
/frameworks/base/core/jni/ |
D | android_view_MotionEvent.cpp | 54 jfieldID touchMajor; member 206 env->GetFloatField(pointerCoordsObj, gPointerCoordsClassInfo.touchMajor)); in pointerCoordsToNative() 268 env->SetFloatField(outPointerCoordsObj, gPointerCoordsClassInfo.touchMajor, in pointerCoordsFromNative() 907 gPointerCoordsClassInfo.touchMajor = GetFieldIDOrDie(env, clazz, "touchMajor", "F"); in register_android_view_MotionEvent()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | PointerLocationView.java | 371 drawOval(canvas, ps.mCoords.x, ps.mCoords.y, ps.mCoords.touchMajor, in onDraw() 502 .append(" TouchMajor=").append(coords.touchMajor, 3) in logCoords()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 1466 float touchMajor, float touchMinor, float toolMajor, float toolMinor, in assertPointerCoords() argument 1472 ASSERT_NEAR(touchMajor, coords.getAxisValue(AMOTION_EVENT_AXIS_TOUCH_MAJOR), 1); in assertPointerCoords() 3741 void processTouchMajor(MultiTouchInputMapper* mapper, int32_t touchMajor); 3813 MultiTouchInputMapper* mapper, int32_t touchMajor) { in processTouchMajor() argument 3814 process(mapper, ARBITRARY_TIME, DEVICE_ID, EV_ABS, ABS_MT_TOUCH_MAJOR, touchMajor); in processTouchMajor() 4525 float touchMajor = float(rawTouchMajor) * GEOMETRIC_SCALE; in TEST_F() local 4546 x, y, pressure, size, touchMajor, touchMinor, toolMajor, toolMinor, in TEST_F() 4571 float touchMajor = float(rawTouchMajor) * GEOMETRIC_SCALE; in TEST_F() local 4585 x, y, 1.0f, size, touchMajor, touchMinor, toolMajor, toolMinor, 0, 0)); in TEST_F()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 33066 field public float touchMajor;
|
/frameworks/base/api/ |
D | test-current.txt | 42111 field public float touchMajor;
|
D | current.txt | 42030 field public float touchMajor;
|
D | system-current.txt | 45207 field public float touchMajor;
|