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

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
KeyboardStateTestsBase.java 162 * Emulate start of the sliding key input.
164 * @param code the key code to start sliding.
166 * @param afterSlide the keyboard state after releasing the key with sliding input.
170 mSwitcher.onReleaseKey(code, SLIDING);
175 * Emulate end of the sliding key input.
177 * @param code the key code to stop sliding.
179 * @param afterSlide the keyboard state after releasing the key and stop sliding.
190 * Emulate cancel the sliding key input.
192 * @param afterCancelSliding the keyboard state after canceling sliding input.
MockKeyboardSwitcher.java 29 public static final boolean SLIDING = true;

Completed in 58 milliseconds