Searched refs:getLayoutId (Results 1 – 2 of 2) sorted by relevance
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/ |
D | KeyboardStateTestsBase.java | 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() 212 assertLayout("afterLongPress", afterLongPress, mSwitcher.getLayoutId()); in longPressShiftKey()
|
D | MockKeyboardSwitcher.java | 62 public int getLayoutId() { in getLayoutId() method in MockKeyboardSwitcher
|