/aosp12/frameworks/base/core/java/android/view/ |
H A D | VerifiedMotionEvent.java | 179 float rawY, in VerifiedMotionEvent() 341 float rawY = in.readFloat(); in VerifiedMotionEvent() local
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/ |
H A D | MagnificationGestureDetector.java | 114 final float rawY = event.getRawY(); in onTouch() local
|
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/ |
H A D | EditorCursorDragTest.java | 664 int rawY = 0; in dragDownUntilLineChange() local 692 float rawY = y + r.top; in obtainTouchEvent() local 705 float rawY = y + r.top; in obtainTouchEventWithPointerId() local
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | ZoomButtonsController.java | 615 private View findViewForTouch(int rawX, int rawY) { in findViewForTouch()
|
/aosp12/frameworks/native/services/inputflinger/dispatcher/ |
H A D | Entry.cpp | 45 const float rawY = entry.pointerCoords[0].getAxisValue(AMOTION_EVENT_AXIS_Y); in verifiedMotionEventFromMotionEntry() local
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | native_compatible.h | 144 int32_t rawY; member
|
/aosp12/packages/modules/Permission/PermissionController/src/android/support/wearable/view/ |
H A D | WearableListView.java | 472 float rawY = event.getRawY(); in checkForTap() local 742 float rawY = event.getRawY(); in handleTouchDown() local
|
/aosp12/frameworks/native/services/inputflinger/tests/ |
H A D | InputReader_test.cpp | 4757 float TouchInputMapperTest::toCookedX(float rawX, float rawY) { in toCookedX() 4762 float TouchInputMapperTest::toCookedY(float rawX, float rawY) { in toCookedY() 4775 float TouchInputMapperTest::toDisplayY(int32_t rawY) { in toDisplayY() 4779 float TouchInputMapperTest::toDisplayY(int32_t rawY, int32_t displayHeight) { in toDisplayY() 5678 int32_t rawY = 200; in TEST_F() local 5722 int32_t rawY = 200; in TEST_F() local 7016 int32_t rawY = 200; in TEST_F() local 7066 int32_t rawY = 200; in TEST_F() local 7108 int32_t rawY = 200; in TEST_F() local 7157 int32_t rawY = 200; in TEST_F() local [all …]
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | UdfpsController.java | 484 final int rawY = (int) event.getRawY(); in onTouch() local
|
/aosp12/frameworks/av/services/camera/libcameraservice/device3/ |
H A D | DistortionMapper.cpp | 424 float rawY = y * scaleY; in mapCorrectedToRawImplSimple() local
|
/aosp12/frameworks/native/include/input/ |
H A D | Input.h | 929 float rawY; member
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_view_MotionEvent.cpp | 270 float rawY = rawPointerCoords->getAxisValue(AMOTION_EVENT_AXIS_Y); in pointerCoordsFromNative() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 147 ArkUI_Float32 rawY; member
|