OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:KeyboardSwitcher
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardSwitcher.java
49
public final class
KeyboardSwitcher
implements KeyboardState.SwitchActions {
50
private static final String TAG =
KeyboardSwitcher
.class.getSimpleName();
69
private static final
KeyboardSwitcher
sInstance = new
KeyboardSwitcher
();
71
public static
KeyboardSwitcher
getInstance() {
75
private
KeyboardSwitcher
() {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java
72
import com.android.inputmethod.keyboard.
KeyboardSwitcher
;
142
// TODO: Move these {@link View}s to {@link
KeyboardSwitcher
}.
148
@UsedForTesting final
KeyboardSwitcher
mKeyboardSwitcher;
218
final
KeyboardSwitcher
switcher = latinIme.mKeyboardSwitcher;
552
mKeyboardSwitcher =
KeyboardSwitcher
.getInstance();
565
KeyboardSwitcher
.init(this);
[
all
...]
Completed in 652 milliseconds