Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
When a view is focusable, it may not want to take focus when in touch mode.
For example, a button would like focus when the user is navigating via a D-pad
so that the user can click on it, but once the user starts touching the screen,
the button shouldn't take focus
Set method documentation [Android Documentation]
Set whether this view can receive focus while in touch mode.
Setting this to true will also ensure that this view is focusable.