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