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

Method onGetBounds

examples/scenes/src/DrawableScene.java:93–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91 }
92
93 @Override
94 public Rect onGetBounds() {
95 // System.out.println(getGenerationId() + " Drawable::onGetBounds(color = " + color + ", text = \"" + text + "\")");
96 return font.measureText(text);
97 }
98
99 public void setColor(int color) {
100 this.color = color;

Callers

nothing calls this directly

Calls 1

measureTextMethod · 0.80

Tested by

no test coverage detected