OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getcurrentkeyboardlayoutforinputdevice
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/java/android/hardware/input/
IInputManager.aidl
44
String
getCurrentKeyboardLayoutForInputDevice
(String inputDeviceDescriptor);
InputManager.java
383
public String
getCurrentKeyboardLayoutForInputDevice
(String inputDeviceDescriptor) {
389
return mIm.
getCurrentKeyboardLayoutForInputDevice
(inputDeviceDescriptor);
/packages/apps/Settings/src/com/android/settings/inputmethod/
KeyboardLayoutDialogFragment.java
314
im.
getCurrentKeyboardLayoutForInputDevice
(mInputDeviceDescriptor);
InputMethodAndLanguageSettings.java
497
mIm.
getCurrentKeyboardLayoutForInputDevice
(inputDeviceDescriptor);
/frameworks/base/services/java/com/android/server/input/
InputManagerService.java
[
all
...]
Completed in 457 milliseconds