MCPcopy Create free account
hub / github.com/cinit/TMoe / draw

Method draw

app/src/main/java/cc/ioctl/tmoe/ui/util/EmptyStubSpan.java:16–19  ·  view source on GitHub ↗
(@NonNull Canvas canvas, CharSequence text, int start, int end, float x, int top, int y, int bottom, @NonNull Paint paint)

Source from the content-addressed store, hash-verified

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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected