HomeSort by relevance Sort by last modified time
    Searched refs:KeyboardState (Results 1 - 9 of 9) sorted by null

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
MockKeyboardSwitcher.java 24 public class MockKeyboardSwitcher implements KeyboardState.SwitchActions {
26 // Argument for {@link KeyboardState#onPressKey} and {@link KeyboardState#onReleaseKey}.
29 // Argument for {@link KeyboardState#onCodeInput}.
59 private final KeyboardState mState = new KeyboardState(this);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/resources/manager/
ConfigMatchTest.java 33 import com.android.resources.KeyboardState;
130 KeyboardState.EXPOSED.getResourceValue(), // keyboard state
154 KeyboardState.HIDDEN.getResourceValue(), // keyboard state
202 KeyboardState.EXPOSED.getResourceValue(), // keyboard state
234 KeyboardState.EXPOSED.getResourceValue(), // keyboard state
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardSwitcher.java 31 import com.android.inputmethod.keyboard.internal.KeyboardState;
43 public final class KeyboardSwitcher implements KeyboardState.SwitchActions {
75 private KeyboardState mState;
106 mState = new KeyboardState(this);
224 // Implements {@link KeyboardState.SwitchActions}.
230 // Implements {@link KeyboardState.SwitchActions}.
236 // Implements {@link KeyboardState.SwitchActions}.
242 // Implements {@link KeyboardState.SwitchActions}.
248 // Implements {@link KeyboardState.SwitchActions}.
254 // Implements {@link KeyboardState.SwitchActions}
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardState.java 37 public final class KeyboardState {
38 private static final String TAG = KeyboardState.class.getSimpleName();
53 * Request to call back {@link KeyboardState#onUpdateShiftState(int, int)}.
115 public KeyboardState(final SwitchActions switchActions) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/layoutRendering/
ApiDemosRenderingTest.java 54 import com.android.resources.KeyboardState;
312 config.addQualifier(new KeyboardStateQualifier(KeyboardState.HIDDEN));
  /prebuilts/sdk/tools/lib/
common.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ConfigurationSelector.java 47 import com.android.resources.KeyboardState;
    [all...]
  /prebuilts/devtools/tools/lib/
layoutlib-api.jar 
  /prebuilts/misc/common/layoutlib_api/
layoutlib_api-prebuilt.jar 

Completed in 1682 milliseconds