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

  /frameworks/base/core/java/com/android/internal/widget/
PasswordEntryKeyboard.java 211 public boolean isShifted() {
215 return super.isShifted();
PasswordEntryKeyboardHelper.java 226 if (mKeyboardView.isShifted() && primaryCode != ' ' && primaryCode != '\n') {
  /external/chromium/third_party/icu/source/i18n/
ucoleitr.cpp 208 UBool isShifted;
233 isShifted = FALSE;
275 || (elems->pce->isShifted && primary == 0)) {
286 elems->pce->isShifted = TRUE;
292 elems->pce->isShifted = FALSE;
  /external/icu4c/i18n/
ucoleitr.cpp 208 UBool isShifted;
233 isShifted = FALSE;
275 || (elems->pce->isShifted && primary == 0)) {
286 elems->pce->isShifted = TRUE;
292 elems->pce->isShifted = FALSE;
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 586 mInputView.setShifted(mCapsLock || !mInputView.isShifted());
600 if (mInputView.isShifted()) {
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
DefaultSoftKeyboardEN.java 281 if (mKeyboardView.isShifted()) {
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 477 * @see KeyboardView#isShifted()
496 public boolean isShifted() {
498 return mKeyboard.isShifted();
563 if (mKeyboard.isShifted() && label != null && label.length() < 3
    [all...]
Keyboard.java 646 public boolean isShifted() {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinKeyboardBaseView.java 652 public boolean isShifted() {
654 return mKeyboard.isShifted();
718 if (mKeyboard.isShifted() && label != null && label.length() < 3
    [all...]
LatinKeyboardView.java 117 if (keyboard.isShifted()
LatinIME.java     [all...]
LatinKeyboard.java 318 public boolean isShifted() {
322 return super.isShifted();
    [all...]
  /external/webkit/WebCore/page/
EventHandler.cpp     [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DefaultSoftKeyboardJAJP.java 670 if (mKeyboardView.isShifted()) {
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 179 milliseconds