HomeSort by relevance Sort by last modified time
    Searched defs:coordinates (Results 1 - 25 of 207) sorted by null

1 2 3 4 5 6 7 8 9

  /packages/apps/Launcher3/src/com/android/launcher3/accessibility/
ShortcutMenuAccessibilityDelegate.java 54 final int[] coordinates = new int[2]; local
55 final long screenId = findSpaceOnWorkspace(item, coordinates);
61 screenId, coordinates[0], coordinates[1]);
LauncherAccessibilityDelegate.java 164 final int[] coordinates = new int[2]; local
165 final long screenId = findSpaceOnWorkspace(item, coordinates);
174 screenId, coordinates[0], coordinates[1]);
184 screenId, coordinates, info.spanX, info.spanY);
196 final int[] coordinates = new int[2]; local
197 final long screenId = findSpaceOnWorkspace(item, coordinates);
200 screenId, coordinates[0], coordinates[1]);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/renderers/
Monolith.java 41 float[] coordinates = { local
53 for (int i = 0; i < coordinates.length; i++) {
54 mVertexBuffer.put(coordinates[i]);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/clustering/
EuclideanIntegerPoint.java 26 * A simple implementation of {@link Clusterable} for points with integer coordinates.
35 /** Point coordinates. */
109 final int[] coordinates = getPoint(); local
110 for (int i = 0; i < coordinates.length; i++) {
111 buff.append(coordinates[i]);
112 if (i < coordinates.length - 1) {
  /frameworks/base/core/java/android/transition/
VisibilityPropagation.java 32 * The property key used for the center of the View in screen coordinates. This is an
109 int[] coordinates = (int[]) values.values.get(PROPNAME_VIEW_CENTER); local
110 if (coordinates == null) {
114 return coordinates[coordinateIndex];
  /developers/build/prebuilts/gradle/SpeedTracker/Application/src/main/java/com/example/android/wearable/speedtracker/
PhoneMainActivity.java 98 private List<LatLng> coordinates; local
107 coordinates = new ArrayList<LatLng>();
112 coordinates.add(latLng);
122 if (coordinates == null || coordinates.isEmpty()) {
129 mMap.addPolyline(new PolylineOptions().geodesic(true).addAll(coordinates));
  /developers/samples/android/wearable/wear/SpeedTracker/Application/src/main/java/com/example/android/wearable/speedtracker/
PhoneMainActivity.java 98 private List<LatLng> coordinates; local
107 coordinates = new ArrayList<LatLng>();
112 coordinates.add(latLng);
122 if (coordinates == null || coordinates.isEmpty()) {
129 mMap.addPolyline(new PolylineOptions().geodesic(true).addAll(coordinates));
  /development/samples/browseable/SpeedTracker/Application/src/com.example.android.wearable.speedtracker/
PhoneMainActivity.java 98 private List<LatLng> coordinates; local
107 coordinates = new ArrayList<LatLng>();
112 coordinates.add(latLng);
122 if (coordinates == null || coordinates.isEmpty()) {
129 mMap.addPolyline(new PolylineOptions().geodesic(true).addAll(coordinates));
  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRCoderMatrixUtil.cpp 449 int32_t const* coordinates = local
454 int32_t y = coordinates[i];
455 int32_t x = coordinates[j];
  /hardware/bsp/intel/peripheral/libupm/src/hmc5883l/
hmc5883l.cxx 156 Hmc5883l::coordinates(void) function in class:Hmc5883l
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Keyboard.java 248 final int[] coordinates = CoordinateUtils.newCoordinateArray(length); local
252 CoordinateUtils.setXYInArray(coordinates, i,
255 CoordinateUtils.setXYInArray(coordinates, i,
259 return coordinates;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidWordLevelSpellCheckerSession.java 285 final int[] coordinates; local
286 coordinates = keyboard.getCoordinates(codePoints);
287 composer.setComposingWord(codePoints, coordinates);
  /external/ImageMagick/MagickCore/
draw.h 336 coordinates; member in struct:_PrimitiveInfo
draw.c 735 coordinates,
757 coordinates=0;
767 if (coordinates <= 0)
769 coordinates=(ssize_t) primitive_info[i].coordinates;
774 coordinates--;
786 if (coordinates > 0)
727 coordinates, local
1277 coordinates; local
4225 coordinates, local
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
CropImage.java 773 float [] coordinates = new float[] {hv.mCropRect.centerX(), local
775 getImageMatrix().mapPoints(coordinates);
776 zoomTo(zoom, coordinates[0], coordinates[1], 300F);
  /packages/apps/Launcher2/src/com/android/launcher2/
DragController.java 174 * @param dragRegion Coordinates within the bitmap b for the position of item being dragged.
207 * @param dragRegion Coordinates within the bitmap b for the position of item being dragged.
488 final int[] coordinates = mCoordinatesTemp; local
489 DropTarget dropTarget = findDropTarget(x, y, coordinates);
490 mDragObject.x = coordinates[0];
491 mDragObject.y = coordinates[1];
644 final int[] coordinates = mCoordinatesTemp;
646 mDragObject.x = coordinates[0];
647 mDragObject.y = coordinates[1];
672 final int[] coordinates = mCoordinatesTemp
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DragController.java 200 * @param dragRegion Coordinates within the bitmap b for the position of item being dragged.
527 final int[] coordinates = mCoordinatesTemp; local
528 DropTarget dropTarget = findDropTarget(x, y, coordinates);
529 mDragObject.x = coordinates[0];
530 mDragObject.y = coordinates[1];
656 final int[] coordinates = mCoordinatesTemp;
659 DropTarget dropTarget = findDropTarget(location[0], location[1], coordinates);
660 mDragObject.x = coordinates[0];
661 mDragObject.y = coordinates[1];
705 final int[] coordinates = mCoordinatesTemp
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemViewCoordinates.java 39 * Represents the coordinates of elements inside a CanvasConversationHeaderView
41 * and record the coordinates of each element after layout. This will allows us
58 * hide/show optional views and determine the correct coordinates for that item configuration.
246 Utils.traceBeginSection("CIV coordinates constructor");
302 // Records coordinates.
437 * Returns the x coordinates of a view by tracing up its hierarchy.
449 * Returns the y coordinates of a view by tracing up its hierarchy.
473 * Returns coordinates for elements inside a conversation header view given
479 ConversationItemViewCoordinates coordinates = cache.getCoordinates(cacheKey); local
480 if (coordinates != null)
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3Channel.cpp 2076 double *coordinates = (double *)POINTER_OF_PARAM( local
    [all...]
  /external/ImageMagick/Magick++/lib/
Drawable.cpp 266 // Construct from coordinates (Coordinate list must contain at least three members)
284 PointInfo *coordinates = new PointInfo[num_coords]; local
286 PointInfo *q = coordinates;
297 DrawBezier( context_, num_coords, coordinates );
298 delete [] coordinates;
967 PointInfo *coordinates = new PointInfo[num_coords]; local
969 PointInfo *q = coordinates;
980 DrawPolygon( context_, num_coords, coordinates );
981 delete [] coordinates;
1007 PointInfo *coordinates = new PointInfo[num_coords] local
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/0.18.1/
org.eclipse.tycho.p2.maven.repository-0.18.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/0.20.0/
org.eclipse.tycho.p2.maven.repository-0.20.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/0.12.613/
kotlin-gradle-plugin-0.12.613.jar 
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/0.13.1513/
kotlin-gradle-plugin-0.13.1513.jar 

Completed in 554 milliseconds

1 2 3 4 5 6 7 8 9