Searched refs:SwitchActions (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardState.java35 * The actions are {@link SwitchActions}'s methods.
42 public interface SwitchActions { interface in class:KeyboardState
63 private final SwitchActions mSwitchActions;
116 public KeyboardState(final SwitchActions switchActions) {
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
H A DMockKeyboardSwitcher.java24 public class MockKeyboardSwitcher implements KeyboardState.SwitchActions {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardSwitcher.java45 public final class KeyboardSwitcher implements KeyboardState.SwitchActions {
203 // Implements {@link KeyboardState.SwitchActions}.
209 // Implements {@link KeyboardState.SwitchActions}.
215 // Implements {@link KeyboardState.SwitchActions}.
221 // Implements {@link KeyboardState.SwitchActions}.
227 // Implements {@link KeyboardState.SwitchActions}.
233 // Implements {@link KeyboardState.SwitchActions}.
246 // Implements {@link KeyboardState.SwitchActions}.
267 // Implements {@link KeyboardState.SwitchActions}.
279 // Implements {@link KeyboardState.SwitchActions}
[all...]

Completed in 46 milliseconds