(@NonNull Canvas canvas, CharSequence text, int start, int end, float x, int top, int y, int bottom, @NonNull Paint paint)
| 14 | } |
| 15 | |
| 16 | @Override |
| 17 | public void draw(@NonNull Canvas canvas, CharSequence text, int start, int end, float x, int top, int y, int bottom, @NonNull Paint paint) { |
| 18 | // empty |
| 19 | } |
| 20 | } |
nothing calls this directly
no outgoing calls
no test coverage detected