(String text)
| 104 | } |
| 105 | |
| 106 | public void setText(String text) { |
| 107 | this.text = text; |
| 108 | var prevGen = getGenerationId(); |
| 109 | notifyDrawingChanged(); |
| 110 | // System.out.println(prevGen + " -> " + getGenerationId() + " Drawable::notifyDrawingChanged"); |
| 111 | } |
| 112 | } |
no test coverage detected