Home
last modified time | relevance | path

Searched refs:rectangle (Results 1 – 25 of 25) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DYuvImage.java123 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/
DhwcRects.cpp166 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/
DViewParent.java224 public boolean requestChildRectangleOnScreen(View child, Rect rectangle, in requestChildRectangleOnScreen() argument
DViewRootImpl.java2037 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()
DView.java3647 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()
DViewGroup.java599 public boolean requestChildRectangleOnScreen(View child, Rect rectangle, boolean immediate) { in requestChildRectangleOnScreen() argument
/frameworks/base/opengl/tests/testViewport/
DREADME18 Actual: screen is blue with offset white rectangle.
/frameworks/base/docs/html/guide/tutorials/notepad/
Dnotepad-extra-credit.jd57 <p>Hit the Resume button to let execution continue (yellow rectangle with a
/frameworks/base/docs/html/resources/tutorials/notepad/
Dnotepad-extra-credit.jd57 <p>Hit the Resume button to let execution continue (yellow rectangle with a
/frameworks/base/docs/html/guide/topics/ui/
Ddeclaring-layout.jd232 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()}
Ddrag-drop.jd627 It creates a drag shadow for dragging a TextView as a small gray rectangle:
/frameworks/base/core/java/android/widget/
DScrollView.java1374 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()
DHorizontalScrollView.java1360 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/
Ddebugging-devtools.jd54 <dd>Flashes a momentary pink rectangle on any screen sections that are being redrawn. This is
Ddebugging-ui.jd170 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/
Dwidget_design.jd221 <p>Most widgets will have a solid background rectangle or rounded rectangle shape. It is a best
/frameworks/base/libs/rs/scriptc/
Drs_graphics.rsh209 * Low performance utility function for drawing a simple rectangle. Not
/frameworks/base/core/java/android/webkit/
DWebTextView.java793 public boolean requestRectangleOnScreen(Rect rectangle, boolean immediate) { in requestRectangleOnScreen() argument
/frameworks/base/docs/html/guide/topics/resources/
Ddrawable-resource.jd1445 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/
Dgraphics.jd358 <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/
Dandroid-2.3.3.jd217 decode a rectangle region from an image. The API is particularly useful when an
DOLD_RELEASENOTES.jd117 …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/
Dhardware-accel.jd316 transforms do not apply to the clip rectangle</li>
D2d-graphics.jd474 rectangle in the bottom image identifies the region in which the contents of the View are
/frameworks/base/docs/html/guide/practices/
Dscreens_support.jd1088 the application does drawing operations, such as invalidating the rectangle from (10,10) to (100,