OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:updateShortcutKey
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
LatinKeyboard.java
157
public void
updateShortcutKey
(boolean available, KeyboardView view) {
KeyboardSwitcher.java
295
keyboard.
updateShortcutKey
(mSubtypeSwitcher.isShortcutImeReady(), null);
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SubtypeSwitcher.java
427
keyboard.
updateShortcutKey
(isShortcutImeReady(), switcher.getKeyboardView());
Completed in 51 milliseconds