(int color)
| 96 | } |
| 97 | |
| 98 | public void setColor(int color) { |
| 99 | this.color = color; |
| 100 | var prevGen =getGenerationId(); |
| 101 | notifyDrawingChanged(); |
| 102 | // System.out.println(prevGen + " -> " + getGenerationId() + " Drawable::notifyDrawingChanged"); |
| 103 | } |
| 104 | |
| 105 | public void setText(String text) { |
| 106 | this.text = text; |
no test coverage detected