Searched defs:highlight (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/text/
H A DBoringLayout.java383 public void draw(Canvas c, Path highlight, Paint highlightpaint, argument
385 if (mDirect != null && highlight == null) {
388 super.draw(c, highlight, highlightpaint, cursorOffset);
H A DLayout.java268 * Draw this Layout on the specified canvas, with the highlight path drawn
272 * @param highlight the path of the highlight or cursor; can be null
273 * @param highlightPaint the paint for the highlight
275 * canvas while rendering the highlight
277 public void draw(Canvas canvas, Path highlight, Paint highlightPaint, argument
284 drawBackground(canvas, highlight, highlightPaint, cursorOffsetVertical,
550 public void drawBackground(Canvas canvas, Path highlight, Paint highlightPaint, argument
616 // There can be a highlight even without spans if we are drawing
618 if (highlight !
[all...]
/frameworks/base/core/java/android/widget/
H A DEditor.java182 // Used to highlight a word when it is corrected by the IME
1640 void onDraw(Canvas canvas, Layout layout, Path highlight, Paint highlightPaint, argument
1664 if (highlight != null && selectionStart == selectionEnd && mCursorCount > 0) {
1667 // Has to be done after the IMM related code above which relies on the highlight.
1668 highlight = null;
1672 drawHardwareAccelerated(canvas, layout, highlight, highlightPaint,
1675 layout.draw(canvas, highlight, highlightPaint, cursorOffsetVertical);
1679 private void drawHardwareAccelerated(Canvas canvas, Layout layout, Path highlight, argument
1686 layout.drawBackground(canvas, highlight, highlightPaint, cursorOffsetVertical,
1733 highlight, highlightPain
1762 drawHardwareAcceleratedInner(Canvas canvas, Layout layout, Path highlight, Paint highlightPaint, int cursorOffsetVertical, int[] blockEndLines, int[] blockIndices, int blockInfoIndex, int numberOfBlocks, int startIndexToFindAvailableRenderNode) argument
5682 public void highlight(CorrectionInfo info) { method in class:Editor.CorrectionHighlighter
[all...]
/frameworks/base/core/java/android/view/
H A DView.java554 * always highlight, or give focus to, a particular view. This motivates a mode
811 * Attribute to find the autofilled highlight
4035 /** The default focus highlight.
4043 * True if the default focus highlight is needed on the target device.
4230 * Whether this View should use a default focus highlight when it gets focused but doesn't
6940 // Here we check whether we still need the default focus highlight, and switch it on/off.
10384 * Sets whether this View should use a default focus highlight when it gets focused but doesn't
10388 * highlight, {@code false} otherwise.
10399 * Returns whether this View should use a default focus highlight when it gets focused but
10402 * @return True if this View should use a default focus highlight
20113 setDefaultFocusHighlight(Drawable highlight) argument
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 229 milliseconds