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

1234567891011>>

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java265 mNumberBackground.draw(canvas);
/frameworks/rs/
H A DrsDriverLoader.cpp152 ret &= fn(RS_HAL_GRAPHICS_MESH_DRAW, (void **)&rsc->mHal.funcs.mesh.draw);
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java174 * <dd>Specifies the color used to draw the path outline.
265 // Temp variable, only for saving "new" operation at the draw() time.
308 public void draw(Canvas canvas) { method in class:VectorDrawableCompat
310 mDelegateDrawable.draw(canvas);
317 // Nothing to draw
325 // avoid blurry scaling, we have to draw into a bitmap with exact pixel
967 * Temporary paint object used to draw cached bitmaps.
1019 mVPathRenderer.draw(tmpCanvas, width, height, null);
1093 // Variables that only used temporarily inside the draw() call, so there
1187 public void draw(Canva method in class:VectorDrawableCompat.VPathRenderer
[all...]
/frameworks/support/graphics/drawable/static/tests/src/android/support/graphics/drawable/tests/
H A DVectorDrawableTest.java150 // Setup VectorDrawable from xml file and draw into the bitmap.
158 mVectorDrawable.draw(mCanvas);
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteButton.java484 mRemoteIndicator.draw(canvas);
/frameworks/base/core/java/android/text/
H A DTextLine.java40 * <p>Call set to prepare the instance for use, then either draw, measure,
193 void draw(Canvas c, float x, int top, int y, int bottom) { method in class:TextLine
345 * @param c the canvas to draw on
825 replacement.draw(c, mText, textStart, textLimit,
901 // We might have a replacement that uses the draw
928 // Only draw hyphen on last run in line
/frameworks/base/core/java/android/view/
H A DSurfaceView.java58 * properties are used to draw a sibling view on top of the SurfaceView, the
341 public void draw(Canvas canvas) { method in class:SurfaceView
343 // draw() is not called when SKIP_DRAW is set
349 super.draw(canvas);
355 // if SKIP_DRAW is cleared, draw() has already punched a hole
750 * draw tree. UI thread is blocked at this point.
H A DView.java474 * draw it before calling back to its <code>onDraw()</code> method. The child
481 * To force a view to draw, call {@link #invalidate()}.
766 * When set to true, apps will draw debugging information about their layouts.
921 * This view won't draw. {@link #onDraw(android.graphics.Canvas)} won't be
930 * this view is will draw
1697 * invalidated, prior to the current drawing iteration. If true, the view must re-draw
1700 * in drawChild(), when we decide to draw a view's children's display lists into our own).
2394 * Flag indicating whether a view failed the quickReject() check in draw(). This condition
2765 * {@link #SYSTEM_UI_FLAG_LOW_PROFILE}; on devices that draw essential navigation controls
2904 * Flag for {@link #setSystemUiVisibility(int)}: Requests the status bar to draw i
16864 boolean draw(Canvas canvas, ViewGroup parent, long drawingTime) { method in class:View
17154 public void draw(Canvas canvas) { method in class:View
[all...]
H A DThreadedRenderer.java139 * Turn on to draw dirty regions every other frame.
653 Trace.traceBegin(Trace.TRACE_TAG_VIEW, "Record View#draw()");
707 * will be prevented to overdraw this area. It will be synchronized with the draw call.
708 * This should be updated in the content view's draw call.
743 * be updated, which will be done by the next call to draw()
752 * @param view The view to draw.
756 void draw(View view, AttachInfo attachInfo, HardwareDrawCallbacks callbacks) { method in class:ThreadedRenderer
767 // creation, which is typical for animators started prior to first draw
785 // Invalidate since we failed to draw. This should fetch a Surface
855 * Prevents any further drawing until draw() i
[all...]
/frameworks/base/core/java/android/widget/
H A DCalendarViewLegacyDelegate.java1104 // we draw whole weeks but range end can fall not on the week end
1180 // The height this view should draw at in pixels, set by height param
1251 // do not draw dates outside the valid range to avoid user confusion
1362 * @param canvas The canvas to draw on
1397 * @param canvas The canvas to draw on
1441 * @param canvas The canvas to draw on.
1444 // If it is the topmost fully visible child do not draw separator line
1469 * @param canvas The canvas to draw on
1480 mSelectedDateVerticalBar.draw(canvas);
1486 mSelectedDateVerticalBar.draw(canva
[all...]
H A DImageView.java1294 return; // nothing to draw (empty bounds)
1298 mDrawable.draw(canvas);
1316 mDrawable.draw(canvas);
/frameworks/base/libs/hwui/
H A DFontRenderer.cpp59 void TextDrawFunctor::draw(CacheTexture& texture, bool linearFiltering) { function in class:android::uirenderer::TextDrawFunctor
276 // either the glyph didn't fit or we're precaching and will cache it when we draw
437 // We don't want to allocate anything unless we actually draw text
505 mFunctor->draw(*texture, mLinearFiltering);
623 // text has non-whitespace, so draw and blur to create the shadow
625 // TODO: don't draw pure whitespace in the first place, and avoid needing this check
/frameworks/base/media/java/android/media/tv/
H A DTvView.java743 public void draw(Canvas canvas) { method in class:TvView
748 super.draw(canvas);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPageAdapter.java472 loadingContent.draw(new Canvas(loadingBitmap));
488 errorContent.draw(new Canvas(errorBitmap));
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DTaskStack.java346 public void draw(Canvas canvas) { method in class:TaskStack.DockState.ViewState
349 dockAreaOverlay.draw(canvas);
440 * draw.
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DTiledImageRenderer.java413 public boolean draw(GLCanvas canvas) { method in class:TiledImageRenderer
450 mPreview.draw(canvas, mOffsetX, mOffsetY,
702 // draw beyond the boundaries.
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java143 nativePathRenderer.draw(canvasWrapperPtr, colorFilterPtr, bounds.width(), bounds.height());
1019 // Variables that only used temporarily inside the draw() call, so there
1072 public void draw(long canvasPtr, long filterPtr, int w, int h) { method in class:VectorDrawable_Delegate.VPathRenderer_Delegate
1073 // Traverse the tree in pre-order to draw.
1091 // When either x or y is scaled to 0, we don't need to draw anything.
/frameworks/base/core/java/com/android/internal/widget/
H A DViewPager.java2242 public void draw(Canvas canvas) { method in class:ViewPager
2243 super.draw(canvas);
2258 needsInvalidate |= mLeftEdge.draw(canvas);
2269 needsInvalidate |= mRightEdge.draw(canvas);
2328 mMarginDrawable.draw(canvas);
/frameworks/support/core-ui/java/android/support/v4/view/
H A DViewPager.java2446 public void draw(Canvas canvas) { method in class:ViewPager
2447 super.draw(canvas);
2462 needsInvalidate |= mLeftEdge.draw(canvas);
2473 needsInvalidate |= mRightEdge.draw(canvas);
2521 mMarginDrawable.draw(canvas);
/frameworks/base/core/java/android/transition/
H A DChangeBounds.java446 view.draw(canvas);
/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java158 // View added at runtime to draw under the status bar area
160 // View added at runtime to draw under the navigation bar area
289 mBackgroundFallback.draw(mContentRoot, c, mWindow.mContentParent);
752 public void draw(Canvas canvas) { method in class:DecorView
753 super.draw(canvas);
756 mMenuBackground.draw(canvas);
1391 // no background so it can draw everything itself. For that,
1419 // frame and background together will draw all pixels.
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawable.java141 * Drawable and should override the {@link Drawable#draw(Canvas)} method to
142 * draw content.
195 * @param canvas The canvas to draw into
197 public abstract void draw(@NonNull Canvas canvas); method in class:Drawable
201 * will draw when its draw() method is called.
223 * will draw when its draw() method is called.
231 * by the caller). The bounds specify where this will draw when its draw()
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DBatteryMeterDrawable.java325 public void draw(Canvas c) { method in class:BatteryMeterDrawable
408 // draw the bolt if opaque
441 // draw the bolt if opaque
471 // draw the battery shape background
474 // draw the battery shape, clipped to charging level
483 // draw the warning text
488 // draw the percentage text
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DTileAdapter.java499 mDrawable.draw(c);
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
H A DNotificationTests.java79 d.draw(c);

Completed in 908 milliseconds

1234567891011>>