Searched refs:isTwoLine (Results 1 – 1 of 1) sorted by relevance
259 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