Called from textSize() after validating size. Subclasses will want to override this one. @param size size of the text, greater than zero
(float size)
| 4466 | * @param size size of the text, greater than zero |
| 4467 | */ |
| 4468 | protected void textSizeImpl(float size) { |
| 4469 | handleTextSize(size); |
| 4470 | } |
| 4471 | |
| 4472 | |
| 4473 | /** |
no test coverage detected