Searched refs:draw (Results 226 - 232 of 232) sorted by relevance

12345678910

/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java33 * The Canvas class holds the "draw" calls. To draw something, you need
35 * the draw calls (writing into the bitmap), a drawing primitive (e.g. Rect,
125 * draw into. The initial target density is {@link Bitmap#DENSITY_NONE};
140 * Construct a canvas with the specified bitmap to draw into. The bitmap
146 * @param bitmap Specifies a mutable bitmap for the canvas to draw into.
195 * Specify a bitmap for the canvas to draw into. All canvas state such as
200 * @param bitmap Specifies a mutable bitmap for the canvas to draw into.
321 * Attempting to draw with a bitmap wider than this value will result
332 * Attempting to draw wit
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java326 // topLayout to the right of Navigation Bar and layoutlib will draw it
551 // draw the views
598 mViewRoot.draw(mCanvas);
/frameworks/base/core/java/android/view/
H A DViewDebug.java587 view.draw((Canvas) data[1]);
H A DViewGroup.java269 * to get the index of the child to draw for that iteration.
297 * When set, this ViewGroup tries to always draw its children using their drawing cache.
303 * draw its children with their drawing cache.
454 // Used to draw cached views
470 // input/software draw dispatch for correctly Z ordering.
507 // ViewGroup doesn't draw by default
3179 // We will draw our child's animation, let's reset the flag
3188 // draw reordering internally
3270 * Returns the index of the child to draw for this iteration. Override this
3278 * @return The index of the child to draw thi
[all...]
/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java158 /** draw the gradient from the top to the bottom */
160 /** draw the gradient from the top-right to the bottom-left */
162 /** draw the gradient from the right to the left */
164 /** draw the gradient from the bottom-right to the top-left */
166 /** draw the gradient from the bottom to the top */
168 /** draw the gradient from the bottom-left to the top-right */
170 /** draw the gradient from the left to the right */
172 /** draw the gradient from the top-left to the bottom-right */
359 * <p>Sets the type of shape used to draw the gradient.</p>
493 * <p>Sets the colors used to draw th
511 public void draw(Canvas canvas) { method in class:GradientDrawable
[all...]
/frameworks/base/core/java/android/app/
H A DNotification.java2121 * The platform template for the expanded view will draw this icon in the left, unless a
2191 * The platform template will draw this on the last line of the notification, at the far
2734 badge.draw(canvas);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java3480 public void draw(Canvas canvas) { method in class:PhoneStatusBar.FastColorDrawable

Completed in 2392 milliseconds

12345678910