Searched defs:rawX (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | VerifiedMotionEvent.java | 178 float rawX, in VerifiedMotionEvent() 340 float rawX = in.readFloat(); in VerifiedMotionEvent() local
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/ |
D | DragDetector.java | 82 float rawX = ev.getRawX(0); in onMotionEvent() local
|
D | DragResizeInputListener.java | 406 float rawX = e.getRawX(0); in handleMotionEvent() local 437 final float rawX = e.getRawX(dragPointerIndex); in handleMotionEvent() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/ |
D | MagnificationGestureDetector.java | 114 final float rawX = event.getRawX(); in onTouch() local
|
/frameworks/native/services/inputflinger/tests/ |
D | TestEventMatchers.h | 340 explicit WithRawCoordsMatcher(size_t pointerIndex, float rawX, float rawY) in WithRawCoordsMatcher() 372 inline WithRawCoordsMatcher WithRawCoords(float rawX, float rawY) { in WithRawCoords() 376 inline WithRawCoordsMatcher WithPointerRawCoords(size_t pointerIndex, float rawX, float rawY) { in WithPointerRawCoords()
|
D | InputReader_test.cpp | 4456 float TouchInputMapperTest::toCookedX(float rawX, float rawY) { in toCookedX() 4461 float TouchInputMapperTest::toCookedY(float rawX, float rawY) { in toCookedY() 4466 float TouchInputMapperTest::toDisplayX(int32_t rawX) { in toDisplayX() 4470 float TouchInputMapperTest::toDisplayX(int32_t rawX, int32_t displayWidth) { in toDisplayX() 5441 int32_t rawX = 100; in TEST_F() local 5488 int32_t rawX = 100; in TEST_F() local 7880 int32_t rawX = 100; in TEST_F() local 7931 int32_t rawX = 100; in TEST_F() local 7973 int32_t rawX = 100; in TEST_F() local 8021 int32_t rawX = 100; in TEST_F() local [all …]
|
/frameworks/base/core/java/android/widget/ |
D | ZoomButtonsController.java | 615 private View findViewForTouch(int rawX, int rawY) { in findViewForTouch()
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
D | EditorCursorDragTest.java | 691 float rawX = x + r.left; in obtainTouchEvent() local 704 float rawX = x + r.left; in obtainTouchEventWithPointerId() local
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | DistortionMapper.cpp | 425 float rawX = x * scaleX; in mapCorrectedToRawImplSimple() local
|
/frameworks/native/include/input/ |
D | Input.h | 1109 float rawX; member
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.cpp | 2093 bool isExiting, const int32_t rawX, in enqueueDragEventLocked()
|