Home
last modified time | relevance | path

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

/frameworks/minikin/include/minikin/
DGraphemeBreak.h38 static size_t getTextRunCursor(const float* advances, const uint16_t* buf, size_t start,
/frameworks/base/core/java/android/text/
DGraphicsOperations.java61 int getTextRunCursor(int contextStart, int contextEnd, boolean isRtl, int offset, in getTextRunCursor() method
DSpannableStringBuilder.java1564 public int getTextRunCursor(int contextStart, int contextEnd, int dir, int offset, in getTextRunCursor() method in SpannableStringBuilder
1566 return getTextRunCursor(contextStart, contextEnd, dir == 1, offset, cursorOpt, p); in getTextRunCursor()
1571 public int getTextRunCursor(int contextStart, int contextEnd, boolean isRtl, int offset, in getTextRunCursor() method in SpannableStringBuilder
1578 ret = p.getTextRunCursor(mText, contextStart, contextLen, in getTextRunCursor()
1581 ret = p.getTextRunCursor(mText, contextStart + mGapLength, contextLen, in getTextRunCursor()
1586 ret = p.getTextRunCursor(buf, 0, contextLen, in getTextRunCursor()
DTextLine.java768 return wp.getTextRunCursor(mChars, spanStart, spanLimit - spanStart,
771 return wp.getTextRunCursor(mText, mStart + spanStart,
/frameworks/minikin/libs/minikin/
DGraphemeBreak.cpp188 size_t GraphemeBreak::getTextRunCursor(const float* advances, const uint16_t* buf, size_t start, in getTextRunCursor() function in minikin::GraphemeBreak
/frameworks/base/graphics/java/android/graphics/
DPaint.java2641 public int getTextRunCursor(@NonNull char[] text, @IntRange(from = 0) int contextStart, in getTextRunCursor() method in Paint
2681 public int getTextRunCursor(@NonNull CharSequence text, @IntRange(from = 0) int contextStart, in getTextRunCursor() method in Paint
2687 return getTextRunCursor(text.toString(), contextStart, contextEnd, in getTextRunCursor()
2691 return ((GraphicsOperations) text).getTextRunCursor( in getTextRunCursor()
2698 int relPos = getTextRunCursor(buf, 0, contextLen, isRtl, offset - contextStart, cursorOpt); in getTextRunCursor()
2730 public int getTextRunCursor(@NonNull String text, @IntRange(from = 0) int contextStart, in getTextRunCursor() method in Paint
/frameworks/base/core/java/android/text/method/
DBaseKeyListener.java313 offset = paint.getTextRunCursor(text, offset, len, false /* LTR, not used */, in getOffsetForForwardDeleteKey()
/frameworks/base/core/jni/android/graphics/
DPaint.cpp254 size_t result = minikin::GraphemeBreak::getTextRunCursor(advancesArray.get(), text, in doTextRunCursor()
/frameworks/base/core/java/android/widget/
DTextView.java13206 public int getTextRunCursor(int contextStart, int contextEnd, boolean isRtl, in getTextRunCursor() method in TextView.Drawables.CharWrapper
13209 return p.getTextRunCursor(mChars, contextStart + mStart, in getTextRunCursor()
/frameworks/base/api/
Dcurrent.txt14503 …method public int getTextRunCursor(@NonNull char[], @IntRange(from=0) int, @IntRange(from=0) int, …
14504 …method public int getTextRunCursor(@NonNull CharSequence, @IntRange(from=0) int, @IntRange(from=0)…
46108 method @Deprecated public int getTextRunCursor(int, int, int, int, int, android.graphics.Paint);
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt22351 Landroid/graphics/Paint;->getTextRunCursor(Ljava/lang/CharSequence;IIIII)I
22352 Landroid/graphics/Paint;->getTextRunCursor(Ljava/lang/String;IIIII)I
75152 Landroid/text/GraphicsOperations;->getTextRunCursor(IIIIILandroid/graphics/Paint;)I
90852 Landroid/widget/TextView$CharWrapper;->getTextRunCursor(IIIIILandroid/graphics/Paint;)I
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt29846 method public deprecated int getTextRunCursor(int, int, int, int, int, android.graphics.Paint);