Home
last modified time | relevance | path

Searched refs:rectangle (Results 1 – 18 of 18) 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/docs/html/guide/developing/tools/
Dhierarchy-viewer.jd42 also indicates the bounds of the element with a red rectangle.
72 …the normal bounds, the padding and the margin (as needed). The purple or green rectangle indicates
73 the normal bounds of the element (the height and width). The inner white or black rectangle indicat…
74 the content bounds, when padding is present. A black or white rectangle outside the normal purple/…
75 rectangle indicates any present margins.
76 (There are two colors for each rectangle, in order to provide the best contrast
/frameworks/base/core/java/android/view/
DViewParent.java209 public boolean requestChildRectangleOnScreen(View child, Rect rectangle, in requestChildRectangleOnScreen() argument
DViewRoot.java1560 boolean scrollToRectOrFocus(Rect rectangle, boolean immediate) { in scrollToRectOrFocus() argument
1594 rectangle = null; in scrollToRectOrFocus()
1597 + " rectangle=" + rectangle + " ci=" + ci in scrollToRectOrFocus()
1600 && rectangle == null) { in scrollToRectOrFocus()
1619 if (rectangle == null) { in scrollToRectOrFocus()
1632 mTempRect.set(rectangle); in scrollToRectOrFocus()
2941 public boolean requestChildRectangleOnScreen(View child, Rect rectangle, in requestChildRectangleOnScreen() argument
2943 return scrollToRectOrFocus(rectangle, immediate); in requestChildRectangleOnScreen()
DView.java2581 public boolean requestRectangleOnScreen(Rect rectangle) { in requestRectangleOnScreen() argument
2582 return requestRectangleOnScreen(rectangle, false); in requestRectangleOnScreen()
2600 public boolean requestRectangleOnScreen(Rect rectangle, boolean immediate) { in requestRectangleOnScreen() argument
2606 rectangle, immediate); in requestRectangleOnScreen()
2610 rectangle.offset(child.getLeft(), child.getTop()); in requestRectangleOnScreen()
2611 rectangle.offset(-child.getScrollX(), -child.getScrollY()); in requestRectangleOnScreen()
DViewGroup.java486 public boolean requestChildRectangleOnScreen(View child, Rect rectangle, boolean immediate) { in requestChildRectangleOnScreen() argument
/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/core/java/android/widget/
DHorizontalScrollView.java1280 public boolean requestChildRectangleOnScreen(View child, Rect rectangle, in requestChildRectangleOnScreen() argument
1283 rectangle.offset(child.getLeft() - child.getScrollX(), in requestChildRectangleOnScreen()
1286 return scrollToChildRect(rectangle, immediate); in requestChildRectangleOnScreen()
DScrollView.java1279 public boolean requestChildRectangleOnScreen(View child, Rect rectangle, in requestChildRectangleOnScreen() argument
1282 rectangle.offset(child.getLeft() - child.getScrollX(), in requestChildRectangleOnScreen()
1285 return scrollToChildRect(rectangle, immediate); in requestChildRectangleOnScreen()
/frameworks/base/docs/html/guide/topics/ui/
Ddeclaring-layout.jd229 The geometry of a view is that of a rectangle. A view has a location,
238 coordinate of the rectangle representing the view. The latter returns the
239 top, or Y, coordinate of the rectangle representing the view. These methods
249 rectangle representing the view. For instance, calling {@link android.view.View#getRight()}
/frameworks/base/core/java/android/webkit/
DWebTextView.java941 public boolean requestRectangleOnScreen(Rect rectangle) { in requestRectangleOnScreen() argument
945 return super.requestRectangleOnScreen(rectangle); in requestRectangleOnScreen()
/frameworks/base/docs/html/guide/topics/resources/
Ddrawable-resource.jd1437 android:shape=["rectangle" | "oval" | "line" | "ring"] >
1491 <tr><td>{@code "rectangle"}</td>
1492 <td>A rectangle that fills the containing View. This is the default shape.</td></tr>
1530 <dd>Creates rounded corners for the shape. Applies only when the shape is a rectangle.
1673 android:shape="rectangle">
/frameworks/base/docs/html/guide/developing/
Ddebug-tasks.jd129 <dd>Flashes a momentary pink rectangle on any screen sections that are being
/frameworks/base/docs/html/sdk/
Dandroid-2.3.3.jd224 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/
D2d-graphics.jd290 rectangle in the bottom image identifies the region in which the contents of the View are allowed.
/frameworks/base/docs/html/guide/practices/
Dscreens_support.jd369 as invalidating the rectangle from (10,10) to (100, 100), the system will