MCPcopy Create free account
hub / github.com/HumbleUI/Skija / close

Method close

shared/java/PictureRecorder.java:97–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95 }
96
97 @Override
98 public void close() {
99 if (_canvas != null) {
100 _canvas.invalidate();
101 _canvas = null;
102 }
103 super.close();
104 }
105
106 // TODO
107 /**

Callers

nothing calls this directly

Calls 1

invalidateMethod · 0.45

Tested by

no test coverage detected