View.DrawableStateChangedView.GetDrawableState
Call this to force a view to update its drawable state. This will cause drawableStateChanged to be called on this view. Views that are interested in the new state should call getDrawableState.
[Android Documentation]