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

1234567

/frameworks/base/core/java/android/app/
H A DMediaRouteButton.java390 mRemoteIndicator.draw(canvas);
H A DWallpaperManager.java144 public void draw(Canvas canvas) { method in class:WallpaperManager.FastBitmapDrawable
363 * @return Returns a Drawable object that will draw the wallpaper.
381 * @return Returns a Drawable object that will draw the wallpaper or a
405 * @return Returns a Drawable object that will draw the wallpaper.
419 * @return Returns an optimized Drawable object that will draw the
/frameworks/base/core/java/android/text/
H A DLayout.java182 public void draw(Canvas c) { method in class:Layout
183 draw(c, null, null, 0);
196 public void draw(Canvas canvas, Path highlight, Paint highlightPaint, method in class:Layout
348 tl.draw(canvas, x, ltop, lbaseline, lbottom);
360 // First, draw LineBackgroundSpans.
H A DTextLine.java40 * <p>Call set to prepare the instance for use, then either draw, measure,
190 void draw(Canvas c, float x, int top, int y, int bottom) { method in class:TextLine
372 * @param c the canvas to draw on
854 replacement.draw(c, mText, textStart, textLimit,
930 // We might have a replacement that uses the draw
/frameworks/base/core/java/android/widget/
H A DAbsSeekBar.java233 * Since we draw translated, the drawable's bounds that it signals
330 // draw in its extra space
332 mThumb.draw(canvas);
571 * Since we draw translated, the drawable's bounds that it signals
H A DNumberPicker.java621 // its draw() method is not called but dispatchDraw() is called
624 // draw() method to be called. Therefore, we declare we will draw.
1440 // draw the virtual buttons pressed state if needed
1446 mVirtualButtonPressedDrawable.draw(canvas);
1452 mVirtualButtonPressedDrawable.draw(canvas);
1456 // draw the selector wheel
1461 // Do not draw the middle item if input is visible since the input
1472 // draw the selection dividers
1474 // draw th
[all...]
H A DCalendarView.java1444 // we draw whole weeks but range end can fall not on the week end
1520 // The height this view should draw at in pixels, set by height param
1591 // do not draw dates outside the valid range to avoid user confusion
1702 * @param canvas The canvas to draw on
1737 * @param canvas The canvas to draw on
1781 * @param canvas The canvas to draw on.
1784 // If it is the topmost fully visible child do not draw separator line
1809 * @param canvas The canvas to draw on
1818 mSelectedDateVerticalBar.draw(canvas);
1822 mSelectedDateVerticalBar.draw(canva
[all...]
H A DExpandableListView.java351 // If we have any indicators to draw, we do it here
455 indicator.draw(canvas);
530 // These are the cases where we draw the child divider
533 divider.draw(canvas);
540 // Otherwise draw the default divider
H A DImageView.java1003 return; // nothing to draw (empty bounds)
1007 mDrawable.draw(canvas);
1025 mDrawable.draw(canvas);
H A DAbsListView.java290 * The drawable used to draw the selector
630 * we saw it. Used to hint where to draw edge glows.
637 * we saw it. Used to hint where to draw edge glows.
1280 * If fast scroll is visible, then don't draw the vertical scrollbar.
2407 * @return True if the current touch mode requires that we draw the selector in the pressed
2436 selector.draw(canvas);
2481 * Returns the selector {@link android.graphics.drawable.Drawable} that is used to draw the
3692 public void draw(Canvas canvas) { method in class:AbsListView
3693 super.draw(canvas);
3705 if (mEdgeGlowTop.draw(canva
[all...]
H A DLinearLayout.java390 mDivider.draw(canvas);
396 mDivider.draw(canvas);
H A DEditor.java1260 mCorrectionHighlighter.draw(canvas, cursorOffsetVertical);
1265 // Rely on the drawable entirely, do not draw the cursor line.
1274 layout.draw(canvas, highlight, highlightPaint, cursorOffsetVertical);
1403 mCursorDrawable[i].draw(canvas);
3179 mDrawable.draw(c);
3727 public void draw(Canvas canvas, int cursorOffsetVertical) { method in class:Editor.CorrectionHighlighter
/frameworks/base/graphics/java/android/graphics/drawable/
H A DBitmapDrawable.java79 * instead to specify a bitmap to draw with and ensure the correct density is set.
90 * instead to specify a bitmap to draw with.
413 public void draw(Canvas canvas) { method in class:BitmapDrawable
H A DDrawable.java133 * @param canvas The canvas to draw into
135 public abstract void draw(Canvas canvas); method in class:Drawable
139 * will draw when its draw() method is called.
161 * will draw when its draw() method is called.
169 * by the caller). The bounds specify where this will draw when its draw()
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardWidgetFrame.java230 bg.draw(canvas);
H A DSlidingChallengeLayout.java963 public void draw(Canvas c) { method in class:SlidingChallengeLayout
964 super.draw(c);
/frameworks/rs/
H A DrsMesh.cpp201 mRSC->mHal.funcs.mesh.draw(mRSC, this, primIndex, start, len);
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteButton.java480 mRemoteIndicator.draw(canvas);
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java2156 public void draw(Canvas canvas) { method in class:ViewPager
2157 super.draw(canvas);
2172 needsInvalidate |= mLeftEdge.draw(canvas);
2183 needsInvalidate |= mRightEdge.draw(canvas);
2231 mMarginDrawable.draw(canvas);
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java555 mChipBackgroundPressed.draw(canvas);
567 mChipDelete.draw(canvas);
569 Log.w(TAG, "Unable to draw a background for the chips as it was never set");
598 background.draw(canvas);
600 // Don't draw photos for recipients that have been typed in OR generated on the fly.
646 Log.w(TAG, "Unable to draw a background for the chips as it was never set");
2770 mChip.draw(canvas);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DProgressBarICS.java290 * <p>Get the drawable used to draw the progress bar in
303 * <p>Define the drawable used to draw the progress bar in
323 * <p>Get the drawable used to draw the progress bar in
336 * <p>Define the drawable used to draw the progress bar in
731 // onDraw will translate the canvas so we draw starting at 0,0
793 d.draw(canvas);
/frameworks/base/core/jni/
H A Dandroid_opengl_EGL14.cpp1058 /* EGLBoolean eglMakeCurrent ( EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx ) */
1061 (JNIEnv *_env, jobject _this, jobject dpy, jobject draw, jobject read, jobject ctx) {
1064 EGLSurface draw_native = (EGLSurface) fromEGLHandle(_env, eglsurfaceGetHandleID, draw);
1060 android_eglMakeCurrent(JNIEnv *_env, jobject _this, jobject dpy, jobject draw, jobject read, jobject ctx) argument
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp436 void Layer::draw(const sp<const DisplayDevice>& hw, const Region& clip) const { function in class:android::Layer
440 void Layer::draw(const sp<const DisplayDevice>& hw) { function in class:android::Layer
477 // ready for us to draw into.
481 // Go ahead and draw the buffer anyway; no matter what we do the screen
/frameworks/support/v4/java/android/support/v4/widget/
H A DDrawerLayout.java819 mShadowLeft.draw(canvas);
830 mShadowRight.draw(canvas);
/frameworks/base/core/java/android/view/
H A DView.java437 * this means that parents will draw before (i.e., behind) their children, with
439 * If you set a background drawable for a View, then the View will draw it for you
444 * Note that the framework will not draw views that are not in the invalid region.
448 * To force a view to draw, call {@link #invalidate()}.
681 * When set to true, apps will draw debugging information about their layouts.
767 * This view won't draw. {@link #onDraw(android.graphics.Canvas)} won't be
776 * this view is will draw
1540 * invalidated, prior to the current drawing iteration. If true, the view must re-draw
1543 * in drawChild(), when we decide to draw a view's children's display lists into our own).
2145 * Flag indicating whether a view failed the quickReject() check in draw()
13543 boolean draw(Canvas canvas, ViewGroup parent, long drawingTime) { method in class:View
13893 public void draw(Canvas canvas) { method in class:View
[all...]

Completed in 1731 milliseconds

1234567