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

  /external/webkit/Source/WebCore/page/
GeolocationPositionCache.cpp 172 RefPtr<Coordinates> coordinates = Coordinates::create(statement.getColumnDouble(0), // latitude local
185 m_cachedPosition = Geoposition::create(coordinates.release(), timestamp);
  /external/webkit/Source/WebCore/platform/gtk/
GeolocationServiceGtk.cpp 166 RefPtr<Coordinates> coordinates = Coordinates::create(m_latitude, m_longitude, local
169 m_lastPosition = Geoposition::create(coordinates.release(), m_timestamp * 1000.0);
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceMarker.cpp 79 FloatRect coordinates = RenderSVGContainer::repaintRectInLocalCoordinates(); local
82 coordinates = localToParentTransform().mapRect(coordinates);
84 return markerTransformation.mapRect(coordinates);
141 // The 'origin' coordinate maps to SVGs refX/refY, given in coordinates relative to the viewport established by the marker
  /external/chromium/chrome/browser/resources/ntp/
drag_drop_controller.js 18 // canDropOn(coordinates) -->
19 // returns true if the coordinates (relative to the drag container)
22 // setDragPlaceholder(coordinates) -->
24 // the specified coordinates.
79 // Shifts the client coordinates, |xy|, so they are relative to the top left
83 var coordinates = {
88 // If we're in an RTL language, reflect the coordinates so the delegate
91 coordinates.x = this.delegate_.dragContainer.offsetWidth - coordinates.x;
93 return coordinates;
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
MessageListItemCoordinates.java 35 * Represents the coordinates of elements inside a CanvasConversationHeaderView
37 * and record the coordinates of each element after layout. This will allows us
95 // Cache to save Coordinates based on view width.
172 * Returns the x coordinates of a view by tracing up its hierarchy.
185 * Returns the y coordinates of a view by tracing up its hierarchy.
245 * Returns coordinates for elements inside a conversation header view given
250 MessageListItemCoordinates coordinates = mCache.get(width); local
251 if (coordinates == null) {
252 coordinates = new MessageListItemCoordinates();
253 mCache.put(width, coordinates);
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
GyroscopeTestActivity.java 255 float[] coordinates = { local
267 for (int i = 0; i < coordinates.length; i++) {
268 mVertexBuffer.put(coordinates[i]);
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/meshes/
MeshHelper.java 145 throw new BlenderFileException("The amount of faces uv coordinates is not equal to faces amount!");
406 //setting the coordinates inside the mesh context
524 DynamicArray<Number> coordinates = (DynamicArray<Number>) mVerts.get(i).getFieldValue("co"); local
525 vertices[i] = new Vector3f(coordinates.get(0).floatValue(), coordinates.get(2).floatValue(), -coordinates.get(1).floatValue());
529 DynamicArray<Number> coordinates = (DynamicArray<Number>) mVerts.get(i).getFieldValue("co"); local
530 vertices[i] = new Vector3f(coordinates.get(0).floatValue(), coordinates.get(1).floatValue(), coordinates.get(2).floatValue());
    [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...]
  /cts/tests/uiautomator/src/com/android/cts/uiautomatortest/
CtsUiAutomatorTest.java 698 * Test the coordinates of 3 buttons side by side verifying vertical and
699 * horizontal coordinates.
807 // dialog with the detected pointers motion coordinates is displayed.
821 assertTrue("All Y axis coordinates for pointer 1 must be the same", p1s.y == p1e.y);
822 assertTrue("All Y axis coordinates for pointer 2 must be the same", p2s.y == p2e.y);
823 assertTrue("All Y axis coordinates for both pointers must be the same", p1s.y == p2s.y);
995 String coordinates = pointers[pointerNumber].split(":")[edge]; local
    [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
jcommon-1.0.12.jar 
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /external/zxing/core/
core.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 1221 milliseconds