Searched refs:isTwoLine (Results 1 – 1 of 1) sorted by relevance
251 if (view == null || isTwoLine(view)) { in inflateOneLine()266 if (view == null || !isTwoLine(view)) { in inflateTwoLine()282 private static boolean isTwoLine(View view) { in isTwoLine() method in KeyboardLayoutDialogFragment.KeyboardLayoutAdapter