Called from textSize() after validating size. Subclasses will want to override this one. @param size size of the text, greater than zero
(float size)
| 4542 | * @param size size of the text, greater than zero |
| 4543 | */ |
| 4544 | protected void textSizeImpl(float size) { |
| 4545 | handleTextSize(size); |
| 4546 | } |
| 4547 | |
| 4548 | |
| 4549 | /** |
no test coverage detected