OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:requestUpdatingShiftState
(Results
1 - 5
of
5
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardState.java
59
public void
requestUpdatingShiftState
(final int autoCapsFlags, final int recapitalizeMode);
311
mSwitchActions.
requestUpdatingShiftState
(autoCapsFlags, recapitalizeMode);
562
mSwitchActions.
requestUpdatingShiftState
(autoCapsFlags, recapitalizeMode);
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
MockKeyboardSwitcher.java
129
public void
requestUpdatingShiftState
(final int currentAutoCapsState,
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardSwitcher.java
361
public void
requestUpdatingShiftState
(final int autoCapsFlags, final int recapitalizeMode) {
363
Log.d(TAG, "
requestUpdatingShiftState
: "
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java
226
switcher.
requestUpdatingShiftState
(latinIme.getCurrentAutoCapsState(),
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
InputLogic.java
537
keyboardSwitcher.
requestUpdatingShiftState
(getCurrentAutoCapsState(settingsValues),
[
all
...]
Completed in 388 milliseconds