Searched refs:layoutDesc (Results 1 – 2 of 2) sorted by relevance
731 String layoutDesc = getMatchingLayoutForProvidedLanguageTagAndLayoutType(layoutList, in getDefaultKeyboardLayoutBasedOnImeInfo() local734 if (layoutDesc != null) { in getDefaultKeyboardLayoutBasedOnImeInfo()739 + keyboardIdentifier + " : " + layoutDesc); in getDefaultKeyboardLayoutBasedOnImeInfo()741 return new KeyboardLayoutSelectionResult(layoutDesc, in getDefaultKeyboardLayoutBasedOnImeInfo()756 String layoutDesc = getMatchingLayoutForProvidedLanguageTagAndLayoutType(layoutList, in getDefaultKeyboardLayoutBasedOnImeInfo() local762 + layoutDesc); in getDefaultKeyboardLayoutBasedOnImeInfo()764 if (layoutDesc != null) { in getDefaultKeyboardLayoutBasedOnImeInfo()765 return new KeyboardLayoutSelectionResult(layoutDesc, in getDefaultKeyboardLayoutBasedOnImeInfo()783 String layoutDesc = getMatchingLayoutForProvidedLanguageTag(layoutsFilteredByLayoutType, in getMatchingLayoutForProvidedLanguageTagAndLayoutType() local785 if (layoutDesc != null) { in getMatchingLayoutForProvidedLanguageTagAndLayoutType()[all …]
775 private fun hasLayout(layoutList: Array<KeyboardLayout>, layoutDesc: String): Boolean { in createKeyboard()777 if (kl.descriptor == layoutDesc) { in createKeyboard()787 private fun containsLayout(layoutList: Array<KeyboardLayout>, layoutDesc: String): Boolean { in createKeyboard()789 if (kl.descriptor.equals(layoutDesc)) { in createKeyboard()