Searched refs:isShifted (Results 1 – 2 of 2) sorted by relevance
137 boolean isShifted = isShifted(); // Store the current state before resetting it. in onStartInput()153 handleShift(isShifted); in onStartInput()156 handleCharacter(inputConnection, primaryCode, isShifted); in onStartInput()183 boolean isShifted() { in isShifted() method in SoftInputWindow184 return mKeyboardView.isShifted(); in isShifted()188 if (isSymbolKeyboard() && isShifted()) { in resetShift()194 void handleShift(boolean isShifted) { in handleShift() argument196 mKeyboardView.setKeyboard(isShifted ? mSymbolKeyboard : mSymbolShiftKeyboard); in handleShift()198 mKeyboardView.setShifted(!isShifted); in handleShift()201 void handleCharacter(InputConnection inputConnection, int primaryCode, boolean isShifted) { in handleCharacter() argument[all …]
636 mInputView.setShifted(mCapsLock || !mInputView.isShifted()); in handleShift()650 if (mInputView.isShifted()) { in handleCharacter()