Searched refs:draw (Results 151 - 165 of 165) sorted by relevance

1234567

/frameworks/base/core/java/android/widget/
H A DListView.java662 * range that we draw.
860 * Calculate the bottom-most pixel we can draw the selection into
865 * @return The bottom-most pixel we can draw the selection into
877 * Calculate the top-most pixel we can draw the selection into
882 * @return The top-most pixel we can draw the selection into
885 // first pixel we can draw the selection into
3153 drawable.draw(canvas);
3170 drawable.draw(canvas);
3207 // need to draw anything since the background will do it for us
3246 // Don't draw divider
[all...]
H A DProgressBar.java457 * <p>Get the drawable used to draw the progress bar in
470 * <p>Define the drawable used to draw the progress bar in
493 * <p>Get the drawable used to draw the progress bar in
506 * <p>Define the drawable used to draw the progress bar in
551 * @return The drawable currently used to draw the progress bar
979 // onDraw will translate the canvas so we draw starting at 0,0.
1052 d.draw(canvas);
H A DTextView.java537 // tmp primitives, so we don't alloc them on each draw
4987 dr.mDrawableLeft.draw(canvas);
4998 dr.mDrawableRight.draw(canvas);
5008 dr.mDrawableTop.draw(canvas);
5019 dr.mDrawableBottom.draw(canvas);
5105 layout.draw(canvas, highlight, mHighlightPaint, cursorOffsetVertical);
5111 layout.draw(canvas, highlight, mHighlightPaint, cursorOffsetVertical);
6874 postInvalidate(); // So we draw again
H A DStackView.java1427 v.draw(mCanvas);
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java1472 mView.draw(layerCanvas);
1855 // Remember if we must report the next draw.
2203 * Called from draw() when DEBUG_FPS is enabled
2237 Trace.traceBegin(Trace.TRACE_TAG_VIEW, "draw");
2239 draw(fullRedrawNeeded);
2270 private void draw(boolean fullRedrawNeeded) { method in class:ViewRootImpl
2328 // The app owns the surface, we won't draw.
2367 attachInfo.mHardwareRenderer.draw(mView, attachInfo, this,
2482 mView.draw(canvas);
2487 // Only clear the flag if it was not set during the mView.draw() cal
[all...]
H A DViewDebug.java567 view.draw((Canvas) data[1]);
H A DViewGroup.java260 * to get the index of the child to draw for that iteration.
290 * When set, this ViewGroup tries to always draw its children using their drawing cache.
296 * draw its children with their drawing cache.
428 // Used to draw cached views
469 // ViewGroup doesn't draw by default
2912 // We will draw our child's animation, let's reset the flag
3001 * Returns the index of the child to draw for this iteration. Override this
3009 * @return The index of the child to draw this iteration.
3045 * draw/dispatchDraw mechanisms.
3080 * @param canvas The canvas on which to draw th
[all...]
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java625 // Release the buffer, if any and it will be reallocated on the next draw
695 keyBackground.draw(canvas);
725 key.icon.draw(canvas);
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs317 <li><a href="<?cs var:toroot ?>training/graphics/opengl/draw.html">
/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java135 /** draw the gradient from the top to the bottom */
137 /** draw the gradient from the top-right to the bottom-left */
139 /** draw the gradient from the right to the left */
141 /** draw the gradient from the bottom-right to the top-left */
143 /** draw the gradient from the bottom to the top */
145 /** draw the gradient from the bottom-left to the top-right */
147 /** draw the gradient from the left to the right */
149 /** draw the gradient from the top-left to the bottom-right */
287 * <p>Sets the type of shape used to draw the gradient.</p>
406 * <p>Sets the colors used to draw th
424 public void draw(Canvas canvas) { method in class:GradientDrawable
[all...]
/frameworks/base/services/java/com/android/server/connectivity/
H A DVpn.java294 icon.draw(c);
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java2712 public void draw(Canvas canvas) { method in class:EditStyledText.EditStyledTextSpans.HorizontalLineDrawable
2780 public void draw(Canvas canvas) { method in class:EditStyledText.ColorPaletteDrawable
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java523 // draw the views
570 mViewRoot.draw(mCanvas);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java2223 public void draw(Canvas canvas) { method in class:PhoneWindow.DecorView
2224 super.draw(canvas);
2227 mMenuBackground.draw(canvas);
2404 // no background so it can draw everything itself. For that,
2432 // frame and background together will draw all pixels.
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java2517 public void draw(Canvas canvas) { method in class:PhoneStatusBar.FastColorDrawable

Completed in 570 milliseconds

1234567