Searched defs:draw (Results 151 - 175 of 191) sorted by relevance

12345678

/frameworks/ex/widget/java/com/android/ex/widget/
H A DStaggeredGridView.java572 public void draw(Canvas canvas) { method in class:StaggeredGridView
573 super.draw(canvas);
578 mTopEdge.draw(canvas);
586 mBottomEdge.draw(canvas);
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DMaterialProgressDrawable.java225 public void draw(Canvas c) { method in class:MaterialProgressDrawable
229 mRing.draw(c, bounds);
528 public void draw(Canvas c, Rect bounds) { method in class:MaterialProgressDrawable.Ring
575 // draw a triangle
H A DNestedScrollView.java1814 public void draw(Canvas canvas) { method in class:NestedScrollView
1815 super.draw(canvas);
1824 if (mEdgeGlowTop.draw(canvas)) {
1838 if (mEdgeGlowBottom.draw(canvas)) {
H A DSlidingPaneLayout.java124 * Drawable used to draw the shadow between panes by default.
129 * Drawable used to draw the shadow between panes to support RTL (right to left language).
1159 public void draw(Canvas c) { method in class:SlidingPaneLayout
1160 super.draw(c);
1171 // No need to draw a shadow if we don't have one.
1190 shadowDrawable.draw(c);
/frameworks/support/design/src/android/support/design/widget/
H A DCollapsingToolbarLayout.java284 public void draw(Canvas canvas) { method in class:CollapsingToolbarLayout
285 super.draw(canvas);
288 // Instead, we draw it here, before our collapsing text.
292 mContentScrim.draw(canvas);
295 // Let the collapsing text helper draw its text
297 mCollapsingTextHelper.draw(canvas);
300 // Now draw the status bar scrim
307 mStatusBarScrim.draw(canvas);
316 // drawChild() call, and draw our scrim just before the Toolbar is drawn
320 mContentScrim.draw(canva
[all...]
H A DTextInputLayout.java1072 public void draw(Canvas canvas) { method in class:TextInputLayout
1073 super.draw(canvas);
1076 mCollapsingTextHelper.draw(canvas);
H A DTabLayout.java1078 // If we don't have a window token, or we haven't been laid out yet just draw the new
1144 // If we don't currently have a tab, just draw the indicator
2033 public void draw(Canvas canvas) { method in class:TabLayout.SlidingTabStrip
2034 super.draw(canvas);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBackgroundManager.java169 public void draw(Canvas canvas) { method in class:BackgroundManager.BitmapDrawable
174 throw new IllegalStateException("Can't draw with translucent alpha and color filter");
345 // Prevent invalidate when temporarily change child drawable's alpha in draw()
352 public void draw(Canvas canvas) { method in class:BackgroundManager.TranslucentLayerDrawable
371 d.draw(canvas);
381 d.draw(canvas);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DActionBarOverlayLayout.java183 * Drawing the window content overlay was broken before K so starting to draw it
449 public void draw(Canvas c) { method in class:ActionBarOverlayLayout
450 super.draw(c);
457 mWindowContentOverlay.draw(c);
H A DSwitchCompat.java142 * Width required to draw the switch track and thumb. Includes padding and
148 * Height required to draw the switch track and thumb. Includes padding and
1130 public void draw(Canvas c) { method in class:SwitchCompat
1191 super.draw(c);
1221 trackDrawable.draw(canvas);
1224 trackDrawable.draw(canvas);
1231 thumbDrawable.draw(canvas);
1253 switchText.draw(canvas);
/frameworks/support/wear/src/android/support/wear/widget/
H A DCircledImageView.java233 // Maybe draw the shadow
234 mShadowPainter.draw(canvas, getAlpha());
261 mIndeterminateDrawable.draw(canvas);
290 mDrawable.draw(canvas);
753 void draw(Canvas canvas, float alpha) { method in class:CircledImageView.OvalShadowPainter
/frameworks/base/core/java/android/text/
H A DLayout.java263 public void draw(Canvas c) { method in class:Layout
264 draw(c, null, null, 0);
277 public void draw(Canvas canvas, Path highlight, Paint highlightPaint, method in class:Layout
539 tl.draw(canvas, x, ltop, lbaseline, lbottom);
552 // First, draw LineBackgroundSpans.
/frameworks/base/core/java/android/view/
H A DThreadedRenderer.java124 * Turn on to draw dirty regions every other frame.
648 Trace.traceBegin(Trace.TRACE_TAG_VIEW, "Record View#draw()");
702 * will be prevented to overdraw this area. It will be synchronized with the draw call.
703 * This should be updated in the content view's draw call.
738 * be updated, which will be done by the next call to draw()
747 * @param view The view to draw.
751 void draw(View view, AttachInfo attachInfo, DrawCallbacks callbacks) { method in class:ThreadedRenderer
762 // creation, which is typical for animators started prior to first draw
780 // Invalidate since we failed to draw. This should fetch a Surface
841 * Prevents any further drawing until draw() i
[all...]
/frameworks/base/core/java/android/widget/
H A DScrollView.java1738 public void draw(Canvas canvas) { method in class:ScrollView
1739 super.draw(canvas);
1762 if (mEdgeGlowTop.draw(canvas)) {
1788 if (mEdgeGlowBottom.draw(canvas)) {
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedVectorDrawable.java392 * @param canvas The canvas to draw into
395 public void draw(Canvas canvas) { method in class:AnimatedVectorDrawable
405 mAnimatedVectorState.mVectorDrawable.draw(canvas);
1537 * in the last draw call), so that when animator set needs to start, we can add the animator
1543 // Add the animator to the list of animators on every draw
H A DDrawableContainer.java81 public void draw(Canvas canvas) { method in class:DrawableContainer
83 mCurrDrawable.draw(canvas);
86 mLastDrawable.draw(canvas);
H A DGradientDrawable.java182 /** draw the gradient from the top to the bottom */
184 /** draw the gradient from the top-right to the bottom-left */
186 /** draw the gradient from the right to the left */
188 /** draw the gradient from the bottom-right to the top-left */
190 /** draw the gradient from the bottom to the top */
192 /** draw the gradient from the bottom-left to the top-right */
194 /** draw the gradient from the left to the right */
196 /** draw the gradient from the top-left to the bottom-right */
417 * <p>Sets the type of shape used to draw the gradient.</p>
652 * Sets the colors used to draw th
685 public void draw(Canvas canvas) { method in class:GradientDrawable
[all...]
H A DLayerDrawable.java1005 public void draw(Canvas canvas) { method in class:LayerDrawable
1011 dr.draw(canvas);
/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java406 // C function EGLBoolean eglMakeCurrent ( EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx )
410 EGLSurface draw,
408 eglMakeCurrent( EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx ) argument
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLES20Canvas.java170 // Handle indices -- draw
480 draw(GLES20.GL_LINE_STRIP, OFFSET_DRAW_LINE, COUNT_LINE_VERTEX, x1, y1, x2 - x1, y2 - y1,
487 draw(GLES20.GL_LINE_LOOP, OFFSET_DRAW_RECT, COUNT_RECT_VERTEX, x, y, width, height, paint);
491 private void draw(int type, int offset, int count, float x, float y, float width, float height, method in class:GLES20Canvas
493 draw(type, offset, count, x, y, width, height, paint.getColor(), paint.getLineWidth());
496 private void draw(int type, int offset, int count, float x, float y, float width, float height, method in class:GLES20Canvas
499 draw(mDrawParameters, type, count, x, y, width, height);
554 private void draw(ShaderParameter[] params, int type, int count, float x, float y, float width, method in class:GLES20Canvas
576 draw(GLES20.GL_TRIANGLE_STRIP, OFFSET_FILL_RECT, COUNT_FILL_VERTEX, x, y, width, height,
678 draw(param
[all...]
/frameworks/native/opengl/libagl/
H A Degl.cpp56 EGLBoolean EGLAPI eglSetSwapRectangleANDROID(EGLDisplay dpy, EGLSurface draw,
131 EGLSurface draw; member in struct:android::egl_context_t
1712 c->draw = 0;
1727 EGLBoolean eglMakeCurrent( EGLDisplay dpy, EGLSurface draw, argument
1732 if (draw) {
1733 egl_surface_t* s = (egl_surface_t*)draw;
1738 // TODO: check that draw is compatible with the context
1740 if (read && read!=draw) {
1751 if ((read == EGL_NO_SURFACE && draw == EGL_NO_SURFACE) && (ctx != EGL_NO_CONTEXT))
1754 if ((read != EGL_NO_SURFACE || draw !
1902 eglSwapBuffers(EGLDisplay dpy, EGLSurface draw) argument
2195 eglSetSwapRectangleANDROID(EGLDisplay dpy, EGLSurface draw, EGLint left, EGLint top, EGLint width, EGLint height) argument
[all...]
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp745 EGLBoolean eglMakeCurrent( EGLDisplay dpy, EGLSurface draw, argument
753 // If ctx is not EGL_NO_CONTEXT, read is not EGL_NO_SURFACE, or draw is not
757 (draw != EGL_NO_SURFACE) ) {
763 SurfaceRef _d(dp.get(), draw);
790 if (draw != EGL_NO_SURFACE || read != EGL_NO_SURFACE) {
801 // retrieve the underlying implementation's draw EGLSurface
802 if (draw != EGL_NO_SURFACE) {
804 d = get_surface(draw);
817 draw, read, ctx,
838 SurfaceRef _d2(dp.get(), cur_c->draw);
1141 eglSwapBuffersWithDamageKHR(EGLDisplay dpy, EGLSurface draw, EGLint *rects, EGLint n_rects) argument
[all...]
/frameworks/rs/
H A Drs_hal.h348 void (*draw)(const Context *rsc, const Mesh *m, uint32_t primIndex, uint32_t start, uint32_t len); member in struct:android::renderscript::__anon2040::__anon2047
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java153 * <dd>Specifies the color used to draw the path outline.
233 // Temp variable, only for saving "new" operation at the draw() time.
276 public void draw(Canvas canvas) { method in class:VectorDrawableCompat
278 mDelegateDrawable.draw(canvas);
285 // Nothing to draw
293 // avoid blurry scaling, we have to draw into a bitmap with exact pixel
940 * Temporary paint object used to draw cached bitmaps.
992 mVPathRenderer.draw(tmpCanvas, width, height, null);
1066 // Variables that only used temporarily inside the draw() call, so there
1160 public void draw(Canva method in class:VectorDrawableCompat.VPathRenderer
[all...]
/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java194 // View added at runtime to draw under the status bar area
196 // View added at runtime to draw under the navigation bar area
320 mBackgroundFallback.draw(isResizing() ? this : mContentRoot, mContentRoot, c,
784 public void draw(Canvas canvas) { method in class:DecorView
785 super.draw(canvas);
788 mMenuBackground.draw(canvas);
1479 // no background so it can draw everything itself. For that,
1507 // frame and background together will draw all pixels.

Completed in 3633 milliseconds

12345678