/frameworks/native/services/inputflinger/reader/mapper/ |
D | TouchInputMapper.cpp | 83 touchMajor.clear(); in clear() 197 info->addMotionRange(mOrientedRanges.touchMajor); in populateDeviceInfo() 279 pointer.touchMajor, pointer.touchMinor, pointer.toolMajor, in dump() 540 dumpRawAbsoluteAxisInfo(dump, mRawPointerAxes.touchMajor, "TouchMajor"); in dumpRawPointerAxes() 815 if (mRawPointerAxes.touchMajor.valid && mRawPointerAxes.touchMajor.maxValue != 0) { in configureSurface() 816 mSizeScale = 1.0f / mRawPointerAxes.touchMajor.maxValue; in configureSurface() 827 mOrientedRanges.touchMajor.axis = AMOTION_EVENT_AXIS_TOUCH_MAJOR; in configureSurface() 828 mOrientedRanges.touchMajor.source = mSource; in configureSurface() 829 mOrientedRanges.touchMajor.min = 0; in configureSurface() 830 mOrientedRanges.touchMajor.max = diagonalSize; in configureSurface() [all …]
|
D | SingleTouchInputMapper.cpp | 53 outPointer.touchMajor = 0; in syncTouch()
|
D | MultiTouchInputMapper.cpp | 266 outPointer.touchMajor = inSlot->getTouchMajor(); in syncTouch() 331 getAbsoluteAxisInfo(ABS_MT_TOUCH_MAJOR, &mRawPointerAxes.touchMajor); in configureRawPointerAxes()
|
D | TouchInputMapper.h | 98 RawAbsoluteAxisInfo touchMajor; member 122 int32_t touchMajor; member 534 InputDeviceInfo::MotionRange touchMajor; member
|
/frameworks/base/core/java/android/view/ |
D | MotionEvent.java | 3783 public float touchMajor; field in MotionEvent.PointerCoords 3843 touchMajor = 0; in clear() 3873 touchMajor = other.touchMajor; in copyFrom() 3900 return touchMajor; in getAxisValue() 3948 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() 919 gPointerCoordsClassInfo.touchMajor = GetFieldIDOrDie(env, clazz, "touchMajor", "F"); in register_android_view_MotionEvent()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | PointerLocationView.java | 411 drawOval(canvas, ps.mCoords.x, ps.mCoords.y, ps.mCoords.touchMajor, in onDraw() 542 .append(" TouchMajor=").append(coords.touchMajor, 3) in logCoords()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 1876 float touchMajor, float touchMinor, float toolMajor, float toolMinor, in assertPointerCoords() argument 1882 ASSERT_NEAR(touchMajor, coords.getAxisValue(AMOTION_EVENT_AXIS_TOUCH_MAJOR), 1); in assertPointerCoords() 4698 void processTouchMajor(MultiTouchInputMapper* mapper, int32_t touchMajor); 4771 MultiTouchInputMapper* mapper, int32_t touchMajor) { in processTouchMajor() argument 4772 process(mapper, ARBITRARY_TIME, EV_ABS, ABS_MT_TOUCH_MAJOR, touchMajor); in processTouchMajor() 5487 float touchMajor = float(rawTouchMajor) * GEOMETRIC_SCALE; in TEST_F() local 5508 x, y, pressure, size, touchMajor, touchMinor, toolMajor, toolMinor, in TEST_F() 5533 float touchMajor = float(rawTouchMajor) * 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 | 33066 field public float touchMajor;
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 51111 field public float touchMajor;
|
/frameworks/base/api/ |
D | current.txt | 51255 field public float touchMajor;
|