/aosp12/frameworks/minikin/include/minikin/ |
H A D | GraphemeBreak.h | 38 static size_t getTextRunCursor(const float* advances, const uint16_t* buf, size_t start,
|
/aosp12/frameworks/base/core/java/android/text/ |
H A D | GraphicsOperations.java | 61 int getTextRunCursor(int contextStart, int contextEnd, boolean isRtl, int offset, in getTextRunCursor() method
|
H A D | SpannableStringBuilder.java | 1565 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 D | TextLine.java | 824 return wp.getTextRunCursor(mChars, spanStart, spanLimit - spanStart, 827 return wp.getTextRunCursor(mText, mStart + spanStart,
|
/aosp12/frameworks/base/graphics/java/android/graphics/ |
H A D | Paint.java | 2687 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 D | GraphemeBreak.cpp | 188 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 D | BaseKeyListener.java | 313 offset = paint.getTextRunCursor(text, offset, len, false /* LTR, not used */, in getOffsetForForwardDeleteKey()
|
/aosp12/frameworks/base/libs/hwui/jni/ |
H A D | Paint.cpp | 239 size_t result = minikin::GraphemeBreak::getTextRunCursor(advancesArray.get(), text, in doTextRunCursor()
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | TextView.java | 13624 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 D | boot-image-profile.txt | 6818 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 D | current.txt | 15617 …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 D | boot-image-profile.txt | 6816 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 D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 20929 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 D | android-22.txt | 29846 method public deprecated int getTextRunCursor(int, int, int, int, int, android.graphics.Paint);
|