Searched refs:mCurrentKeyboardLayout (Results 1 – 1 of 1) sorted by relevance
421 private String mCurrentKeyboardLayout; field in PersistentDataStore.InputDeviceState470 return mCurrentKeyboardLayout; in getCurrentKeyboardLayout()478 mCurrentKeyboardLayout = keyboardLayout; in setCurrentKeyboardLayout()495 if (mCurrentKeyboardLayout == null) { in addKeyboardLayout()496 mCurrentKeyboardLayout = keyboardLayout; in addKeyboardLayout()534 mCurrentKeyboardLayout = null; in updateCurrentKeyboardLayoutIfRemoved()551 mCurrentKeyboardLayout = mKeyboardLayouts.get(index); in switchKeyboardLayout()599 if (mCurrentKeyboardLayout != null) { in loadFromXml()603 mCurrentKeyboardLayout = descriptor; in loadFromXml()686 mCurrentKeyboardLayout = mKeyboardLayouts.get(0); in loadFromXml()[all …]