Searched refs:mCurrKeyInfo (Results 1 – 1 of 1) sorted by relevance
410 private KeyFocus mCurrKeyInfo = new KeyFocus(); field in LeanbackKeyboardContainer1038 if (focus.equals(mCurrKeyInfo) && !forceFocusChange) { in setKbFocus()1072 mCurrKeyInfo.set(focus); in setKbFocus()1117 Key key = getKey(mCurrKeyInfo.type, mCurrKeyInfo.index); in getCurrKeyCode()1168 setKbFocus(mCurrKeyInfo, true, true); in setTouchState()1172 return mCurrKeyInfo; in getCurrFocus()1375 getPhysicalPosition(mCurrKeyInfo.rect.centerX(), mCurrKeyInfo.rect.centerY(), snapPos); in getTouchSnapPosition()1535 if (mCurrKeyInfo.code == Keyboard.KEYCODE_SHIFT) { in onKeyLongPress()1539 } else if (mCurrKeyInfo.type == KeyFocus.TYPE_MAIN) { in onKeyLongPress()1542 mMiniKbKeyIndex = mCurrKeyInfo.index; in onKeyLongPress()