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

/frameworks/minikin/libs/minikin/
H A DGraphemeBreak.cpp100 size_t GraphemeBreak::getTextRunCursor(const uint16_t* buf, size_t start, size_t count, function in class:android::GraphemeBreak
/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.java1328 public int getTextRunCursor(int contextStart, int contextEnd, int dir, int offset, method in class:SpannableStringBuilder
1335 ret = p.getTextRunCursor(mText, contextStart, contextLen,
1338 ret = p.getTextRunCursor(mText, contextStart + mGapLength, contextLen,
1343 ret = p.getTextRunCursor(buf, 0, contextLen,
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java273 * Option for getTextRunCursor to compute the valid cursor after
280 * Option for getTextRunCursor to compute the valid cursor at or after
287 * Option for getTextRunCursor to compute the valid cursor before
294 * Option for getTextRunCursor to compute the valid cursor at or before
301 * Option for getTextRunCursor to return offset if the cursor at offset
2067 public int getTextRunCursor(char[] text, int contextStart, int contextLength, method in class:Paint
2107 public int getTextRunCursor(CharSequence text, int contextStart, method in class:Paint
2112 return getTextRunCursor(text.toString(), contextStart, contextEnd,
2116 return ((GraphicsOperations) text).getTextRunCursor(
2123 int relPos = getTextRunCursor(bu
2154 public int getTextRunCursor(String text, int contextStart, int contextEnd, method in class:Paint
[all...]
/frameworks/base/core/java/android/widget/
H A DTextView.java9973 public int getTextRunCursor(int contextStart, int contextEnd, int dir, method in class:TextView.CharWrapper
9976 return p.getTextRunCursor(mChars, contextStart + mStart,

Completed in 136 milliseconds