Home
last modified time | relevance | path

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

/aosp12/frameworks/minikin/include/minikin/
H A DGraphemeBreak.h38 static size_t getTextRunCursor(const float* advances, const uint16_t* buf, size_t start,
/aosp12/frameworks/base/core/java/android/text/
H A DGraphicsOperations.java61 int getTextRunCursor(int contextStart, int contextEnd, boolean isRtl, int offset, in getTextRunCursor() method
H A DSpannableStringBuilder.java1565 public int getTextRunCursor(int contextStart, int contextEnd, int dir, int offset, in getTextRunCursor() method in SpannableStringBuilder
1567 return getTextRunCursor(contextStart, contextEnd, dir == 1, offset, cursorOpt, p); in getTextRunCursor()
1572 public int getTextRunCursor(int contextStart, int contextEnd, boolean isRtl, int offset, in getTextRunCursor() method in SpannableStringBuilder
1579 ret = p.getTextRunCursor(mText, contextStart, contextLen, in getTextRunCursor()
1582 ret = p.getTextRunCursor(mText, contextStart + mGapLength, contextLen, in getTextRunCursor()
1587 ret = p.getTextRunCursor(buf, 0, contextLen, in getTextRunCursor()
H A DTextLine.java824 return wp.getTextRunCursor(mChars, spanStart, spanLimit - spanStart,
827 return wp.getTextRunCursor(mText, mStart + spanStart,
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DPaint.java2687 public int getTextRunCursor(@NonNull char[] text, @IntRange(from = 0) int contextStart, in getTextRunCursor() method in Paint
2727 public int getTextRunCursor(@NonNull CharSequence text, @IntRange(from = 0) int contextStart, in getTextRunCursor() method in Paint
2733 return getTextRunCursor(text.toString(), contextStart, contextEnd, in getTextRunCursor()
2737 return ((GraphicsOperations) text).getTextRunCursor( in getTextRunCursor()
2744 int relPos = getTextRunCursor(buf, 0, contextLen, isRtl, offset - contextStart, cursorOpt); in getTextRunCursor()
2776 public int getTextRunCursor(@NonNull String text, @IntRange(from = 0) int contextStart, in getTextRunCursor() method in Paint
/aosp12/frameworks/minikin/libs/minikin/
H A DGraphemeBreak.cpp188 size_t GraphemeBreak::getTextRunCursor(const float* advances, const uint16_t* buf, size_t start, in getTextRunCursor() function in minikin::GraphemeBreak
/aosp12/frameworks/base/core/java/android/text/method/
H A DBaseKeyListener.java313 offset = paint.getTextRunCursor(text, offset, len, false /* LTR, not used */, in getOffsetForForwardDeleteKey()
/aosp12/frameworks/base/libs/hwui/jni/
H A DPaint.cpp239 size_t result = minikin::GraphemeBreak::getTextRunCursor(advancesArray.get(), text, in doTextRunCursor()
/aosp12/frameworks/base/core/java/android/widget/
H A DTextView.java13624 public int getTextRunCursor(int contextStart, int contextEnd, boolean isRtl, in getTextRunCursor() method in TextView.Drawables.CharWrapper
13627 return p.getTextRunCursor(mChars, contextStart + mStart, in getTextRunCursor()
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt6818 HSPLandroid/graphics/Paint;->getTextRunCursor(Ljava/lang/CharSequence;IIZII)I
6819 HSPLandroid/graphics/Paint;->getTextRunCursor(Ljava/lang/String;IIZII)I
6820 HSPLandroid/graphics/Paint;->getTextRunCursor([CIIZII)I
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt15617 …method public int getTextRunCursor(@NonNull char[], @IntRange(from=0) int, @IntRange(from=0) int, …
15618 …method public int getTextRunCursor(@NonNull CharSequence, @IntRange(from=0) int, @IntRange(from=0)…
44398 method @Deprecated public int getTextRunCursor(int, int, int, int, int, android.graphics.Paint);
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt6816 HSPLandroid/graphics/Paint;->getTextRunCursor(Ljava/lang/CharSequence;IIZII)I
6817 HSPLandroid/graphics/Paint;->getTextRunCursor(Ljava/lang/String;IIZII)I
6818 HSPLandroid/graphics/Paint;->getTextRunCursor([CIIZII)I
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt20929 Landroid/graphics/Paint;->getTextRunCursor(Ljava/lang/CharSequence;IIIII)I
20930 Landroid/graphics/Paint;->getTextRunCursor(Ljava/lang/String;IIIII)I
59432 Landroid/text/GraphicsOperations;->getTextRunCursor(IIIIILandroid/graphics/Paint;)I
73618 Landroid/widget/TextView$CharWrapper;->getTextRunCursor(IIIIILandroid/graphics/Paint;)I
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt29846 method public deprecated int getTextRunCursor(int, int, int, int, int, android.graphics.Paint);