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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardStateTestsBase.java166 * @param afterSlide the keyboard state after releasing the key with sliding input.
168 public void pressAndSlideFromKey(final int code, final int afterPress, final int afterSlide) { argument
171 assertLayout("afterSlide", afterSlide, mSwitcher.getLayoutId());
179 * @param afterSlide the keyboard state after releasing the key and stop sliding.
181 public void stopSlidingOnKey(final int code, final int afterPress, final int afterSlide) { argument
186 assertLayout("afterSlide", afterSlide, mSwitcher.getLayoutId());

Completed in 25 milliseconds