Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/inputmethod/
DKeyboardLayoutDialogFragment.java259 if (view == null || isTwoLine(view)) { in inflateOneLine()
274 if (view == null || !isTwoLine(view)) { in inflateTwoLine()
290 private static boolean isTwoLine(View view) { in isTwoLine() method in KeyboardLayoutDialogFragment.KeyboardLayoutAdapter