Home
last modified time | relevance | path

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

123

/aosp12/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
H A DCoordinateUtils.java35 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 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()
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
H A DCachedPathIteratorFactory.java128 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 DInputClassifierConverter_test.cpp35 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 DMediaView.java121 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 DLowLevelActions.java66 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 DMotionEventTest.java51 final PointerCoords[] coords = new PointerCoords[pointerCount]; in testObtainWithDisplayId() local
126 final PointerCoords[] coords = new PointerCoords[pointerCount]; in testCalculatesCursorPositionForMultiTouchMouseEvents() local
H A DViewGroupTest.java72 MotionEvent.PointerCoords[] coords = new MotionEvent.PointerCoords[2]; in testDispatchMouseEventsUnderCursor() local
/aosp12/frameworks/native/libs/input/tests/
H A DStructLayout_test.cpp27 PointerCoords coords; member
H A DInputEvent_test.cpp45 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 DEventDispatcher.java202 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 DDocumentHolderTest.java75 PointerCoords coords[] = new PointerCoords[] { in createEvent() local
/aosp12/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DTriangleRenderer.java133 float[] coords = { in Triangle() local
/aosp12/hardware/interfaces/input/classifier/1.0/vts/functional/
H A DVtsHalInputClassifierV1_0TargetTest.cpp63 PointerCoords coords; in getSimpleMotionEvent() local
/aosp12/packages/services/Car/service/src/com/android/car/pm/blurredbackground/
H A DGLHelper.java148 public static FloatBuffer createFloatBuffer(float[] coords) { in createFloatBuffer()
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A DRoundRectangle.java334 public int currentSegment(float[] coords) { in getPathIterator()
351 public int currentSegment(double[] coords) { in getPathIterator()
/aosp12/frameworks/native/services/inputflinger/
H A DInputClassifierConverter.cpp344 common::V1_0::PointerCoords coords; in getHidlPropertiesAndCoords() local
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java199 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 DDistortionMapperTest.cpp134 auto coords = basicCoords; in TEST() local
206 auto coords = basicCoords; in TEST() local
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
H A DListDocumentHolder.java163 int[] coords = new int[2]; in inDragRegion() local
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/utils/
H A DGestureLogParser.java99 final MotionEvent.PointerCoords[] coords = new MotionEvent.PointerCoords[pointerCount]; in findCoordinates() local
/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DDistortionMapper.h135 std::array<float, 8> coords; member
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java498 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 DAddWorkspaceItemsTask.java110 int[] coords = findSpaceForItem(app, dataModel, workspaceScreens, in execute() local
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
H A DTestEvents.java248 PointerCoords[] coords = new PointerCoords[1]; in build() local

123