I came across the View.isActivated()
method recently and am not sure what it does. The documentation says:
public boolean isActivated ()
Indicates the activation state of this view.
Returns true if the view is activated, false otherwise
What does the state of a view mean? And when would a View be activated vs not activated?