/frameworks/minikin/include/minikin/ |
D | GraphemeBreak.h | 38 static size_t getTextRunCursor(const float* advances, const uint16_t* buf, size_t start,
|
/frameworks/base/core/java/android/text/ |
D | GraphicsOperations.java | 61 int getTextRunCursor(int contextStart, int contextEnd, boolean isRtl, int offset, in getTextRunCursor() method
|
D | SpannableStringBuilder.java | 1564 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()
|
D | TextLine.java | 768 return wp.getTextRunCursor(mChars, spanStart, spanLimit - spanStart, 771 return wp.getTextRunCursor(mText, mStart + spanStart,
|
/frameworks/minikin/libs/minikin/ |
D | GraphemeBreak.cpp | 188 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/ |
D | Paint.java | 2641 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/ |
D | BaseKeyListener.java | 313 offset = paint.getTextRunCursor(text, offset, len, false /* LTR, not used */, in getOffsetForForwardDeleteKey()
|
/frameworks/base/libs/hwui/jni/ |
D | Paint.cpp | 253 size_t result = minikin::GraphemeBreak::getTextRunCursor(advancesArray.get(), text, in doTextRunCursor()
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 13385 public int getTextRunCursor(int contextStart, int contextEnd, boolean isRtl, in getTextRunCursor() method in TextView.Drawables.CharWrapper 13388 return p.getTextRunCursor(mChars, contextStart + mStart, in getTextRunCursor()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 7783 HSPLandroid/graphics/Paint;->getTextRunCursor(Ljava/lang/CharSequence;IIZII)I 7784 HSPLandroid/graphics/Paint;->getTextRunCursor(Ljava/lang/String;IIZII)I 7785 HSPLandroid/graphics/Paint;->getTextRunCursor([CIIZII)I
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/base/api/ |
D | current.txt | 14981 …method public int getTextRunCursor(@NonNull char[], @IntRange(from=0) int, @IntRange(from=0) int, … 14982 …method public int getTextRunCursor(@NonNull CharSequence, @IntRange(from=0) int, @IntRange(from=0)… 49642 method @Deprecated public int getTextRunCursor(int, int, int, int, int, android.graphics.Paint);
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 29846 method public deprecated int getTextRunCursor(int, int, int, int, int, android.graphics.Paint);
|