/frameworks/base/core/java/android/text/ |
D | GraphicsOperations.java | 33 void drawText(BaseCanvas c, int start, int end, in drawText() method
|
D | SpannableStringBuilder.java | 1421 public void drawText(BaseCanvas c, int start, int end, float x, float y, Paint p) { in drawText() method in SpannableStringBuilder
|
D | Layout.java | 440 public void drawText(Canvas canvas, int firstLine, int lastLine) { in drawText() method in Layout
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/graphics/ |
D | NopCanvas.java | 254 public void drawText(char[] text, int index, int count, float x, float y, Paint paint) { in drawText() method in NopCanvas 258 public void drawText(String text, float x, float y, Paint paint) { in drawText() method in NopCanvas 262 public void drawText(String text, int start, int end, float x, float y, Paint paint) { in drawText() method in NopCanvas 266 public void drawText(CharSequence text, int start, int end, float x, float y, Paint paint) { in drawText() method in NopCanvas
|
/frameworks/base/core/tests/coretests/src/android/text/ |
D | LayoutTest.java | 663 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
|
/frameworks/base/graphics/java/android/graphics/ |
D | BaseRecordingCanvas.java | 446 public final void drawText(@NonNull char[] text, int index, int count, float x, float y, in drawText() method in BaseRecordingCanvas 457 public final void drawText(@NonNull CharSequence text, int start, int end, float x, float y, in drawText() method in BaseRecordingCanvas 479 public final void drawText(@NonNull String text, float x, float y, @NonNull Paint paint) { in drawText() method in BaseRecordingCanvas 485 public final void drawText(@NonNull String text, int start, int end, float x, float y, in drawText() method in BaseRecordingCanvas
|
D | BaseCanvas.java | 507 public void drawText(@NonNull char[] text, int index, int count, float x, float y, in drawText() method in BaseCanvas 518 public void drawText(@NonNull CharSequence text, int start, int end, float x, float y, in drawText() method in BaseCanvas 540 public void drawText(@NonNull String text, float x, float y, @NonNull Paint paint) { in drawText() method in BaseCanvas 546 public void drawText(@NonNull String text, int start, int end, float x, float y, in drawText() method in BaseCanvas
|
/frameworks/base/libs/hwui/hwui/ |
D | Canvas.cpp | 161 void Canvas::drawText(const uint16_t* text, int textSize, int start, int count, int contextStart, in drawText() function in android::Canvas
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.cpp | 1046 void BootAnimation::drawText(const char* str, const Font& font, bool bold, int* x, int* y) { in drawText() function in android::BootAnimation
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 13952 public void drawText(BaseCanvas c, int start, int end, in drawText() method in TextView.Drawables.CharWrapper
|