Searched refs:getKeyboardLayout (Results 1 – 7 of 7) sorted by relevance
428 public KeyboardLayout getKeyboardLayout(@NonNull String keyboardLayoutDescriptor) { in getKeyboardLayout() method in KeyboardLayoutManager757 KeyboardLayout keyboardLayout = getKeyboardLayout(keyboardLayoutDescriptor); in handleSwitchKeyboardLayout()874 userSelectedLayout = mDataStore.getKeyboardLayout(getLayoutDescriptor(identifier), key); in getKeyboardLayoutListForInputDeviceInternal()973 String layout = mDataStore.getKeyboardLayout(getLayoutDescriptor(identifier), key); in getKeyboardLayoutForInputDeviceInternal()1243 (layoutDesc) -> layoutNames.add(getKeyboardLayout(layoutDesc).getLabel())); in createConfiguredNotificationText()1275 noLayoutFound ? null : getKeyboardLayout(layoutInfo.mDescriptor), in logKeyboardConfigurationEvent()
149 public String getKeyboardLayout(String inputDeviceDescriptor, String key) { in getKeyboardLayout() method in PersistentDataStore151 return state != null ? state.getKeyboardLayout(key) : null; in getKeyboardLayout()452 public String getKeyboardLayout(String key) { in getKeyboardLayout() method in PersistentDataStore.InputDeviceState
1190 public KeyboardLayout getKeyboardLayout(String keyboardLayoutDescriptor) { in getKeyboardLayout() method in InputManagerService1191 return mKeyboardLayoutManager.getKeyboardLayout(keyboardLayoutDescriptor); in getKeyboardLayout()
91 KeyboardLayout getKeyboardLayout(String keyboardLayoutDescriptor); in getKeyboardLayout() method
529 public KeyboardLayout getKeyboardLayout(String keyboardLayoutDescriptor) { in getKeyboardLayout() method in InputManager535 return mIm.getKeyboardLayout(keyboardLayoutDescriptor); in getKeyboardLayout()
465 keyboardLayoutManager.getKeyboardLayout(ENGLISH_US_LAYOUT_DESCRIPTOR) in createKeyboard()478 keyboardLayoutManager.getKeyboardLayout(ENGLISH_US_LAYOUT_DESCRIPTOR) in createKeyboard()
20794 Landroid/hardware/input/IInputManager$Stub$Proxy;->getKeyboardLayout(Ljava/lang/String;)Landroid/ha…20850 Landroid/hardware/input/IInputManager;->getKeyboardLayout(Ljava/lang/String;)Landroid/hardware/inpu…20903 Landroid/hardware/input/InputManager;->getKeyboardLayout(Ljava/lang/String;)Landroid/hardware/input…