TextDrawableDelegate

Delegate interface to be implemented by Drawables that own a TextDrawableHelper.

Inheritors

Functions

Link copied to clipboard
abstract fun getState(): Array<Int>
Link copied to clipboard
abstract fun onStateChange(state: Array<Int>): Boolean
Link copied to clipboard
abstract fun onTextSizeChange()
Handles a change in the text's size.