/frameworks/base/graphics/java/android/graphics/ |
D | YuvImage.java | 123 public boolean compressToJpeg(Rect rectangle, int quality, OutputStream stream) { in compressToJpeg() argument 125 if (!wholeImage.contains(rectangle)) { in compressToJpeg() 138 adjustRectangle(rectangle); in compressToJpeg() 139 int[] offsets = calculateOffsets(rectangle.left, rectangle.top); in compressToJpeg() 141 return nativeCompressToJpeg(mData, mFormat, rectangle.width(), in compressToJpeg() 142 rectangle.height(), offsets, mStrides, quality, stream, in compressToJpeg()
|
/frameworks/base/opengl/tests/hwc/ |
D | hwcRects.cpp | 166 list<Rectangle> rectangle; variable 303 rectangle.push_back(rect); in main() 312 list = hwcTestCreateLayerList(rectangle.size()); in main() 319 for (std::list<Rectangle>::iterator it = rectangle.begin(); in main() 320 it != rectangle.end(); ++it, ++layer) { in main()
|
/frameworks/base/core/java/android/view/ |
D | ViewParent.java | 224 public boolean requestChildRectangleOnScreen(View child, Rect rectangle, in requestChildRectangleOnScreen() argument
|
D | ViewRootImpl.java | 2037 boolean scrollToRectOrFocus(Rect rectangle, boolean immediate) { in scrollToRectOrFocus() argument 2071 rectangle = null; in scrollToRectOrFocus() 2074 + " rectangle=" + rectangle + " ci=" + ci in scrollToRectOrFocus() 2077 && rectangle == null) { in scrollToRectOrFocus() 2096 if (rectangle == null) { in scrollToRectOrFocus() 2109 mTempRect.set(rectangle); in scrollToRectOrFocus() 3948 public boolean requestChildRectangleOnScreen(View child, Rect rectangle, in requestChildRectangleOnScreen() argument 3950 return scrollToRectOrFocus(rectangle, immediate); in requestChildRectangleOnScreen()
|
D | View.java | 3647 public boolean requestRectangleOnScreen(Rect rectangle) { in requestRectangleOnScreen() argument 3648 return requestRectangleOnScreen(rectangle, false); in requestRectangleOnScreen() 3666 public boolean requestRectangleOnScreen(Rect rectangle, boolean immediate) { in requestRectangleOnScreen() argument 3672 rectangle, immediate); in requestRectangleOnScreen() 3676 rectangle.offset(child.getLeft(), child.getTop()); in requestRectangleOnScreen() 3677 rectangle.offset(-child.getScrollX(), -child.getScrollY()); in requestRectangleOnScreen()
|
D | ViewGroup.java | 599 public boolean requestChildRectangleOnScreen(View child, Rect rectangle, boolean immediate) { in requestChildRectangleOnScreen() argument
|
/frameworks/base/opengl/tests/testViewport/ |
D | README | 18 Actual: screen is blue with offset white rectangle.
|
/frameworks/base/docs/html/guide/tutorials/notepad/ |
D | notepad-extra-credit.jd | 57 <p>Hit the Resume button to let execution continue (yellow rectangle with a
|
/frameworks/base/docs/html/resources/tutorials/notepad/ |
D | notepad-extra-credit.jd | 57 <p>Hit the Resume button to let execution continue (yellow rectangle with a
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | declaring-layout.jd | 232 The geometry of a view is that of a rectangle. A view has a location, 241 coordinate of the rectangle representing the view. The latter returns the 242 top, or Y, coordinate of the rectangle representing the view. These methods 252 rectangle representing the view. For instance, calling {@link android.view.View#getRight()}
|
D | drag-drop.jd | 627 It creates a drag shadow for dragging a TextView as a small gray rectangle:
|
/frameworks/base/core/java/android/widget/ |
D | ScrollView.java | 1374 public boolean requestChildRectangleOnScreen(View child, Rect rectangle, in requestChildRectangleOnScreen() argument 1377 rectangle.offset(child.getLeft() - child.getScrollX(), in requestChildRectangleOnScreen() 1380 return scrollToChildRect(rectangle, immediate); in requestChildRectangleOnScreen()
|
D | HorizontalScrollView.java | 1360 public boolean requestChildRectangleOnScreen(View child, Rect rectangle, in requestChildRectangleOnScreen() argument 1363 rectangle.offset(child.getLeft() - child.getScrollX(), in requestChildRectangleOnScreen() 1366 return scrollToChildRect(rectangle, immediate); in requestChildRectangleOnScreen()
|
/frameworks/base/docs/html/guide/developing/debugging/ |
D | debugging-devtools.jd | 54 <dd>Flashes a momentary pink rectangle on any screen sections that are being redrawn. This is
|
D | debugging-ui.jd | 170 the shaded rectangle over an area to reveal it in Tree View. 389 Pixel swatch: A rectangle filled with the same color as the pixel. 420 indicates part of the View. A purple or green rectangle indicates the View bounding box. 423 or black rectangle represents the <strong>margins</strong>, the distance between the
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | widget_design.jd | 221 <p>Most widgets will have a solid background rectangle or rounded rectangle shape. It is a best
|
/frameworks/base/libs/rs/scriptc/ |
D | rs_graphics.rsh | 209 * Low performance utility function for drawing a simple rectangle. Not
|
/frameworks/base/core/java/android/webkit/ |
D | WebTextView.java | 793 public boolean requestRectangleOnScreen(Rect rectangle, boolean immediate) { in requestRectangleOnScreen() argument
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | drawable-resource.jd | 1445 android:shape=["rectangle" | "oval" | "line" | "ring"] > 1497 <tr><td>{@code "rectangle"}</td> 1498 <td>A rectangle that fills the containing View. This is the default shape.</td></tr> 1536 <dd>Creates rounded corners for the shape. Applies only when the shape is a rectangle. 1677 android:shape="rectangle">
|
/frameworks/base/docs/html/guide/topics/renderscript/ |
D | graphics.jd | 358 <li><code>rsgDrawRect()</code>: Sets up a mesh and draws a rectangle to the screen. It uses the 359 top left vertex and bottom right vertex of the rectangle to draw.</li>
|
/frameworks/base/docs/html/sdk/ |
D | android-2.3.3.jd | 217 decode a rectangle region from an image. The API is particularly useful when an
|
D | OLD_RELEASENOTES.jd | 117 …drawables don't draw. Fading in the scroll/list view appears as a white rectangle. Generally do no…
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | hardware-accel.jd | 316 transforms do not apply to the clip rectangle</li>
|
D | 2d-graphics.jd | 474 rectangle in the bottom image identifies the region in which the contents of the View are
|
/frameworks/base/docs/html/guide/practices/ |
D | screens_support.jd | 1088 the application does drawing operations, such as invalidating the rectangle from (10,10) to (100,
|