Searched refs:draw (Results 176 - 200 of 301) sorted by relevance

1234567891011>>

/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DViewGroup_Delegate.java43 * Overrides the original drawChild call in ViewGroup to draw the shadow.
100 graphics.draw(Path_Delegate.getDelegate(outline.mPath.mNativePath).getJavaShape());
105 // Copied from android.view.View#draw(Canvas, ViewGroup, long) and removed code paths
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderDrawable.java110 // get the actual Drawable object to draw
149 // draw into a new image
160 // and draw
161 content.draw(canvas);
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DSwipeProgressBar.java138 void draw(Canvas canvas) { method in class:SwipeProgressBar
156 // If the finish animation is done, don't draw anything, and
173 // Only draw the trigger if there is a space in the center of
195 // Then draw up to 4 overlapping concentric circles of varying radii, based on how far
197 // progress 0-50 draw mColor2
198 // progress 25-75 draw mColor3
199 // progress 50-100 draw mColor4
200 // progress 75 (wrap to 25) draw mColor1
222 // There is some portion of trigger to draw. Restore the canvas,
223 // then draw th
[all...]
H A DDrawerLayout.java446 public void setChildInsets(Object insets, boolean draw) { argument
448 mDrawStatusBarBackground = draw;
449 setWillNotDraw(!draw && getBackground() == null);
1294 * Set a drawable to draw in the insets area for the status bar.
1297 * @param bg Background drawable to draw behind the status bar
1305 * Gets the drawable used to draw in the insets area for the status bar.
1314 * Set a drawable to draw in the insets area for the status bar.
1317 * @param resId Resource id of a background drawable to draw behind the status bar
1325 * Set a drawable to draw in the insets area for the status bar.
1328 * @param color Color to use as a background drawable to draw behin
[all...]
/frameworks/support/core-utils/gingerbread/android/support/v4/graphics/drawable/
H A DRoundedBitmapDrawable.java254 public void draw(Canvas canvas) { method in class:RoundedBitmapDrawable
/frameworks/support/transition/ics/android/support/transition/
H A DViewOverlay.java161 * The set of drawables to draw when the overlay is rendered.
280 mDrawables.get(i).draw(canvas);
/frameworks/support/v14/preference/src/android/support/v14/preference/
H A DPreferenceDialogFragment.java105 icon.draw(canvas);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DStreamingTextView.java244 public void draw(Canvas canvas, CharSequence text, int start, int end, method in class:StreamingTextView.DottySpan
H A DPagingIndicator.java372 mDots[i].draw(canvas);
493 void draw(Canvas canvas) { method in class:PagingIndicator.Dot
/frameworks/support/v7/appcompat/src/android/support/v7/graphics/drawable/
H A DDrawerArrowDrawable.java42 * A drawable that can draw a "Drawer hamburger" menu or an arrow and animate between them.
324 public void draw(Canvas canvas) { method in class:DrawerArrowDrawable
368 // draw middle bar
/frameworks/support/v7/cardview/api21/android/support/v7/widget/
H A DRoundRectDrawable.java86 public void draw(Canvas canvas) { method in class:RoundRectDrawable
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DPreferenceDialogFragmentCompat.java104 icon.draw(canvas);
/frameworks/base/core/java/android/gesture/
H A DGestureOverlayView.java400 public void draw(Canvas canvas) { method in class:GestureOverlayView
401 super.draw(canvas);
/frameworks/base/core/java/android/widget/
H A DAbsSeekBar.java546 // Since we draw translated, the drawable's bounds that it signals
702 mTickMark.draw(canvas);
717 // draw in its extra space
719 mThumb.draw(canvas);
990 // Since we draw translated, the drawable's bounds that it signals
H A DExpandableListView.java353 // If we have any indicators to draw, we do it here
457 indicator.draw(canvas);
532 // These are the cases where we draw the child divider
535 divider.draw(canvas);
542 // Otherwise draw the default divider
H A DCheckedTextView.java412 checkMarkDrawable.draw(canvas);
H A DHorizontalScrollView.java1642 public void draw(Canvas canvas) { method in class:HorizontalScrollView
1643 super.draw(canvas);
1653 if (mEdgeGlowLeft.draw(canvas)) {
1667 if (mEdgeGlowRight.draw(canvas)) {
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp527 static void draw(JNIEnv* env, jclass clazz, jlong rendererPtr) { function in namespace:android::uirenderer
577 {"nHwuiDraw", "(J)V", (void*) hwui::draw },
/frameworks/base/graphics/java/android/graphics/drawable/
H A DNinePatchDrawable.java193 public void draw(Canvas canvas) { method in class:NinePatchDrawable
248 state.mNinePatch.draw(canvas, bounds, mPaint);
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
H A DCat.java230 public void draw(Canvas canvas) { method in class:Cat
247 d.draw(canvas);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DPasswordTextView.java171 float charWidth = charState.draw(canvas, currentDrawPosition, charHeight, yPosition,
678 public float draw(Canvas canvas, float currentDrawPosition, int charHeight, float yPosition, method in class:PasswordTextView.CharState
/frameworks/base/services/core/java/com/android/server/display/
H A DColorFade.java68 // The number of frames to draw when preparing the animation so that it will
181 // The frames we draw here aren't visible because we are essentially just
185 draw(1.0f);
371 public boolean draw(float level) { method in class:ColorFade
432 // draw the plane
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DNotificationCompatImplBase.java245 drawable.draw(canvas);
413 icon.draw(canvas);
/frameworks/base/core/java/android/app/
H A DMediaRouteButton.java388 mRemoteIndicator.draw(canvas);
/frameworks/base/core/java/android/view/
H A DTextureView.java37 * rendered in software, TextureView will draw nothing.</p>
100 * cannot use {@link #lockCanvas()} to draw onto the TextureView at the same
328 public final void draw(Canvas canvas) { method in class:TextureView
329 // NOTE: Maintain this carefully (see View#draw)
626 * to draw into the surface's bitmap. A null is returned if the surface has
642 * @return A Canvas used to draw into the surface.
664 * @return A Canvas used to draw into the surface.

Completed in 2605 milliseconds

1234567891011>>