/aosp12/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/ |
H A D | CoordinateUtils.java | 35 public static int x(@Nonnull final int[] coords) { in x() 39 public static int y(@Nonnull final int[] coords) { in y() 43 public static void set(@Nonnull final int[] coords, final int x, final int y) { in set() 78 final int[] coords = newInstance(); in coordinateFromArray() local 90 public static void setCoordinateInArray(@Nonnull final int[] coordsArray, final int index, in setCoordinateInArray()
|
/aosp12/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
H A 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()
|
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/util/ |
H A D | CachedPathIteratorFactory.java | 128 private static void quadCurveSegment(float[] coords, float t0, float t1) { in quadCurveSegment() 151 private static void cubicCurveSegment(float[] coords, float t0, float t1) { in cubicCurveSegment() 189 private static void getShapeEndPoint(int type, @NonNull float[] coords, @NonNull float[] in getShapeEndPoint() 247 private void getPointAtLength(int type, @NonNull float[] coords, float lastX, float in getPointAtLength() 378 public int currentSegment(float[] coords) { in currentSegment() 384 public int currentSegment(double[] coords) { in currentSegment() 442 public int currentSegment(@NonNull float[] coords, float length) { in currentSegment()
|
/aosp12/frameworks/native/services/inputflinger/tests/ |
H A D | InputClassifierConverter_test.cpp | 35 PointerCoords coords; in generateBasicMotionArgs() local 53 static float getMotionEventAxis(common::V1_0::PointerCoords coords, in getMotionEventAxis()
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/inspector/ |
H A D | MediaView.java | 121 float[] coords = MetadataUtils.getVideoCoords(tags); in showVideoData() local 186 float[] coords = MetadataUtils.getExifGpsCoords(tags); in showExifData() local 195 float[] coords, in showCoordiantes() 217 private void getAddress(float[] coords) { in getAddress() 220 protected Address doInBackground(Float... coords) { in getAddress()
|
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/androidTest/java/com/android/car/ui/actions/ |
H A D | LowLevelActions.java | 66 float[] coords = GeneralLocation.CENTER.calculateCoordinates(view); in perform() local 89 float[] coords = GeneralLocation.CENTER.calculateCoordinates(view); in perform() local
|
/aosp12/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | MotionEventTest.java | 51 final PointerCoords[] coords = new PointerCoords[pointerCount]; in testObtainWithDisplayId() local 126 final PointerCoords[] coords = new PointerCoords[pointerCount]; in testCalculatesCursorPositionForMultiTouchMouseEvents() local
|
H A D | ViewGroupTest.java | 72 MotionEvent.PointerCoords[] coords = new MotionEvent.PointerCoords[2]; in testDispatchMouseEventsUnderCursor() local
|
/aosp12/frameworks/native/libs/input/tests/ |
H A D | StructLayout_test.cpp | 27 PointerCoords coords; member
|
H A D | InputEvent_test.cpp | 45 PointerCoords coords; in TEST_F() local 52 PointerCoords coords; in TEST_F() local
|
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/ |
H A D | EventDispatcher.java | 202 PointerCoords[] coords = PointerCoords.createArray(pointerCount); in offsetEvent() local 324 MotionEvent.PointerCoords[] coords = new MotionEvent.PointerCoords[pointerCount]; in computeInjectionDownEvent() local 420 PointerCoords[] coords = new PointerCoords[1]; in clickWithTouchEvents() local
|
/aosp12/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/ |
H A D | DocumentHolderTest.java | 75 PointerCoords coords[] = new PointerCoords[] { in createEvent() local
|
/aosp12/frameworks/native/opengl/tests/gldual/src/com/android/gldual/ |
H A D | TriangleRenderer.java | 133 float[] coords = { in Triangle() local
|
/aosp12/hardware/interfaces/input/classifier/1.0/vts/functional/ |
H A D | VtsHalInputClassifierV1_0TargetTest.cpp | 63 PointerCoords coords; in getSimpleMotionEvent() local
|
/aosp12/packages/services/Car/service/src/com/android/car/pm/blurredbackground/ |
H A D | GLHelper.java | 148 public static FloatBuffer createFloatBuffer(float[] coords) { in createFloatBuffer()
|
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/ |
H A D | RoundRectangle.java | 334 public int currentSegment(float[] coords) { in getPathIterator() 351 public int currentSegment(double[] coords) { in getPathIterator()
|
/aosp12/frameworks/native/services/inputflinger/ |
H A D | InputClassifierConverter.cpp | 344 common::V1_0::PointerCoords coords; in getHidlPropertiesAndCoords() local
|
/aosp12/frameworks/base/opengl/java/android/opengl/ |
H A 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()
|
/aosp12/frameworks/av/services/camera/libcameraservice/tests/ |
H A D | DistortionMapperTest.cpp | 134 auto coords = basicCoords; in TEST() local 206 auto coords = basicCoords; in TEST() local
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/ |
H A D | ListDocumentHolder.java | 163 int[] coords = new int[2]; in inDragRegion() local
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/utils/ |
H A D | GestureLogParser.java | 99 final MotionEvent.PointerCoords[] coords = new MotionEvent.PointerCoords[pointerCount]; in findCoordinates() local
|
/aosp12/frameworks/av/services/camera/libcameraservice/device3/ |
H A D | DistortionMapper.h | 135 std::array<float, 8> coords; member
|
/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | PointerLocationView.java | 498 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
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/ |
H A D | AddWorkspaceItemsTask.java | 110 int[] coords = findSpaceForItem(app, dataModel, workspaceScreens, in execute() local
|
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/ |
H A D | TestEvents.java | 248 PointerCoords[] coords = new PointerCoords[1]; in build() local
|