Searched refs:TOUCH_STATE_CLICK (Results 1 – 2 of 2) sorted by relevance
136 public static final int TOUCH_STATE_CLICK = 3; field in LeanbackKeyboardContainer1062 … mMainKeyboardView.setFocus(focus.index, mTouchState == TOUCH_STATE_CLICK, overestimateWidth); in setKbFocus()1068 prevView.setFocus(-1, mTouchState == TOUCH_STATE_CLICK); in setKbFocus()1140 if (mTouchState == TOUCH_STATE_TOUCH_MOVE || mTouchState == TOUCH_STATE_CLICK) { in setTouchState()1146 if (mTouchState == TOUCH_STATE_CLICK) { in setTouchState()1160 case TOUCH_STATE_CLICK: in setTouchState()
285 mContainer.setTouchState(LeanbackKeyboardContainer.TOUCH_STATE_CLICK); in onKeyDown()300 if (mContainer.getTouchState() == LeanbackKeyboardContainer.TOUCH_STATE_CLICK) { in onKeyUp()