Home
last modified time | relevance | path

Searched refs:touchMajor (Results 1 – 12 of 12) sorted by relevance

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp84 touchMajor.clear(); in clear()
214 info->addMotionRange(mOrientedRanges.touchMajor); in populateDeviceInfo()
295 pointer.touchMajor, pointer.touchMinor, pointer.toolMajor, in dump()
541 dumpRawAbsoluteAxisInfo(dump, mRawPointerAxes.touchMajor, "TouchMajor"); in dumpRawPointerAxes()
640 if (mRawPointerAxes.touchMajor.valid && mRawPointerAxes.touchMajor.maxValue != 0) { in initializeSizeRanges()
641 mSizeScale = 1.0f / mRawPointerAxes.touchMajor.maxValue; in initializeSizeRanges()
652 mOrientedRanges.touchMajor.axis = AMOTION_EVENT_AXIS_TOUCH_MAJOR; in initializeSizeRanges()
653 mOrientedRanges.touchMajor.source = mSource; in initializeSizeRanges()
654 mOrientedRanges.touchMajor.min = 0; in initializeSizeRanges()
655 mOrientedRanges.touchMajor.max = diagonalSize; in initializeSizeRanges()
[all …]
DSingleTouchInputMapper.cpp54 outPointer.touchMajor = 0; in syncTouch()
DMultiTouchInputMapper.cpp295 outPointer.touchMajor = inSlot->getTouchMajor(); in syncTouch()
363 getAbsoluteAxisInfo(ABS_MT_TOUCH_MAJOR, &mRawPointerAxes.touchMajor); in configureRawPointerAxes()
DTouchInputMapper.h36 RawAbsoluteAxisInfo touchMajor; member
60 int32_t touchMajor; member
484 InputDeviceInfo::MotionRange touchMajor; member
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DUdfpsControllerTest.java527 pc.touchMajor = major; in obtainMotionEvent()
568 final float touchMajor = 20f; in onTouch_propagatesTouchInNativeOrientationAndResolutionParameterized() local
574 final float expectedMajor = touchMajor / scaleFactor; in onTouch_propagatesTouchInNativeOrientationAndResolutionParameterized()
591 touchMajor); in onTouch_propagatesTouchInNativeOrientationAndResolutionParameterized()
595 event = obtainMotionEvent(ACTION_MOVE, displayWidth, displayHeight, touchMinor, touchMajor); in onTouch_propagatesTouchInNativeOrientationAndResolutionParameterized()
614 event = obtainMotionEvent(ACTION_DOWN, displayHeight, 0, touchMinor, touchMajor); in onTouch_propagatesTouchInNativeOrientationAndResolutionParameterized()
618 event = obtainMotionEvent(ACTION_MOVE, displayHeight, 0, touchMinor, touchMajor); in onTouch_propagatesTouchInNativeOrientationAndResolutionParameterized()
637 event = obtainMotionEvent(ACTION_DOWN, 0, displayWidth, touchMinor, touchMajor); in onTouch_propagatesTouchInNativeOrientationAndResolutionParameterized()
641 event = obtainMotionEvent(ACTION_MOVE, 0, displayWidth, touchMinor, touchMajor); in onTouch_propagatesTouchInNativeOrientationAndResolutionParameterized()
661 event = obtainMotionEvent(ACTION_DOWN, displayWidth, displayHeight, touchMinor, touchMajor); in onTouch_propagatesTouchInNativeOrientationAndResolutionParameterized()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/udfps/
DSinglePointerTouchProcessorTest.kt597 pc.touchMajor = NATIVE_MAJOR * scaleFactor in genPositiveTestCases()
682 pc.touchMajor = major in obtainMotionEvent()
718 major: Float = this.touchMajor, in copy()
/frameworks/base/core/java/android/view/
DMotionEvent.java4072 public float touchMajor; field in MotionEvent.PointerCoords
4148 touchMajor = 0; in clear()
4180 touchMajor = other.touchMajor; in copyFrom()
4209 return touchMajor; in getAxisValue()
4261 touchMajor = value; in setAxisValue()
/frameworks/base/core/jni/
Dandroid_view_MotionEvent.cpp55 jfieldID touchMajor; member
211 env->GetFloatField(pointerCoordsObj, gPointerCoordsClassInfo.touchMajor)); in pointerCoordsToNative()
419 {AMOTION_EVENT_AXIS_TOUCH_MAJOR, gPointerCoordsClassInfo.touchMajor}, in android_view_MotionEvent_nativeGetPointerCoords()
872 gPointerCoordsClassInfo.touchMajor = GetFieldIDOrDie(env, clazz, "touchMajor", "F"); in register_android_view_MotionEvent()
/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java366 drawOval(canvas, ps.mCoords.x, ps.mCoords.y, ps.mCoords.touchMajor, in onDraw()
575 .append(" TouchMajor=").append(coords.touchMajor, 3) in logCoords()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp3079 float size, float touchMajor, float touchMinor, float toolMajor, in assertPointerCoords() argument
3086 ASSERT_NEAR(touchMajor, coords.getAxisValue(AMOTION_EVENT_AXIS_TOUCH_MAJOR), in assertPointerCoords()
7133 void processTouchMajor(MultiTouchInputMapper& mapper, int32_t touchMajor);
7201 int32_t touchMajor) { in processTouchMajor() argument
7202 process(mapper, ARBITRARY_TIME, READ_TIME, EV_ABS, ABS_MT_TOUCH_MAJOR, touchMajor); in processTouchMajor()
7940 float touchMajor = float(rawTouchMajor) * GEOMETRIC_SCALE; in TEST_F() local
7961 x, y, pressure, size, touchMajor, touchMinor, toolMajor, toolMinor, in TEST_F()
7985 float touchMajor = float(rawTouchMajor) * GEOMETRIC_SCALE; in TEST_F() local
7999 x, y, 1.0f, size, touchMajor, touchMinor, toolMajor, toolMinor, 0, 0)); in TEST_F()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt33066 field public float touchMajor;
/frameworks/base/core/api/
Dcurrent.txt49065 field public float touchMajor;