HomeSort by relevance Sort by last modified time
    Searched full:coordinate (Results 1 - 25 of 619) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
drawable1-expected-completion49.txt 2 android:left : Left coordinate of the layer. [dimension]
3 android:top : Top coordinate of the layer. [dimension]
4 android:right : Right coordinate of the layer. [dimension]
5 android:bottom : Bottom coordinate of the layer. [dimension]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysPanel.java 34 * @param pointX x coordinate of this more keys panel
35 * @param pointY y coordinate of this more keys panel
43 * Translate X-coordinate of touch event to the local X-coordinate of this
46 * @param x the global X-coordinate
47 * @return the local X-coordinate to this {@link MoreKeysPanel}
52 * Translate Y-coordinate of touch event to the local Y-coordinate of this
55 * @param y the global Y-coordinate
56 * @return the local Y-coordinate to this {@link MoreKeysPanel
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
TiledBackingStore.h 87 PassRefPtr<Tile> tileAt(const Tile::Coordinate&) const;
88 void setTile(const Tile::Coordinate& coordinate, PassRefPtr<Tile> tile);
89 void removeTile(const Tile::Coordinate& coordinate);
96 IntRect tileRectForCoordinate(const Tile::Coordinate&) const;
97 Tile::Coordinate tileCoordinateForPoint(const IntPoint&) const;
98 double tileDistance(const IntRect& viewport, const Tile::Coordinate&);
100 void paintCheckerPattern(GraphicsContext*, const IntRect&, const Tile::Coordinate&);
105 typedef HashMap<Tile::Coordinate, RefPtr<Tile> > TileMap
    [all...]
TiledBackingStore.cpp 76 Tile::Coordinate topLeft = tileCoordinateForPoint(dirtyRect.location());
77 Tile::Coordinate bottomRight = tileCoordinateForPoint(IntPoint(dirtyRect.maxX(), dirtyRect.maxY()));
81 RefPtr<Tile> currentTile = tileAt(Tile::Coordinate(xCoordinate, yCoordinate));
135 Tile::Coordinate topLeft = tileCoordinateForPoint(dirtyRect.location());
136 Tile::Coordinate bottomRight = tileCoordinateForPoint(IntPoint(dirtyRect.maxX(), dirtyRect.maxY()));
140 Tile::Coordinate currentCoordinate(xCoordinate, yCoordinate);
186 double TiledBackingStore::tileDistance(const IntRect& viewport, const Tile::Coordinate& tileCoordinate)
192 Tile::Coordinate centerCoordinate = tileCoordinateForPoint(viewCenter);
230 Vector<Tile::Coordinate> tilesToCreate;
232 Tile::Coordinate topLeft = tileCoordinateForPoint(coverRect.location())
255 Tile::Coordinate coordinate = tilesToCreate[n]; local
294 Tile::Coordinate coordinate = it->second->coordinate(); local
    [all...]
Tile.h 45 typedef IntPoint Coordinate;
47 static PassRefPtr<Tile> create(TiledBackingStore* backingStore, const Coordinate& tileCoordinate) { return adoptRef(new Tile(backingStore, tileCoordinate)); }
57 const Tile::Coordinate& coordinate() const { return m_coordinate; } function in class:WebCore::Tile
63 Tile(TiledBackingStore*, const Coordinate&);
66 Coordinate m_coordinate;
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_unittest_helper.h 35 // Return the center of the button in the base coordinate system of the
39 // Return the top of the button in the base coordinate system of the
43 // Return the bottom of the button in the base coordinate system of the
47 // Return the center-left point of the button in the base coordinate system
51 // Return the center-right point of the button in the base coordinate system
  /external/webkit/Source/WebKit2/UIProcess/
TiledDrawingAreaProxy.cpp 200 PassRefPtr<TiledDrawingAreaTile> TiledDrawingAreaProxy::createTile(const TiledDrawingAreaTile::Coordinate& coordinate)
202 RefPtr<TiledDrawingAreaTile> tile = TiledDrawingAreaTile::create(this, coordinate);
203 setTile(coordinate, tile);
238 TiledDrawingAreaTile::Coordinate topLeft = tileCoordinateForPoint(dirtyRect.location());
239 TiledDrawingAreaTile::Coordinate bottomRight = tileCoordinateForPoint(IntPoint(dirtyRect.maxX(), dirtyRect.maxY()));
243 Vector<TiledDrawingAreaTile::Coordinate> tilesToRemove;
247 RefPtr<TiledDrawingAreaTile> currentTile = tileAt(TiledDrawingAreaTile::Coordinate(xCoordinate, yCoordinate));
254 tilesToRemove.append(currentTile->coordinate());
336 TiledDrawingAreaTile::Coordinate topLeft = tileCoordinateForPoint(dirtyRect.location())
512 TiledDrawingAreaTile::Coordinate coordinate = it->second->coordinate(); local
    [all...]
TiledDrawingAreaTile.h 48 typedef WebCore::IntPoint Coordinate;
50 static PassRefPtr<TiledDrawingAreaTile> create(TiledDrawingAreaProxy* proxy, const Coordinate& tileCoordinate) { return adoptRef(new TiledDrawingAreaTile(proxy, tileCoordinate)); }
62 const TiledDrawingAreaTile::Coordinate& coordinate() const { return m_coordinate; } function in class:WebKit::TiledDrawingAreaTile
71 TiledDrawingAreaTile(TiledDrawingAreaProxy* proxy, const TiledDrawingAreaTile::Coordinate& tileCoordinate);
74 Coordinate m_coordinate;
TiledDrawingAreaProxy.h 126 PassRefPtr<TiledDrawingAreaTile> createTile(const TiledDrawingAreaTile::Coordinate&);
140 PassRefPtr<TiledDrawingAreaTile> tileAt(const TiledDrawingAreaTile::Coordinate&) const;
141 void setTile(const TiledDrawingAreaTile::Coordinate& coordinate, RefPtr<TiledDrawingAreaTile> tile);
142 void removeTile(const TiledDrawingAreaTile::Coordinate& coordinate);
150 WebCore::IntRect tileRectForCoordinate(const TiledDrawingAreaTile::Coordinate&) const;
151 TiledDrawingAreaTile::Coordinate tileCoordinateForPoint(const WebCore::IntPoint&) const;
152 double tileDistance(const WebCore::IntRect& viewport, const TiledDrawingAreaTile::Coordinate&);
163 typedef HashMap<TiledDrawingAreaTile::Coordinate, RefPtr<TiledDrawingAreaTile> > TileMap
    [all...]
  /external/clang/test/SemaObjCXX/
linkage-spec.mm 19 @property (nonatomic, assign) id coordinate;
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_CompareMV.c 34 * [in] mvX x coordinate of the candidate motion vector
35 * [in] mvY y coordinate of the candidate motion vector
37 * [in] bestMVX x coordinate of the best motion vector
38 * [in] bestMVY y coordinate of the best motion vector
  /development/samples/Snake/src/com/example/android/snake/
SnakeView.java 92 private ArrayList<Coordinate> mSnakeTrail = new ArrayList<Coordinate>();
93 private ArrayList<Coordinate> mAppleList = new ArrayList<Coordinate>();
159 mSnakeTrail.add(new Coordinate(7, 7));
160 mSnakeTrail.add(new Coordinate(6, 7));
161 mSnakeTrail.add(new Coordinate(5, 7));
162 mSnakeTrail.add(new Coordinate(4, 7));
163 mSnakeTrail.add(new Coordinate(3, 7));
164 mSnakeTrail.add(new Coordinate(2, 7))
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutPoint.java 27 * A {@link LayoutPoint} is a coordinate in the Android canvas (in other words,
28 * it may differ from the canvas control mouse coordinate because the canvas may
35 /** The X coordinate of the canvas coordinate. */
38 /** The Y coordinate of the canvas coordinate. */
82 * @param x The mouse event x coordinate relative to the canvas
83 * @param y The mouse event x coordinate relative to the canvas
94 * @param canvas The canvas which contains this coordinate
95 * @param x The canvas X coordinate
    [all...]
ControlPoint.java 28 * A {@link ControlPoint} is a coordinate in the canvas control which corresponds
36 /** The X coordinate of the mouse coordinate. */
39 /** The Y coordinate of the mouse coordinate. */
114 * @param x The mouse event x coordinate relative to the canvas
115 * @param y The mouse event x coordinate relative to the canvas
124 * Constructs a new canvas control coordinate with the given X and Y
130 * @param canvas The canvas which contains this coordinate
131 * @param x The mouse x coordinate
    [all...]
  /external/icu4c/layout/
GlyphDefinitionTables.h 65 le_int16 coordinate; member in struct:CaretValueFormat1Table
75 le_int16 coordinate; member in struct:CaretValueFormat3Table
  /frameworks/base/graphics/java/android/graphics/
LinearGradient.java 21 @param x0 The x-coordinate for the start of the gradient line
22 @param y0 The y-coordinate for the start of the gradient line
23 @param x1 The x-coordinate for the end of the gradient line
24 @param y1 The y-coordinate for the end of the gradient line
45 @param x0 The x-coordinate for the start of the gradient line
46 @param y0 The y-coordinate for the start of the gradient line
47 @param x1 The x-coordinate for the end of the gradient line
48 @param y1 The y-coordinate for the end of the gradient line
SweepGradient.java 24 * @param cx The x-coordinate of the center
25 * @param cy The y-coordinate of the center
51 * @param cx The x-coordinate of the center
52 * @param cy The y-coordinate of the center
  /libcore/luni/src/main/java/java/security/spec/
ECPoint.java 31 // affine X coordinate of this point
33 // affine Y coordinate of this point
46 * the x-coordinate.
48 * the y-coordinate.
62 * Returns the x-coordinate.
64 * @return the x-coordinate, or {@code null} for the infinite point.
71 * Returns the y-coordinate.
73 * @return the y-coordinate, or {@code null} fot the infinite point.
  /sdk/monkeyrunner/src/com/android/monkeyrunner/
MonkeyRect.java 33 * A Jython wrap for the ChimpRect class that stores coordinate information for views
41 @MonkeyRunnerExported(doc = "The x coordinate of the left side of the rectangle")
43 @MonkeyRunnerExported(doc = "The y coordinate of the top side of the rectangle")
45 @MonkeyRunnerExported(doc = "The x coordinate of the right side of the rectangle")
47 @MonkeyRunnerExported(doc = "The y coordinate of the bottom side of the rectangle")
79 /* Center x coordinate */
81 /* Center y coordinate */
  /frameworks/base/libs/hwui/
OpenGLRenderer.h 219 * @param left The left coordinate of the layer
220 * @param top The top coordinate of the layer
221 * @param right The right coordinate of the layer
222 * @param bottom The bottom coordinate of the layer
284 * @param left The left coordinate of the rectangle
285 * @param top The top coordinate of the rectangle
286 * @param right The right coordinate of the rectangle
287 * @param bottom The bottom coordinate of the rectangle
302 * @param left The left coordinate of the shape to render
303 * @param top The top coordinate of the shape to rende
    [all...]
  /frameworks/base/location/java/android/location/
Location.java 154 * Converts a coordinate to a String representation. The outputType
156 * The coordinate must be a valid double between -180.0 and 180.0.
158 * @throws IllegalArgumentException if coordinate is less than
163 public static String convert(double coordinate, int outputType) {
164 if (coordinate < -180.0 || coordinate > 180.0 ||
165 Double.isNaN(coordinate)) {
166 throw new IllegalArgumentException("coordinate=" + coordinate);
177 if (coordinate < 0)
    [all...]
  /external/proguard/src/proguard/gui/splash/
TextSprite.java 41 * @param x the variable x-coordinate of the lower-left corner of the text.
42 * @param y the variable y-coordinate of the lower-left corner of the text.
56 * @param x the variable x-coordinate of the lower-left corner of the
58 * @param y the variable y-coordinate of the lower-left corner of the
  /external/chromium/chrome/browser/ui/cocoa/
base_view.h 17 // - Coordinate conversion utilities
32 // Useful rect conversions (doing coordinate flipping)
  /external/chromium/chrome/browser/ui/gtk/
tabstrip_origin_provider.h 22 // start drawing the background theme image. This is the x coordinate of
23 // the origin of the GdkWindow of widget(), but the y coordinate of the origin
  /frameworks/base/core/java/android/view/animation/
TranslateAnimation.java 85 * @param fromXDelta Change in X coordinate to apply at the start of the
87 * @param toXDelta Change in X coordinate to apply at the end of the
89 * @param fromYDelta Change in Y coordinate to apply at the start of the
91 * @param toYDelta Change in Y coordinate to apply at the end of the
112 * @param fromXValue Change in X coordinate to apply at the start of the
118 * @param toXValue Change in X coordinate to apply at the end of the
124 * @param fromYValue Change in Y coordinate to apply at the start of the
130 * @param toYValue Change in Y coordinate to apply at the end of the

Completed in 643 milliseconds

1 2 3 4 5 6 7 8 91011>>