Searched refs:draw (Results 276 - 289 of 289) sorted by relevance

<<1112

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java387 viewRoot.draw(canvas);
426 // draw the views
488 // We need to run an initial draw call to initialize the animations
/frameworks/minikin/libs/minikin/
H A DLayout.cpp898 void Layout::draw(minikin::Bitmap* surface, int x0, int y0, float size) const { function in class:android::Layout
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java763 * @param paint The paint to use to draw the bitmap.
823 overrideBackgroundDrawable.draw(canvas);
848 indicatorIcon.draw(canvas);
851 // Set the variables that are needed to draw the icon bitmap once it's loaded
888 * draw an icon for this recipient.
892 // Don't draw photos for recipients that have been typed in OR generated on the fly.
973 * Given a height, returns a Y offset that will draw the text in the middle of the height.
1001 // Then draw the border.
3183 mChip.draw(canvas);
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java582 // Compute surface insets required to draw at specified Z value.
2196 // Remember if we must report the next draw.
2568 * Called from draw() when DEBUG_FPS is enabled
2602 Trace.traceBegin(Trace.TRACE_TAG_VIEW, "draw");
2604 draw(fullRedrawNeeded);
2659 private void draw(boolean fullRedrawNeeded) { method in class:ViewRootImpl
2708 // The app owns the surface, we won't draw.
2782 // shortly before the draw commands get send to the renderer.
2786 // report next draw overrides setStopped()
2788 // in the handling of mReportNextDraw post-draw
[all...]
H A DViewDebug.java594 view.draw((Canvas) data[1]);
H A DViewGroup.java270 * to get the index of the child to draw for that iteration.
476 // Used to draw cached views
492 // input/software draw dispatch for correctly Z ordering.
588 // ViewGroup doesn't draw by default
3518 // We will draw our child's animation, let's reset the flag
3529 // draw reordering internally
3635 * Returns the index of the child to draw for this iteration. Override this
3643 * @return The index of the child to draw this iteration.
3717 * draw/dispatchDraw mechanisms.
3758 * @param canvas The canvas on which to draw th
[all...]
/frameworks/base/graphics/java/android/graphics/drawable/
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 */
416 * <p>Sets the type of shape used to draw the gradient.</p>
623 * Sets the colors used to draw th
656 public void draw(Canvas canvas) { method in class:GradientDrawable
[all...]
H A DVectorDrawable.java143 * <dd>Specifies the color used to draw the path outline. May be a color or, for SDK 24+, a color
231 // Temp variable, only for saving "new" operation at the draw() time.
293 public void draw(Canvas canvas) { method in class:VectorDrawable
298 // Nothing to draw
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
H A DDirectoryFragment.java1420 mShadowView.draw(canvas);
/frameworks/support/design/src/android/support/design/widget/
H A DCoordinatorLayout.java247 * Set a drawable to draw in the insets area for the status bar.
250 * @param bg Background drawable to draw behind the status bar
272 * Gets the drawable used to draw in the insets area for the status bar.
314 * Set a drawable to draw in the insets area for the status bar.
317 * @param resId Resource id of a background drawable to draw behind the status bar
324 * Set a drawable to draw in the insets area for the status bar.
327 * @param color Color to use as a background drawable to draw behind the status bar
832 mStatusBarBackground.draw(c);
1142 * Usually run as part of the pre-draw step when at least one child view has a reported
1154 * false if run as part of the pre-draw ste
[all...]
/frameworks/support/v17/tests/src/android/support/v17/leanback/widget/
H A DGridWidgetTest.java417 mTopDivider.draw(c);
420 mBottomDivider.draw(c);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackView.java940 * @param animated determines whether to actually draw the highlight along with the change in
954 * @param animated determines whether to actually draw the highlight along with the change in
1370 mFreeformWorkspaceBackground.draw(canvas);
/frameworks/base/core/java/android/app/
H A DNotification.java2445 * The platform template for the expanded view will draw this icon in the left, unless a
2574 * The platform template will draw this on the last line of the notification, at the far
3205 badge.draw(canvas);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java2191 // won't draw anything and uninitialized memory will show through
3700 public void draw(Canvas canvas) { method in class:PhoneStatusBar.FastColorDrawable

Completed in 667 milliseconds

<<1112