Searched refs:mKeyboardLayouts (Results 1 – 1 of 1) sorted by relevance
483 if (mKeyboardLayouts.isEmpty()) { in getKeyboardLayouts()486 return mKeyboardLayouts.toArray(new String[mKeyboardLayouts.size()]); in getKeyboardLayouts()494 mKeyboardLayouts.add(-index - 1, keyboardLayout); in addKeyboardLayout()506 mKeyboardLayouts.remove(index); in removeKeyboardLayout()527 if (!mKeyboardLayouts.isEmpty()) { in updateCurrentKeyboardLayoutIfRemoved()529 if (index == mKeyboardLayouts.size()) { in updateCurrentKeyboardLayoutIfRemoved()540 final int size = mKeyboardLayouts.size(); in switchKeyboardLayout()561 mKeyboardLayouts.remove(i); in removeUninstalledKeyboardLayouts()597 mKeyboardLayouts.add(descriptor); in loadFromXml()681 Collections.sort(mKeyboardLayouts); in loadFromXml()[all …]