Searched defs:getTextRunCursor (Results 1 - 5 of 5) sorted by last modified time

/frameworks/minikin/libs/minikin/
H A DGraphemeBreak.cpp180 size_t GraphemeBreak::getTextRunCursor(const uint16_t* buf, size_t start, size_t count, function in class:android::GraphemeBreak
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java300 * Option for getTextRunCursor to compute the valid cursor after
307 * Option for getTextRunCursor to compute the valid cursor at or after
314 * Option for getTextRunCursor to compute the valid cursor before
321 * Option for getTextRunCursor to compute the valid cursor at or before
328 * Option for getTextRunCursor to return offset if the cursor at offset
2278 public int getTextRunCursor(char[] text, int contextStart, int contextLength, method in class:Paint
2318 public int getTextRunCursor(CharSequence text, int contextStart, method in class:Paint
2323 return getTextRunCursor(text.toString(), contextStart, contextEnd,
2327 return ((GraphicsOperations) text).getTextRunCursor(
2334 int relPos = getTextRunCursor(bu
2365 public int getTextRunCursor(String text, int contextStart, int contextEnd, method in class:Paint
[all...]
/frameworks/base/core/java/android/text/
H A DGraphicsOperations.java61 * Just like {@link Paint#getTextRunCursor}.
64 int getTextRunCursor(int contextStart, int contextEnd, int dir, int offset, method in interface:GraphicsOperations
H A DSpannableStringBuilder.java1503 public int getTextRunCursor(int contextStart, int contextEnd, int dir, int offset, method in class:SpannableStringBuilder
1510 ret = p.getTextRunCursor(mText, contextStart, contextLen,
1513 ret = p.getTextRunCursor(mText, contextStart + mGapLength, contextLen,
1518 ret = p.getTextRunCursor(buf, 0, contextLen,
/frameworks/base/core/java/android/widget/
H A DTextView.java10185 public int getTextRunCursor(int contextStart, int contextEnd, int dir, method in class:TextView.CharWrapper
10188 return p.getTextRunCursor(mChars, contextStart + mStart,

Completed in 203 milliseconds