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

<<1112

/frameworks/base/core/java/android/widget/
H A DListView.java691 * range that we draw.
889 * Calculate the bottom-most pixel we can draw the selection into
894 * @return The bottom-most pixel we can draw the selection into
906 * Calculate the top-most pixel we can draw the selection into
911 * @return The top-most pixel we can draw the selection into
914 // first pixel we can draw the selection into
3307 drawable.draw(canvas);
3324 drawable.draw(canvas);
3361 // need to draw anything since the background will do it for us
3509 * @param canvas The canvas to draw t
[all...]
H A DLinearLayout.java441 mDivider.draw(canvas);
447 mDivider.draw(canvas);
655 // Check whether the end divider should draw.
H A DAbsListView.java308 * The drawable used to draw the selector
682 * we saw it. Used to hint where to draw edge glows.
689 * we saw it. Used to hint where to draw edge glows.
1413 * If fast scroll is enabled, then don't draw the vertical scrollbar.
2721 * @return True if the current touch mode requires that we draw the selector in the pressed
2750 selector.draw(canvas);
2795 * Returns the selector {@link android.graphics.drawable.Drawable} that is used to draw the
4303 public void draw(Canvas canvas) { method in class:AbsListView
4304 super.draw(canvas);
4331 if (mEdgeGlowTop.draw(canva
[all...]
H A DEditor.java1646 mCorrectionHighlighter.draw(canvas, cursorOffsetVertical);
1651 // Rely on the drawable entirely, do not draw the cursor line.
1660 layout.draw(canvas, highlight, highlightPaint, cursorOffsetVertical);
1787 mCursorDrawable[i].draw(canvas);
4336 mDrawable.draw(c);
5541 public void draw(Canvas canvas, int cursorOffsetVertical) { method in class:Editor.CorrectionHighlighter
H A DTextView.java611 // tmp primitives, so we don't alloc them on each draw
5741 dr.mShowing[Drawables.LEFT].draw(canvas);
5752 dr.mShowing[Drawables.RIGHT].draw(canvas);
5762 dr.mShowing[Drawables.TOP].draw(canvas);
5773 dr.mShowing[Drawables.BOTTOM].draw(canvas);
5858 layout.draw(canvas, highlight, mHighlightPaint, cursorOffsetVertical);
5864 layout.draw(canvas, highlight, mHighlightPaint, cursorOffsetVertical);
7713 postInvalidate(); // So we draw again
H A DProgressBar.java632 * <p>Get the drawable used to draw the progress bar in
645 * Define the drawable used to draw the progress bar in indeterminate mode.
771 * Define the tileable drawable used to draw the progress bar in
790 * <p>Get the drawable used to draw the progress bar in
803 * Define the drawable used to draw the progress bar in progress mode.
1207 * Define the tileable drawable used to draw the progress bar in
1226 * @return The drawable currently used to draw the progress bar
1703 // onDraw will translate the canvas so we draw starting at 0,0.
1786 d.draw(canvas);
H A DStackView.java1431 v.draw(mCanvas);
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp859 void Layer::draw(const sp<const DisplayDevice>& hw, const Region& clip) const { function in class:android::Layer
863 void Layer::draw(const sp<const DisplayDevice>& hw, function in class:android::Layer
868 void Layer::draw(const sp<const DisplayDevice>& hw) const { function in class:android::Layer
906 // ready for us to draw into.
910 // Go ahead and draw the buffer anyway; no matter what we do the screen
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java638 // Release the buffer, if any and it will be reallocated on the next draw
708 keyBackground.draw(canvas);
738 key.icon.draw(canvas);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DLayerDrawable.java994 public void draw(Canvas canvas) { method in class:LayerDrawable
1000 dr.draw(canvas);
H A DBitmapDrawable.java109 * instead to specify a bitmap to draw with and ensure the correct density is set.
121 * instead to specify a bitmap to draw with.
495 public void draw(Canvas canvas) { method in class:BitmapDrawable
/frameworks/base/media/java/android/media/
H A DCea708CaptionRenderer.java1065 ((ViewGroup) mClosedCaptionLayout).draw(canvas);
1297 child.draw(canvas);
/frameworks/support/design/src/android/support/design/widget/
H A DTabLayout.java1083 // If we don't have a window token, or we haven't been laid out yet just draw the new
1143 // If we don't currently have a tab, just draw the indicator
2031 public void draw(Canvas canvas) { method in class:TabLayout.SlidingTabStrip
2032 super.draw(canvas);
/frameworks/base/core/java/android/app/
H A DWallpaperManager.java211 public void draw(Canvas canvas) { method in class:WallpaperManager.FastBitmapDrawable
416 * @return Returns a Drawable object that will draw the wallpaper.
646 * @return Returns a Drawable object that will draw the wallpaper or a
670 * @return Returns a Drawable object that will draw the wallpaper.
684 * @return Returns an optimized Drawable object that will draw the
/frameworks/base/core/java/com/android/internal/widget/
H A DResolverDrawerLayout.java730 mScrollIndicatorDrawable.draw(canvas);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsImpl.java377 // do not draw it until we construct the activity options when we start Recents
608 // Rebind the header bar and draw it for the transition
794 mHeaderBar.draw(c);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DRecentsView.java429 visDockStates.get(i).viewState.draw(canvas);
H A DTaskViewHeader.java117 public void draw(Canvas canvas) { method in class:TaskViewHeader.HighlightColorDrawable
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyboardShortcuts.java632 shortcutRepresentation.drawable.draw(canvas);
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DNavBarTuner.java257 mDivider.draw(c);
/frameworks/base/services/core/java/com/android/server/pm/
H A DEphemeralApplicationRegistry.java305 icon.draw(canvas);
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java1256 * item decorations in the list will be asked to draw/pad within the previous decoration's
1287 * item decorations in the list will be asked to draw/pad within the previous decoration's
3542 public void draw(Canvas c) { method in class:RecyclerView
3543 super.draw(c);
3549 // TODO If padding is not 0 and chilChildrenToPadding is false, to draw glows properly, we
3557 needsInvalidate = mLeftGlow != null && mLeftGlow.draw(c);
3565 needsInvalidate |= mTopGlow != null && mTopGlow.draw(c);
3574 needsInvalidate |= mRightGlow != null && mRightGlow.draw(c);
3585 needsInvalidate |= mBottomGlow != null && mBottomGlow.draw(c);
3590 // Invalidate RecyclerView to re-draw decorator
[all...]
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java2712 public void draw(Canvas canvas) { method in class:EditStyledText.EditStyledTextSpans.HorizontalLineDrawable
2780 public void draw(Canvas canvas) { method in class:EditStyledText.ColorPaletteDrawable
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs489 <li><a href="<?cs var:toroot ?>training/graphics/opengl/draw.html">
/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java37 * The Canvas class holds the "draw" calls. To draw something, you need
39 * the draw calls (writing into the bitmap), a drawing primitive (e.g. Rect,
105 * draw into. The initial target density is {@link Bitmap#DENSITY_NONE};
121 * Construct a canvas with the specified bitmap to draw into. The bitmap
127 * @param bitmap Specifies a mutable bitmap for the canvas to draw into.
178 * Specify a bitmap for the canvas to draw into. All canvas state such as
183 * @param bitmap Specifies a mutable bitmap for the canvas to draw into.
288 * Attempting to draw with a bitmap wider than this value will result
299 * Attempting to draw wit
[all...]

Completed in 894 milliseconds

<<1112