setFocusable mainly used for enable/disable view's focus event on both touch mode and keypad mode( using up/down/next key).
setFocusableInTouchMode mainly used for enable/disable view's focus event on touch mode alone.
If you are disabled setFocusable it also disabled the view's focus event on touch mode.