Searched refs:getCursorCapsMode (Results 1 – 6 of 6) sorted by relevance
102 int caps = connection.getCursorCapsMode(editor.inputType); in getShiftKeyState()
258 return (getCurrentInputConnection().getCursorCapsMode(editor.inputType) == 0) ? 0 : 1; in getShiftKeyState()
2585 return (getCurrentInputConnection().getCursorCapsMode(editor.inputType) == 0) ? 0 : 1; in getShiftKeyState()
362 public int getCursorCapsMode(final int inputType, in getCursorCapsMode() method in RichInputConnection
1173 int caps = connection.getCursorCapsMode(editor.inputType); in getShiftKeyState()
1766 return mConnection.getCursorCapsMode(inputType, settingsValues.mSpacingAndPunctuations, in getCurrentAutoCapsState()