HomeSort by relevance Sort by last modified time
    Searched defs:isShifted (Results 1 - 2 of 2) sorted by null

  /development/samples/MultiClientInputMethod/src/com/example/android/multiclientinputmethod/
SoftInputWindow.java 137 boolean isShifted = isShifted(); // Store the current state before resetting it.
153 handleShift(isShifted);
156 handleCharacter(inputConnection, primaryCode, isShifted);
183 boolean isShifted() {
184 return mKeyboardView.isShifted();
188 if (isSymbolKeyboard() && isShifted()) {
194 void handleShift(boolean isShifted) {
196 mKeyboardView.setKeyboard(isShifted ? mSymbolKeyboard : mSymbolShiftKeyboard);
198 mKeyboardView.setShifted(!isShifted);
    [all...]
  /external/icu/icu4c/source/i18n/
usrchimp.h 85 UBool isShifted;

Completed in 80 milliseconds