Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
DLayoutBase.java150 final ExpectedKey[][] commonLayout = getCommonAlphabetShiftLayout(isPhone, elementId); in getLayout() local
151 if (commonLayout == null) { in getLayout()
154 builder = new ExpectedKeyboardBuilder(commonLayout); in getLayout()