Home
last modified time | relevance | path

Searched defs:rawY (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/android/view/
DVerifiedMotionEvent.java179 float rawY, in VerifiedMotionEvent()
341 float rawY = in.readFloat(); in VerifiedMotionEvent() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DDragDetector.java83 float rawY = ev.getRawY(0); in onMotionEvent() local
DDragResizeInputListener.java407 float rawY = e.getRawY(0); in handleMotionEvent() local
438 final float rawY = e.getRawY(dragPointerIndex); in handleMotionEvent() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DMagnificationGestureDetector.java115 final float rawY = event.getRawY(); in onTouch() local
/frameworks/base/core/tests/coretests/src/android/widget/
DEditorCursorDragTest.java664 int rawY = 0; in dragDownUntilLineChange() local
692 float rawY = y + r.top; in obtainTouchEvent() local
705 float rawY = y + r.top; in obtainTouchEventWithPointerId() local
/frameworks/native/services/inputflinger/tests/
DTestEventMatchers.h340 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()
DInputReader_test.cpp4456 float TouchInputMapperTest::toCookedX(float rawX, float rawY) { in toCookedX()
4461 float TouchInputMapperTest::toCookedY(float rawX, float rawY) { in toCookedY()
4474 float TouchInputMapperTest::toDisplayY(int32_t rawY) { in toDisplayY()
4478 float TouchInputMapperTest::toDisplayY(int32_t rawY, int32_t displayHeight) { in toDisplayY()
5442 int32_t rawY = 200; in TEST_F() local
5489 int32_t rawY = 200; in TEST_F() local
7881 int32_t rawY = 200; in TEST_F() local
7932 int32_t rawY = 200; in TEST_F() local
7974 int32_t rawY = 200; in TEST_F() local
8022 int32_t rawY = 200; in TEST_F() local
[all …]
/frameworks/base/core/java/android/widget/
DZoomButtonsController.java615 private View findViewForTouch(int rawX, int rawY) { in findViewForTouch()
/frameworks/av/services/camera/libcameraservice/device3/
DDistortionMapper.cpp426 float rawY = y * scaleY; in mapCorrectedToRawImplSimple() local
/frameworks/native/include/input/
DInput.h1110 float rawY; member
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp2094 const int32_t rawY) { in enqueueDragEventLocked()