| /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/native/services/inputflinger/tests/ |
| D | InputProcessorConverter_test.cpp | 35 PointerCoords coords; in generateBasicMotionArgs() local 53 static float getMotionEventAxis(common::PointerCoords coords, common::Axis axis) { in getMotionEventAxis()
|
| /frameworks/native/services/inputflinger/reader/mapper/gestures/ |
| D | GestureConverter.cpp | 167 PointerCoords coords; in handleMove() local 191 PointerCoords coords; in handleButtonsChange() local 268 PointerCoords coords; in releaseAllButtons() local 300 PointerCoords& coords = mFakeFingerCoords[0]; in handleScroll() local 399 PointerCoords& coords = mFakeFingerCoords[i]; in handleMultiFingerSwipe() local 427 PointerCoords& coords = mFakeFingerCoords[i]; in handleMultiFingerSwipe() local
|
| /frameworks/native/libs/input/ |
| D | MotionPredictor.cpp | 121 const PointerCoords* coords = event.getHistoricalRawPointerCoords(0, i); in record() local 202 PointerCoords coords; in predict() local
|
| D | MotionPredictorMetricsManager.cpp | 59 const PointerCoords* coords = inputEvent.getRawPointerCoords(/*pointerIndex=*/0); in onRecord() local 95 const PointerCoords* coords = in onPredict() local
|
| /frameworks/native/services/inputflinger/reader/mapper/ |
| D | CapturedTouchpadEventConverter.cpp | 166 std::vector<PointerCoords> coords; in sync() local 277 nsecs_t when, nsecs_t readTime, int32_t action, const std::vector<PointerCoords>& coords, in makeMotionArgs() 293 PointerCoords coords; in makePointerCoordsForSlot() local
|
| /frameworks/base/core/tests/coretests/src/android/view/ |
| D | MotionEventTest.java | 54 final PointerCoords[] coords = new PointerCoords[pointerCount]; in testObtainWithDisplayId() local 129 final PointerCoords[] coords = new PointerCoords[pointerCount]; in testCalculatesCursorPositionForMultiTouchMouseEvents() local
|
| D | ViewGroupTest.java | 73 MotionEvent.PointerCoords[] coords = new MotionEvent.PointerCoords[2]; in testDispatchMouseEventsUnderCursor() local
|
| /frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/helpers/ |
| D | GestureHelper.java | 194 @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()
|
| D | LetterboxAppHelper.kt | 75 val coords = GestureHelper.Tuple(x, y) in reposition() constant
|
| /frameworks/base/tests/Input/src/com/android/test/input/ |
| D | MotionPredictorTest.kt | 53 val coords = arrayOfNulls<MotionEvent.PointerCoords>(pointerCount) in getStylusMotionEvent() constant
|
| /frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/ |
| D | EventDispatcher.java | 202 PointerCoords[] coords = PointerCoords.createArray(pointerCount); in offsetEvent() local 324 MotionEvent.PointerCoords[] coords = new MotionEvent.PointerCoords[pointerCount]; in computeInjectionDownEvent() local 423 PointerCoords[] coords = new PointerCoords[1]; in clickWithTouchEvents() local
|
| /frameworks/native/libs/input/tests/ |
| D | StructLayout_test.cpp | 27 PointerCoords coords; member
|
| D | TouchResampling_test.cpp | 75 const std::vector<PointerCoords>& coords) { in publishSimpleMotionEventWithCoords() 96 std::vector<PointerCoords> coords; in publishSimpleMotionEvent() local
|
| /frameworks/native/services/inputflinger/tests/fuzzers/ |
| D | InputClassifierFuzzer.cpp | 32 PointerCoords coords; in generateFuzzedMotionArgs() local
|
| /frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/split/ |
| D | DividerViewTest.java | 103 MotionEvent.PointerCoords coords = new MotionEvent.PointerCoords(); in getMotionEvent() local
|
| /frameworks/native/opengl/tests/gldual/src/com/android/gldual/ |
| D | TriangleRenderer.java | 133 float[] coords = { in Triangle() local
|
| /frameworks/base/apct-tests/perftests/core/src/android/input/ |
| D | MotionPredictorBenchmark.kt | 54 val coords = arrayOfNulls<MotionEvent.PointerCoords>(pointerCount) in getStylusMotionEvent() constant
|
| /frameworks/native/services/inputflinger/ |
| D | InputCommonConverter.cpp | 300 common::PointerCoords coords; in getHalPropertiesAndCoords() local
|
| /frameworks/base/core/tests/coretests/src/android/widget/ |
| D | PointerIconTest.java | 294 MotionEvent.PointerCoords[] coords = MotionEvent.PointerCoords.createArray(1); in createHoverEvent() local
|
| /frameworks/base/opengl/java/android/opengl/ |
| D | GLES11Ext.java | 199 short[] coords, in glDrawTexsvOES() 206 java.nio.ShortBuffer coords in glDrawTexsvOES() 212 int[] coords, in glDrawTexivOES() 219 java.nio.IntBuffer coords in glDrawTexivOES() 225 int[] coords, in glDrawTexxvOES() 232 java.nio.IntBuffer coords in glDrawTexxvOES() 248 float[] coords, in glDrawTexfvOES() 255 java.nio.FloatBuffer coords in glDrawTexfvOES()
|
| /frameworks/av/services/camera/libcameraservice/tests/ |
| D | DistortionMapperTest.cpp | 134 auto coords = basicCoords; in TEST() local 206 auto coords = basicCoords; in TEST() local
|
| /frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/utils/ |
| D | GestureLogParser.java | 99 final MotionEvent.PointerCoords[] coords = new MotionEvent.PointerCoords[pointerCount]; in findCoordinates() local
|
| /frameworks/av/services/camera/libcameraservice/device3/ |
| D | DistortionMapper.h | 135 std::array<float, 8> coords; member
|
| /frameworks/base/core/java/com/android/internal/widget/ |
| D | PointerLocationView.java | 504 MotionEvent.PointerCoords coords, int id, MotionEvent event) { in logCoords() 643 final PointerCoords coords = ps != null ? ps.mCoords : mTempCoords; in onPointerEvent() local 656 final PointerCoords coords = ps != null ? ps.mCoords : mTempCoords; in onPointerEvent() local
|