Home
last modified time | relevance | path

Searched refs:getTextRunCursor (Results 1 – 13 of 13) sorted by relevance

/frameworks/minikin/include/minikin/
DGraphemeBreak.h41 static size_t getTextRunCursor(const uint16_t* buf, size_t start, size_t count,
/frameworks/base/core/java/android/text/
DGraphicsOperations.java64 int getTextRunCursor(int contextStart, int contextEnd, int dir, int offset, in getTextRunCursor() method
DSpannableStringBuilder.java1503 public int getTextRunCursor(int contextStart, int contextEnd, int dir, int offset, in getTextRunCursor() method in SpannableStringBuilder
1510 ret = p.getTextRunCursor(mText, contextStart, contextLen, in getTextRunCursor()
1513 ret = p.getTextRunCursor(mText, contextStart + mGapLength, contextLen, in getTextRunCursor()
1518 ret = p.getTextRunCursor(buf, 0, contextLen, in getTextRunCursor()
DTextLine.java643 return wp.getTextRunCursor(mChars, spanStart, spanLimit - spanStart, in getOffsetBeforeAfter()
646 return wp.getTextRunCursor(mText, mStart + spanStart, in getOffsetBeforeAfter()
/frameworks/base/graphics/java/android/graphics/
DPaint.java2278 public int getTextRunCursor(char[] text, int contextStart, int contextLength, in getTextRunCursor() method in Paint
2318 public int getTextRunCursor(CharSequence text, int contextStart, in getTextRunCursor() method in Paint
2323 return getTextRunCursor(text.toString(), contextStart, contextEnd, in getTextRunCursor()
2327 return ((GraphicsOperations) text).getTextRunCursor( in getTextRunCursor()
2334 int relPos = getTextRunCursor(buf, 0, contextLen, dir, offset - contextStart, cursorOpt); in getTextRunCursor()
2365 public int getTextRunCursor(String text, int contextStart, int contextEnd, in getTextRunCursor() method in Paint
/frameworks/minikin/libs/minikin/
DGraphemeBreak.cpp180 size_t GraphemeBreak::getTextRunCursor(const uint16_t* buf, size_t start, size_t count, in getTextRunCursor() function in android::GraphemeBreak
/frameworks/base/core/java/android/text/method/
DBaseKeyListener.java289 offset = paint.getTextRunCursor(text, offset, len, Paint.DIRECTION_LTR /* not used */, in getOffsetForForwardDeleteKey()
/frameworks/base/core/jni/android/graphics/
DPaint.cpp538 size_t result = GraphemeBreak::getTextRunCursor(text, start, count, offset, moveOpt); in doTextRunCursor()
/frameworks/base/core/java/android/widget/
DTextView.java10185 public int getTextRunCursor(int contextStart, int contextEnd, int dir, in getTextRunCursor() method in TextView.CharWrapper
10188 return p.getTextRunCursor(mChars, contextStart + mStart, in getTextRunCursor()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt29846 method public deprecated int getTextRunCursor(int, int, int, int, int, android.graphics.Paint);
/frameworks/base/api/
Dcurrent.txt38453 method public deprecated int getTextRunCursor(int, int, int, int, int, android.graphics.Paint);
Dsystem-current.txt41453 method public deprecated int getTextRunCursor(int, int, int, int, int, android.graphics.Paint);
Dtest-current.txt38532 method public deprecated int getTextRunCursor(int, int, int, int, int, android.graphics.Paint);