Searched refs:assertLayout (Results 1 – 1 of 1) sorted by relevance
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/ |
D | KeyboardStateTestsBase.java | 46 private static void assertLayout(final String message, final int expected, final int actual) { in assertLayout() method in KeyboardStateTestsBase 59 assertLayout("afterUpdate", afterUpdate, mSwitcher.getLayoutId()); in updateShiftState() 70 assertLayout("afterLoad", afterLoad, mSwitcher.getLayoutId()); in loadKeyboard() 81 assertLayout("afterRotate", afterRotate, mSwitcher.getLayoutId()); in rotateDevice() 87 assertLayout("afterPress", afterPress, mSwitcher.getLayoutId()); in pressKeyWithoutTimerExpire() 110 assertLayout("afterRelease", afterRelease, mSwitcher.getLayoutId()); in releaseKey() 145 assertLayout("afterRelease", afterRelease, mSwitcher.getLayoutId()); in chordingReleaseKey() 171 assertLayout("afterSlide", afterSlide, mSwitcher.getLayoutId()); in pressAndSlideFromKey() 186 assertLayout("afterSlide", afterSlide, mSwitcher.getLayoutId()); in stopSlidingOnKey() 196 assertLayout("afterCancelSliding", afterCancelSliding, mSwitcher.getLayoutId()); in stopSlidingAndCancel() [all …]
|