Home
last modified time | relevance | path

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

/frameworks/minikin/include/minikin/
DGraphemeBreak.h37 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, int dir, int offset, in getTextRunCursor() method
DSpannableStringBuilder.java1560 public int getTextRunCursor(int contextStart, int contextEnd, int dir, int offset, in getTextRunCursor() method in SpannableStringBuilder
1567 ret = p.getTextRunCursor(mText, contextStart, contextLen, in getTextRunCursor()
1570 ret = p.getTextRunCursor(mText, contextStart + mGapLength, contextLen, in getTextRunCursor()
1575 ret = p.getTextRunCursor(buf, 0, contextLen, in getTextRunCursor()
DTextLine.java785 return wp.getTextRunCursor(mChars, spanStart, spanLimit - spanStart, in getOffsetBeforeAfter()
788 return wp.getTextRunCursor(mText, mStart + spanStart, in getOffsetBeforeAfter()
/frameworks/base/graphics/java/android/graphics/
DPaint.java2454 public int getTextRunCursor(char[] text, int contextStart, int contextLength, in getTextRunCursor() method in Paint
2494 public int getTextRunCursor(CharSequence text, int contextStart, in getTextRunCursor() method in Paint
2499 return getTextRunCursor(text.toString(), contextStart, contextEnd, in getTextRunCursor()
2503 return ((GraphicsOperations) text).getTextRunCursor( in getTextRunCursor()
2510 int relPos = getTextRunCursor(buf, 0, contextLen, dir, offset - contextStart, cursorOpt); in getTextRunCursor()
2541 public int getTextRunCursor(String text, int contextStart, int contextEnd, in getTextRunCursor() method in Paint
/frameworks/minikin/libs/minikin/
DGraphemeBreak.cpp207 size_t GraphemeBreak::getTextRunCursor(const float* advances, const uint16_t* buf, size_t start, in getTextRunCursor() function in minikin::GraphemeBreak
/frameworks/base/core/java/android/text/method/
DBaseKeyListener.java313 offset = paint.getTextRunCursor(text, offset, len, Paint.DIRECTION_LTR /* not used */, in getOffsetForForwardDeleteKey()
/frameworks/base/core/jni/android/graphics/
DPaint.cpp249 size_t result = minikin::GraphemeBreak::getTextRunCursor(advancesArray.get(), text, in doTextRunCursor()
/frameworks/base/core/java/android/widget/
DTextView.java12326 public int getTextRunCursor(int contextStart, int contextEnd, int dir, in getTextRunCursor() method in TextView.Drawables.CharWrapper
12329 return p.getTextRunCursor(mChars, contextStart + mStart, in getTextRunCursor()
/frameworks/base/config/
Dhiddenapi-light-greylist.txt2325 Landroid/graphics/Paint;->getTextRunCursor([CIIIII)I
Dboot-image-profile.txt2058 HPLandroid/graphics/Paint;->getTextRunCursor(Ljava/lang/CharSequence;IIIII)I
2059 HPLandroid/graphics/Paint;->getTextRunCursor(Ljava/lang/String;IIIII)I
2060 HPLandroid/graphics/Paint;->getTextRunCursor([CIIIII)I
6003 HPLandroid/text/SpannableStringBuilder;->getTextRunCursor(IIIIILandroid/graphics/Paint;)I
Dhiddenapi-private-dex.txt26188 Landroid/graphics/Paint;->getTextRunCursor(Ljava/lang/CharSequence;IIIII)I
26189 Landroid/graphics/Paint;->getTextRunCursor(Ljava/lang/String;IIIII)I
26190 Landroid/graphics/Paint;->getTextRunCursor([CIIIII)I
88024 Landroid/text/GraphicsOperations;->getTextRunCursor(IIIIILandroid/graphics/Paint;)I
105539 Landroid/widget/TextView$CharWrapper;->getTextRunCursor(IIIIILandroid/graphics/Paint;)I
Dhiddenapi-public-dex.txt45628 Landroid/text/SpannableStringBuilder;->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);
/frameworks/base/api/
Dcurrent.txt43502 method public deprecated int getTextRunCursor(int, int, int, int, int, android.graphics.Paint);