()
| 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; |
nothing calls this directly
no test coverage detected