Searched refs:mShiftState (Results 1 – 3 of 3) sorted by relevance
61 private int mShiftState; field in LeanbackKeyboardView137 mShiftState = SHIFT_OFF; in LeanbackKeyboardView()252 int shiftState = mShiftState; in setKeyboard()253 mShiftState = -1; in setKeyboard()285 switch (mShiftState) { in createKeyImageView()414 if (mShiftState == state) { in setShiftState()426 mShiftState = state; in setShiftState()431 return mShiftState; in getShiftState()435 return mShiftState == SHIFT_ON || mShiftState == SHIFT_LOCKED; in isShifted()
39 public final int mShiftState; field in InputTransaction53 mShiftState = shiftState; in InputTransaction()
859 mWordComposer.setCapitalizedModeAtStartComposingTime(inputTransaction.mShiftState); in handleNonSeparatorEvent()