Home
last modified time | relevance | path

Searched refs:coords (Results 1 – 15 of 15) sorted by relevance

/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
DCoordinateUtils.java35 public static int x(@Nonnull final int[] coords) { in x() argument
36 return coords[INDEX_X]; in x()
39 public static int y(@Nonnull final int[] coords) { in y() argument
40 return coords[INDEX_Y]; in y()
43 public static void set(@Nonnull final int[] coords, final int x, final int y) { in set() argument
44 coords[INDEX_X] = x; in set()
45 coords[INDEX_Y] = y; in set()
78 final int[] coords = newInstance(); in coordinateFromArray() local
79 set(coords, xFromArray(coordsArray, index), yFromArray(coordsArray, index)); in coordinateFromArray()
80 return coords; in coordinateFromArray()
[all …]
/packages/apps/DocumentsUI/src/com/android/documentsui/inspector/
DMediaView.java121 float[] coords = MetadataUtils.getVideoCoords(tags); in showVideoData() local
122 showCoordiantes(table, resources, coords, geoClickListener); in showVideoData()
186 float[] coords = MetadataUtils.getExifGpsCoords(tags); in showExifData() local
187 showCoordiantes(table, resources, coords, geoClickListener); in showExifData()
188 geoAddressFetcher.accept(coords); in showExifData()
195 float[] coords, in showCoordiantes() argument
199 R.string.metadata_coordinates_format, coords[0], coords[1]); in showCoordiantes()
217 private void getAddress(float[] coords) { in getAddress() argument
220 protected Address doInBackground(Float... coords) { in getAddress() argument
221 assert (coords.length == 2); in getAddress()
[all …]
DInspectorController.java211 float[] coords = MetadataUtils.getGeoCoordinates(metadata); in onDocumentMetadataLoaded() local
212 final Intent intent = createGeoIntent(coords[0], coords[1], doc.displayName); in onDocumentMetadataLoaded()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DGestureBot.java174 PointerCoords coords = new PointerCoords(); in getMotionEvent() local
175 coords.pressure = 1; in getMotionEvent()
176 coords.size = 1; in getMotionEvent()
177 coords.x = x; in getMotionEvent()
178 coords.y = y; in getMotionEvent()
181 new PointerProperties[]{properties}, new PointerCoords[]{coords}, in getMotionEvent()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/
DDocumentHolderTest.java75 PointerCoords coords[] = new PointerCoords[] { in createEvent() local
81 coords[0].x = rect.left; in createEvent()
82 coords[0].y = rect.top; in createEvent()
90 coords, // pointer coords in createEvent()
/packages/modules/NeuralNetworks/tools/test_generator/
Dspec_visualizer.py137 coords = {}
140 coords[node] = (CoordX(layer_cnt[layers[node]]), CoordY(layers[node]))
163 "x": coords[op][0],
164 "y": coords[op][1],
173 "x": coords[op][0],
174 "y": coords[op][1],
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestEvents.java248 PointerCoords[] coords = new PointerCoords[1]; in build() local
249 coords[0] = new PointerCoords(); in build()
250 coords[0].x = mState.mLocation.x; in build()
251 coords[0].y = mState.mLocation.y; in build()
269 coords, in build()
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DListDocumentHolder.java181 int[] coords = new int[2]; in inDragRegion() local
182 mIconLayout.getLocationOnScreen(coords); in inDragRegion()
189 coords[0], in inDragRegion()
190 coords[1], in inDragRegion()
191 coords[0] + mIconLayout.getWidth() + textBounds.width(), in inDragRegion()
192 coords[1] + Math.max(mIconLayout.getHeight(), textBounds.height())); in inDragRegion()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/activity/blurredbackground/
DGLHelper.java146 public static FloatBuffer createFloatBuffer(float[] coords) { in createFloatBuffer() argument
147 ByteBuffer byteBuffer = ByteBuffer.allocateDirect(coords.length * SIZEOF_FLOAT); in createFloatBuffer()
151 floatBuffer.put(coords); in createFloatBuffer()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DAddWorkspaceItemsTask.java134 int[] coords = mItemSpaceFinder.findSpaceForItem(app, dataModel, workspaceScreens, in execute() local
136 int screenId = coords[0]; in execute()
216 coords[1], coords[2]); in execute()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DBaseWidgetSheet.java318 int[] coords = new int[2]; in showEducationTipOnViewIfPossible() local
319 view.getLocationOnScreen(coords); in showEducationTipOnViewIfPossible()
323 /* arrowXCoord= */coords[0] + view.getWidth() / 2, in showEducationTipOnViewIfPossible()
324 /* yCoord= */coords[1]); in showEducationTipOnViewIfPossible()
/packages/apps/Launcher3/src/com/android/launcher3/
DUtilities.java263 float[] coords = new float[]{rect.left, rect.top, rect.right, rect.bottom}; in mapRectInSelfToDescendant() local
264 mapCoordInSelfToDescendant(descendant, root, coords); in mapRectInSelfToDescendant()
265 rect.set((int) coords[0], (int) coords[1], (int) coords[2], (int) coords[3]); in mapRectInSelfToDescendant()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/inspector/
DMediaViewTest.java44 private Consumer<float[]> mGeo = (float[] coords) -> {
157 Consumer<float[]> badAddress = (float[] coords) -> { in testGetAddress()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLauncherInstrumentation.java1627 MotionEvent.PointerCoords coords = new MotionEvent.PointerCoords(); in getMotionEvent() local
1628 coords.pressure = 1; in getMotionEvent()
1629 coords.size = 1; in getMotionEvent()
1630 coords.x = x; in getMotionEvent()
1631 coords.y = y; in getMotionEvent()
1635 new MotionEvent.PointerCoords[]{coords}, in getMotionEvent()
/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DRotaryService.java2171 MotionEvent.PointerCoords[] coords = new MotionEvent.PointerCoords[1]; in injectMotionEvent() local
2172 coords[0] = new MotionEvent.PointerCoords(); in injectMotionEvent()
2178 coords[0].x = x; in injectMotionEvent()
2179 coords[0].y = y; in injectMotionEvent()
2180 coords[0].setAxisValue(axis, axisValue); in injectMotionEvent()
2186 coords, in injectMotionEvent()