Home
last modified time | relevance | path

Searched refs:getLayoutId (Results 1 – 7 of 7) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
DKeyboardStateTestsBase.java53 assertLayout("afterUpdate", afterUpdate, mSwitcher.getLayoutId()); in updateShiftState()
59 assertLayout("afterLoad", afterLoad, mSwitcher.getLayoutId()); in loadKeyboard()
65 assertLayout("afterRotate", afterRotate, mSwitcher.getLayoutId()); in rotateDevice()
70 assertLayout("afterPress", afterPress, mSwitcher.getLayoutId()); in pressKeyWithoutTimerExpire()
81 assertLayout("afterRelease", afterRelease, mSwitcher.getLayoutId()); in releaseKey()
97 assertLayout("afterRelease", afterRelease, mSwitcher.getLayoutId()); in chordingReleaseKey()
108 assertLayout("afterSlide", afterSlide, mSwitcher.getLayoutId()); in pressAndSlideFromKey()
114 assertLayout("afterLongPress", afterLongPress, mSwitcher.getLayoutId()); in longPressKey()
DMockKeyboardSwitcher.java61 public int getLayoutId() { in getLayoutId() method in MockKeyboardSwitcher
/packages/apps/Email/src/com/android/email/activity/
DMessageListItemCoordinates.java139 private static int getLayoutId(int mode) { in getLayoutId() method in MessageListItemCoordinates
259 View view = LayoutInflater.from(context).inflate(getLayoutId(mode), null); in forWidth()
DEmailActivity.java191 setContentView(mUIController.getLayoutId()); in onCreate()
DUIControllerOnePane.java289 public int getLayoutId() { in getLayoutId() method in UIControllerOnePane
DUIControllerTwoPane.java68 public int getLayoutId() { in getLayoutId() method in UIControllerTwoPane
DUIControllerBase.java161 public abstract int getLayoutId(); in getLayoutId() method in UIControllerBase