Home
last modified time | relevance | path

Searched defs:drawText (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/core/java/android/text/
H A DGraphicsOperations.java33 void drawText(BaseCanvas c, int start, int end, in drawText() method
H A DLayout.java428 public void drawText(@NonNull Canvas canvas) { in drawText() method in Layout
592 public void drawText(Canvas canvas, int firstLine, int lastLine) { in drawText() method in Layout
H A DSpannableStringBuilder.java1421 public void drawText(BaseCanvas c, int start, int end, float x, float y, Paint p) { in drawText() method in SpannableStringBuilder
/aosp14/frameworks/base/core/tests/coretests/src/android/text/
H A DLayoutTest.java663 public void drawText(String text, int start, int end, float x, float y, Paint p) { in drawText() method in LayoutTest.MockCanvas
668 public void drawText(CharSequence text, int start, int end, float x, float y, Paint p) { in drawText() method in LayoutTest.MockCanvas
673 public void drawText(char[] text, int index, int count, float x, float y, Paint p) { in drawText() method in LayoutTest.MockCanvas
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DBaseCanvas.java503 public void drawText(@NonNull char[] text, int index, int count, float x, float y, in drawText() method in BaseCanvas
514 public void drawText(@NonNull CharSequence text, int start, int end, float x, float y, in drawText() method in BaseCanvas
536 public void drawText(@NonNull String text, float x, float y, @NonNull Paint paint) { in drawText() method in BaseCanvas
542 public void drawText(@NonNull String text, int start, int end, float x, float y, in drawText() method in BaseCanvas
H A DBaseRecordingCanvas.java442 public final void drawText(@NonNull char[] text, int index, int count, float x, float y, in drawText() method in BaseRecordingCanvas
453 public final void drawText(@NonNull CharSequence text, int start, int end, float x, float y, in drawText() method in BaseRecordingCanvas
475 public final void drawText(@NonNull String text, float x, float y, @NonNull Paint paint) { in drawText() method in BaseRecordingCanvas
481 public final void drawText(@NonNull String text, int start, int end, float x, float y, in drawText() method in BaseRecordingCanvas
/aosp14/frameworks/base/libs/hwui/hwui/
H A DCanvas.cpp162 void Canvas::drawText(const uint16_t* text, int textSize, int start, int count, int contextStart, in drawText() function in android::Canvas
/aosp14/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp1047 void BootAnimation::drawText(const char* str, const Font& font, bool bold, int* x, int* y) { in drawText() function in android::BootAnimation
/aosp14/frameworks/base/core/java/android/widget/
H A DTextView.java15671 public void drawText(BaseCanvas c, int start, int end, in drawText() method in TextView.Drawables.CharWrapper
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...