Home
last modified time | relevance | path

Searched defs:coords (Results 1 – 25 of 66) sorted by relevance

123

/frameworks/base/core/tests/coretests/src/android/widget/
DMotionEventUtils.java33 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/
DGL11Ext.java55 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/
DMotionEventTest.java52 final var coords = new PointerCoords(); in pointerCoords() local
69 final var coords = new PointerCoords[]{pointerCoords(10, 20)}; in testObtainWithDisplayId() local
134 final var coords = new PointerCoords[]{pointerCoords(20, 60), pointerCoords(40, 40)}; in testCalculatesCursorPositionForMultiTouchMouseEvents() local
241 final var coords = new PointerCoords[]{pointerCoords(20, 60), pointerCoords(40, 40)}; in testSplit() local
261 final var coords = new PointerCoords[]{pointerCoords(20, 60), pointerCoords(40, 40)}; in testSplitFailsWhenNoIdsSpecified() local
281 final var coords = new PointerCoords[]{pointerCoords(20, 60), pointerCoords(40, 40)}; in testSplitFailsWhenIdBitsDoNotMatch() local
DRotaryScrollHapticsTest.java231 MotionEvent.PointerCoords coords = new MotionEvent.PointerCoords(); in createRotaryEvent() local
239 MotionEvent.PointerCoords coords = new MotionEvent.PointerCoords(); in createGenericPointerEvent() local
248 int deviceId, int source, int action, MotionEvent.PointerCoords coords) { in createGenericMotionEvent()
DViewGroupTest.java73 MotionEvent.PointerCoords[] coords = new MotionEvent.PointerCoords[2]; in testDispatchMouseEventsUnderCursor() local
/frameworks/native/services/inputflinger/reader/mapper/gestures/
DGestureConverter.cpp210 PointerCoords coords; in handleMove() local
226 PointerCoords coords; in handleButtonsChange() local
301 PointerCoords coords; in releaseAllButtons() local
329 PointerCoords& coords = mFakeFingerCoords[0]; in handleScroll() local
384 PointerCoords coords; in handleFling() local
457 PointerCoords& coords = mFakeFingerCoords[i]; in handleMultiFingerSwipe() local
483 PointerCoords& coords = mFakeFingerCoords[i]; in handleMultiFingerSwipe() local
614 PointerCoords coords; in makeHoverEvent() local
/frameworks/native/services/inputflinger/tests/
DInputProcessorConverter_test.cpp34 PointerCoords coords; in generateBasicMotionArgs() local
52 static float getMotionEventAxis(common::PointerCoords coords, common::Axis axis) { in getMotionEventAxis()
/frameworks/minikin/tests/unittest/
DFontTest.cpp160 const float* coords = hb_font_get_var_coords_design(hbFont.get(), &length); in TEST() local
172 const float* coords = hb_font_get_var_coords_design(hbFont.get(), &length); in TEST() local
183 const float* coords = hb_font_get_var_coords_design(hbFont.get(), &length); in TEST() local
195 const float* coords = hb_font_get_var_coords_design(hbFont.get(), &length); in TEST() local
206 const float* coords = hb_font_get_var_coords_design(hbFont.get(), &length); in TEST() local
218 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/
DEventDispatcher.java118 final PointerCoords[] coords = new PointerCoords[event.getPointerCount()]; in sendMotionEvent() local
221 PointerCoords[] coords = PointerCoords.createArray(pointerCount); in offsetEvent() local
343 MotionEvent.PointerCoords[] coords = new MotionEvent.PointerCoords[pointerCount]; in computeInjectionDownEvent() local
442 PointerCoords[] coords = new PointerCoords[1]; in clickWithTouchEvents() local
/frameworks/native/services/inputflinger/reader/mapper/
DCapturedTouchpadEventConverter.cpp165 std::vector<PointerCoords> coords; in sync() local
276 nsecs_t when, nsecs_t readTime, int32_t action, const std::vector<PointerCoords>& coords, in makeMotionArgs()
292 PointerCoords coords; in makePointerCoordsForSlot() local
/frameworks/native/services/inputflinger/dispatcher/trace/
DAndroidInputEventProtoConverter.cpp68 const auto& coords = event.pointerCoords[i]; in toProtoMotionEvent() local
124 const auto& coords = motion->pointerCoords[i]; in toProtoWindowDispatchEvent() local
/frameworks/base/tests/FlickerTests/test-apps/app-helpers/src/com/android/server/wm/flicker/helpers/
DGestureHelper.java194 @NonNull PointerCoords[] coords, long downTime, int index) { in nonPrimaryPointerDown()
209 @NonNull PointerCoords[] coords, @NonNull Tuple[] endPoints, long downTime, int steps) { in movePointers()
266 @NonNull PointerCoords[] coords, long downTime, int index) { in nonPrimaryPointerUp()
DLetterboxAppHelper.kt75 val coords = GestureHelper.Tuple(x, y) in reposition() constant
/frameworks/native/libs/input/tests/
DInputVerifier_test.cpp40 std::vector<PointerCoords> coords; in TEST() local
DStructLayout_test.cpp27 PointerCoords coords; member
DTouchResampling_test.cpp79 const std::vector<PointerCoords>& coords) { in publishSimpleMotionEventWithCoords()
101 std::vector<PointerCoords> coords; in publishSimpleMotionEvent() local
/frameworks/native/libs/input/
DMotionPredictor.cpp204 const PointerCoords* coords = event.getHistoricalRawPointerCoords(0, i); in record() local
300 PointerCoords coords; in predict() local
DMotionPredictorMetricsManager.cpp79 const PointerCoords* coords = inputEvent.getRawPointerCoords(/*pointerIndex=*/0); in onRecord() local
120 const PointerCoords* coords = in onPredict() local
DInput.cpp99 float transformOrientation(const ui::Transform& transform, const PointerCoords& coords, in transformOrientation()
723 const PointerCoords& coords = *getHistoricalRawPointerCoords(pointerIndex, historicalIndex); in getHistoricalRawAxisValue() local
729 const PointerCoords& coords = *getHistoricalRawPointerCoords(pointerIndex, historicalIndex); in getHistoricalAxisValue() local
1063 const PointerCoords& coords) { in calculateTransformedAxisValue()
1091 void MotionEvent::calculateTransformedCoordsInPlace(PointerCoords& coords, uint32_t source, in calculateTransformedCoordsInPlace()
1114 const PointerCoords& coords) { in calculateTransformedCoords()
/frameworks/base/tests/Input/src/com/android/test/input/
DMotionPredictorTest.kt53 val coords = arrayOfNulls<MotionEvent.PointerCoords>(pointerCount) in getStylusMotionEvent() constant
/frameworks/base/apct-tests/perftests/core/src/android/input/
DMotionPredictorBenchmark.kt50 val coords = arrayOfNulls<MotionEvent.PointerCoords>(pointerCount) in getStylusMotionEvent() constant
DVelocityTrackerBenchmarkTest.kt75 val coords = MotionEvent.PointerCoords() in createMotionEvent() constant
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/split/
DDividerViewTest.java103 MotionEvent.PointerCoords coords = new MotionEvent.PointerCoords(); in getMotionEvent() local
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
DTriangleRenderer.java133 float[] coords = { in Triangle() local
/frameworks/base/core/tests/coretests/src/com/android/internal/accessibility/dialog/
DAccessibilityServiceWarningTest.java183 MotionEvent.PointerCoords[] coords = new MotionEvent.PointerCoords[]{ in createMotionEvent() local

123