/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 | 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()
|
D | TextLine.java | 1171 return wp.getTextRunCursor(mChars, spanStart, spanLimit - spanStart, in getOffsetBeforeAfter() 1174 return wp.getTextRunCursor(mText, mStart + spanStart, in getOffsetBeforeAfter()
|
/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 | 3075 public int getTextRunCursor(@NonNull char[] text, @IntRange(from = 0) int contextStart, in getTextRunCursor() method in Paint 3115 public int getTextRunCursor(@NonNull CharSequence text, @IntRange(from = 0) int contextStart, in getTextRunCursor() method in Paint 3121 return getTextRunCursor(text.toString(), contextStart, contextEnd, in getTextRunCursor() 3125 return ((GraphicsOperations) text).getTextRunCursor( in getTextRunCursor() 3132 int relPos = getTextRunCursor(buf, 0, contextLen, isRtl, offset - contextStart, cursorOpt); in getTextRunCursor() 3164 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 | 315 offset = paint.getTextRunCursor(text, offset, len, false /* LTR, not used */, in getOffsetForForwardDeleteKey()
|
/frameworks/base/libs/hwui/jni/ |
D | Paint.cpp | 248 size_t result = minikin::GraphemeBreak::getTextRunCursor(advancesArray.get(), text, in doTextRunCursor()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/boot/ |
D | boot-image-profile.txt | 6467 HSPLandroid/graphics/Paint;->getTextRunCursor(Ljava/lang/CharSequence;IIZII)I 6468 HSPLandroid/graphics/Paint;->getTextRunCursor(Ljava/lang/String;IIZII)I 6469 HSPLandroid/graphics/Paint;->getTextRunCursor([CIIZII)I
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 6470 HSPLandroid/graphics/Paint;->getTextRunCursor(Ljava/lang/CharSequence;IIZII)I 6471 HSPLandroid/graphics/Paint;->getTextRunCursor(Ljava/lang/String;IIZII)I 6472 HSPLandroid/graphics/Paint;->getTextRunCursor([CIIZII)I
|
/frameworks/base/core/api/ |
D | current.txt | 16541 …method public int getTextRunCursor(@NonNull char[], @IntRange(from=0) int, @IntRange(from=0) int, … 16542 …method public int getTextRunCursor(@NonNull CharSequence, @IntRange(from=0) int, @IntRange(from=0)… 48022 method @Deprecated public int getTextRunCursor(int, int, int, int, int, android.graphics.Paint);
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 18051 Landroid/graphics/Paint;->getTextRunCursor(Ljava/lang/CharSequence;IIIII)I 18052 Landroid/graphics/Paint;->getTextRunCursor(Ljava/lang/String;IIIII)I 55466 Landroid/text/GraphicsOperations;->getTextRunCursor(IIIIILandroid/graphics/Paint;)I 69652 Landroid/widget/TextView$CharWrapper;->getTextRunCursor(IIIIILandroid/graphics/Paint;)I
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 29846 method public deprecated int getTextRunCursor(int, int, int, int, int, android.graphics.Paint);
|