Searched defs:shift (Results 1 – 13 of 13) sorted by relevance
194 int shift = (mAutoCaps)? getShiftKeyState(mWnn.getCurrentInputEditorInfo()) : 0; in setPreferences() local292 int shift = (mAutoCaps)? getShiftKeyState(mWnn.getCurrentInputEditorInfo()) : 0; in onKey() local
50 byte shift() { in shift() method in ModifiedUTF7Charset
64 byte shift() { in shift() method in UTF7Charset
108 abstract byte shift(); in shift() method in UTF7StyleCharset
54 private final byte shift; field in UTF7StyleCharsetEncoder
42 private final byte shift; field in UTF7StyleCharsetDecoder
632 int shift = (mAutoCaps) ? getShiftKeyState(edit) : 0; in processKeyEvent() local
381 protected Keyboard getShiftChangeKeyboard(int shift) { in getShiftChangeKeyboard()
1220 int shift = (mAutoCaps)? getShiftKeyState(edit) : 0; in processKeyEvent() local
1185 int shift = getShiftKeyState(mWnn.getCurrentInputEditorInfo()); in setShiftByEditorInfo() local
490 int shift = 0; in reloadQueue() local
980 final int shift; in writePlacedNode() local
1712 void shift(int whichEdge, int delta) { in shift() method in CellLayout.ViewCluster