/frameworks/base/core/tests/coretests/src/android/widget/ |
D | MotionEventUtils.java | 33 MotionEvent.PointerCoords coords = new MotionEvent.PointerCoords(); in createRotaryEvent() local 41 MotionEvent.PointerCoords coords = new MotionEvent.PointerCoords(); in createGenericPointerEvent() local 49 int source, int action, MotionEvent.PointerCoords coords) { in createGenericMotionEvent()
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11Ext.java | 55 float[] coords, in glDrawTexfvOES() 60 java.nio.FloatBuffer coords in glDrawTexfvOES() 72 int[] coords, in glDrawTexivOES() 77 java.nio.IntBuffer coords in glDrawTexivOES() 89 short[] coords, in glDrawTexsvOES() 94 java.nio.ShortBuffer coords in glDrawTexsvOES() 106 int[] coords, in glDrawTexxvOES() 111 java.nio.IntBuffer coords in glDrawTexxvOES()
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | MotionEventTest.java | 56 final var coords = new PointerCoords(); in pointerCoords() local 74 final var coords = new PointerCoords[]{pointerCoords(10, 20)}; in testObtainWithDisplayId() local 139 final var coords = new PointerCoords[]{pointerCoords(20, 60), pointerCoords(40, 40)}; in testCalculatesCursorPositionForMultiTouchMouseEvents() local 246 final var coords = new PointerCoords[]{pointerCoords(20, 60), pointerCoords(40, 40)}; in testSplit() local 266 final var coords = new PointerCoords[]{pointerCoords(20, 60), pointerCoords(40, 40)}; in testSplitFailsWhenNoIdsSpecified() local 286 final var coords = new PointerCoords[]{pointerCoords(20, 60), pointerCoords(40, 40)}; in testSplitFailsWhenIdBitsDoNotMatch() local 308 final var coords = new PointerCoords[]{pointerCoords(20, 60, 0.1234f)}; in testAxesAreNotAffectedByFlagChanges() local
|
D | RotaryScrollHapticsTest.java | 274 MotionEvent.PointerCoords coords = new MotionEvent.PointerCoords(); in createRotaryEvent() local 282 MotionEvent.PointerCoords coords = new MotionEvent.PointerCoords(); in createGenericPointerEvent() local 291 int deviceId, int source, int action, MotionEvent.PointerCoords coords) { in createGenericMotionEvent()
|
/frameworks/native/services/inputflinger/reader/mapper/gestures/ |
D | GestureConverter.cpp | 237 PointerCoords coords; in handleMove() local 265 PointerCoords coords; in handleButtonsChange() local 356 PointerCoords coords; in releaseAllButtons() local 384 PointerCoords& coords = mFakeFingerCoords[0]; in handleScroll() local 437 PointerCoords coords; in handleFling() local 512 PointerCoords& coords = mFakeFingerCoords[i]; in handleMultiFingerSwipe() local 538 PointerCoords& coords = mFakeFingerCoords[i]; in handleMultiFingerSwipe() local 677 PointerCoords coords; in makeHoverEvent() local
|
/frameworks/native/services/inputflinger/tests/ |
D | InputProcessorConverter_test.cpp | 34 PointerCoords coords; in generateBasicMotionArgs() local 52 static float getMotionEventAxis(common::PointerCoords coords, common::Axis axis) { in getMotionEventAxis()
|
/frameworks/minikin/tests/unittest/ |
D | FontTest.cpp | 163 const float* coords = hb_font_get_var_coords_design(hbFont.get(), &length); in TEST() local 175 const float* coords = hb_font_get_var_coords_design(hbFont.get(), &length); in TEST() local 186 const float* coords = hb_font_get_var_coords_design(hbFont.get(), &length); in TEST() local 198 const float* coords = hb_font_get_var_coords_design(hbFont.get(), &length); in TEST() local 209 const float* coords = hb_font_get_var_coords_design(hbFont.get(), &length); in TEST() local 221 const float* coords = hb_font_get_var_coords_design(hbFont.get(), &length); in TEST() local
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/ |
D | EventDispatcher.java | 119 final PointerCoords[] coords = new PointerCoords[event.getPointerCount()]; in sendMotionEvent() local 222 PointerCoords[] coords = PointerCoords.createArray(pointerCount); in offsetEvent() local 346 MotionEvent.PointerCoords[] coords = new MotionEvent.PointerCoords[pointerCount]; in computeInjectionDownEvent() local 447 PointerCoords[] coords = new PointerCoords[1]; in clickWithTouchEvents() local
|
/frameworks/native/services/inputflinger/dispatcher/trace/ |
D | AndroidInputEventProtoConverter.h | 96 const auto& coords = event.pointerCoords[i]; in toProtoMotionEvent() local 149 const auto& coords = motion->pointerCoords[i]; in toProtoWindowDispatchEvent() local
|
/frameworks/native/libs/input/ |
D | CoordinateFilter.cpp | 26 void CoordinateFilter::filter(std::chrono::nanoseconds timestamp, PointerCoords& coords) { in filter()
|
D | MotionPredictor.cpp | 226 const PointerCoords* coords = event.getHistoricalRawPointerCoords(0, i); in record() local 322 PointerCoords coords; in predict() local
|
D | MotionPredictorMetricsManager.cpp | 79 const PointerCoords* coords = inputEvent.getRawPointerCoords(/*pointerIndex=*/0); in onRecord() local 120 const PointerCoords* coords = in onPredict() local
|
D | Input.cpp | 99 float transformOrientation(const ui::Transform& transform, const PointerCoords& coords, in transformOrientation() 755 const PointerCoords& coords = *getHistoricalRawPointerCoords(pointerIndex, historicalIndex); in getHistoricalRawAxisValue() local 761 const PointerCoords& coords = *getHistoricalRawPointerCoords(pointerIndex, historicalIndex); in getHistoricalAxisValue() local 1095 const PointerCoords& coords) { in calculateTransformedAxisValue() 1123 void MotionEvent::calculateTransformedCoordsInPlace(PointerCoords& coords, uint32_t source, in calculateTransformedCoordsInPlace() 1146 const PointerCoords& coords) { in calculateTransformedCoords() 1219 const PointerCoords& coords = mSamplePointerCoords.at(i); in safeDump() local
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | CapturedTouchpadEventConverter.cpp | 190 std::vector<PointerCoords> coords; in sync() local 308 nsecs_t when, nsecs_t readTime, int32_t action, const std::vector<PointerCoords>& coords, in makeMotionArgs() 324 PointerCoords coords; in makePointerCoordsForSlot() local
|
/frameworks/native/libs/input/tests/ |
D | InputVerifier_test.cpp | 44 std::vector<PointerCoords> coords; in TEST() local
|
D | StructLayout_test.cpp | 27 PointerCoords coords; member
|
/frameworks/base/tests/Input/src/com/android/test/input/ |
D | MotionPredictorTest.kt | 50 val coords = arrayOfNulls<MotionEvent.PointerCoords>(pointerCount) in getStylusMotionEvent() constant
|
/frameworks/base/tests/FlickerTests/test-apps/app-helpers/src/com/android/server/wm/flicker/helpers/ |
D | MotionEventHelper.kt | 130 val coords = MotionEvent.PointerCoords.createArray(1) in getMotionEvent() constant
|
D | LetterboxAppHelper.kt | 77 val coords = GestureHelper.Tuple(x, y) in reposition() constant
|
/frameworks/base/apct-tests/perftests/input/src/android/input/ |
D | MotionPredictorBenchmark.kt | 47 val coords = arrayOfNulls<MotionEvent.PointerCoords>(pointerCount) in getStylusMotionEvent() constant
|
D | VelocityTrackerBenchmarkTest.kt | 72 val coords = MotionEvent.PointerCoords() in createMotionEvent() constant
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/tiling/ |
D | TilingDividerViewTest.kt | 114 val coords = MotionEvent.PointerCoords() in getMotionEvent() constant
|
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/ |
D | TriangleRenderer.java | 133 float[] coords = { in Triangle() local
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/split/ |
D | DividerViewTest.java | 115 MotionEvent.PointerCoords coords = new MotionEvent.PointerCoords(); in getMotionEvent() local
|
/frameworks/base/core/tests/coretests/src/com/android/internal/accessibility/dialog/ |
D | AccessibilityServiceWarningTest.java | 183 MotionEvent.PointerCoords[] coords = new MotionEvent.PointerCoords[]{ in createMotionEvent() local
|