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

/frameworks/base/core/java/android/text/
H A DGraphicsOperations.java59 * Just like {@link Paint#getTextRunCursor}.
61 int getTextRunCursor(int contextStart, int contextEnd, int dir, int offset, method in interface:GraphicsOperations
H A DSpannableStringBuilder.java1560 public int getTextRunCursor(int contextStart, int contextEnd, int dir, int offset, method in class:SpannableStringBuilder
1567 ret = p.getTextRunCursor(mText, contextStart, contextLen,
1570 ret = p.getTextRunCursor(mText, contextStart + mGapLength, contextLen,
1575 ret = p.getTextRunCursor(buf, 0, contextLen,
/frameworks/minikin/libs/minikin/
H A DGraphemeBreak.cpp207 size_t GraphemeBreak::getTextRunCursor(const float* advances, const uint16_t* buf, size_t start, function in class:minikin::GraphemeBreak
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java307 * Option for getTextRunCursor to compute the valid cursor after
314 * Option for getTextRunCursor to compute the valid cursor at or after
321 * Option for getTextRunCursor to compute the valid cursor before
328 * Option for getTextRunCursor to compute the valid cursor at or before
335 * Option for getTextRunCursor to return offset if the cursor at offset
2454 public int getTextRunCursor(char[] text, int contextStart, int contextLength, method in class:Paint
2494 public int getTextRunCursor(CharSequence text, int contextStart, method in class:Paint
2499 return getTextRunCursor(text.toString(), contextStart, contextEnd,
2503 return ((GraphicsOperations) text).getTextRunCursor(
2510 int relPos = getTextRunCursor(bu
2541 public int getTextRunCursor(String text, int contextStart, int contextEnd, method in class:Paint
[all...]
/frameworks/base/core/java/android/widget/
H A DTextView.java12326 public int getTextRunCursor(int contextStart, int contextEnd, int dir, method in class:TextView.CharWrapper
12329 return p.getTextRunCursor(mChars, contextStart + mStart,

Completed in 174 milliseconds