/packages/apps/Launcher3/src/com/android/launcher3/model/ |
D | WorkspaceItemSpaceFinder.java | 64 int[] coordinates = new int[2]; in findSpaceForItem() local 78 app, screenItems.get(screenId), coordinates, spanX, spanY)) { in findSpaceForItem() 95 app, screenItems.get(screenId), coordinates, spanX, spanY)) { in findSpaceForItem() 99 return new int[]{screenId, coordinates[0], coordinates[1]}; in findSpaceForItem()
|
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/ |
D | ShortcutMenuAccessibilityDelegate.java | 59 final int[] coordinates = new int[2]; in performAction() local 60 final int screenId = findSpaceOnWorkspace(item, coordinates); in performAction() 67 screenId, coordinates[0], coordinates[1]); in performAction()
|
D | LauncherAccessibilityDelegate.java | 402 final int[] coordinates = new int[2]; in addToWorkspace() local 403 final int screenId = findSpaceOnWorkspace(item, coordinates); in addToWorkspace() 415 screenId, coordinates[0], coordinates[1]); in addToWorkspace() 430 screenId, coordinates, info.spanX, info.spanY); in addToWorkspace() 440 screenId, coordinates[0], coordinates[1]); in addToWorkspace() 446 LauncherSettings.Favorites.CONTAINER_DESKTOP, screenId, coordinates[0], in addToWorkspace() 447 coordinates[1]); in addToWorkspace() 490 final int[] coordinates = new int[2]; in moveToWorkspace() local 491 final int screenId = findSpaceOnWorkspace(item, coordinates); in moveToWorkspace() 497 screenId, coordinates[0], coordinates[1]); in moveToWorkspace()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
D | Keyboard.java | 248 final int[] coordinates = CoordinateUtils.newCoordinateArray(length); in getCoordinates() local 252 CoordinateUtils.setXYInArray(coordinates, i, in getCoordinates() 255 CoordinateUtils.setXYInArray(coordinates, i, in getCoordinates() 259 return coordinates; in getCoordinates()
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/ |
D | TouchEventGenerator.java | 242 PointerCoords[] coordinates = new PointerCoords[nFingers]; in getFingerState() local 258 coordinates[index] = coordinate; in getFingerState() 264 properties, coordinates); in getFingerState()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
D | WordComposer.java | 290 public void setComposingWord(final int[] codePoints, final int[] coordinates) { in setComposingWord() argument 296 CoordinateUtils.xFromArray(coordinates, i), in setComposingWord() 297 CoordinateUtils.yFromArray(coordinates, i))); in setComposingWord()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/ |
D | AndroidWordLevelSpellCheckerSession.java | 285 final int[] coordinates; in onGetSuggestionsInternal() local 286 coordinates = keyboard.getCoordinates(codePoints); in onGetSuggestionsInternal() 287 composer.setComposingWord(codePoints, coordinates); in onGetSuggestionsInternal()
|
/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/geojsontz_to_tzs2polygons/data/ |
D | Europe_London.geojson | 1 …roperties":{"tzid":"Europe/London"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-14.015517…
|
/packages/apps/Car/SystemUI/res/raw/ |
D | vertex_shader.glsl | 10 * the coordinates of the texture to a vertex shader
|
/packages/apps/Gallery/src/com/android/camera/ |
D | CropImage.java | 773 float [] coordinates = new float[] {hv.mCropRect.centerX(), in centerBasedOnHighlightView() local 775 getImageMatrix().mapPoints(coordinates); in centerBasedOnHighlightView() 776 zoomTo(zoom, coordinates[0], coordinates[1], 300F); in centerBasedOnHighlightView()
|
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/ |
D | LauncherInstrumentation.java | 1899 MotionEvent.PointerCoords[] coordinates = new MotionEvent.PointerCoords[1]; in getPointerMotionEvent() local 1900 coordinates[0] = new MotionEvent.PointerCoords(); in getPointerMotionEvent() 1901 coordinates[0].x = x; in getPointerMotionEvent() 1902 coordinates[0].y = y; in getPointerMotionEvent() 1905 coordinates[0].setAxisValue( in getPointerMotionEvent() 1921 coordinates, in getPointerMotionEvent()
|
/packages/services/Car/car_product/car_ui_portrait/bootanimation/ |
D | README | 48 …* **CLOCK1, CLOCK2:** _(OPTIONAL)_ the coordinates at which to draw the current time (for watches):
|
/packages/modules/NeuralNetworks/tools/api/ |
D | OperationTypes.t | 104 * this dimension is stored implicitly. SPARSE_CSR means only the coordinates with non-zero
|
D | types.spec | 3263 * [num_rois, num_classes * 4], specifying the coordinates of each 3820 * [num_output_rois, 4], specifying the coordinates of each 3987 * coordinates of each output bounding box, with format 4214 * [num_output_rois, 4], specifying the coordinates of each output
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz |
|
D | en_US_wordlist.combined.gz |
|
D | en_wordlist.combined.gz |
|