OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCurrentKeyboardLayoutForInputDevice
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/java/android/hardware/input/
IInputManager.aidl
56
String
getCurrentKeyboardLayoutForInputDevice
(in InputDeviceIdentifier identifier);
InputManager.java
528
public String
getCurrentKeyboardLayoutForInputDevice
(InputDeviceIdentifier identifier) {
530
return mIm.
getCurrentKeyboardLayoutForInputDevice
(identifier);
[
all
...]
/packages/apps/Settings/src/com/android/settings/inputmethod/
KeyboardLayoutDialogFragment.java
327
im.
getCurrentKeyboardLayoutForInputDevice
(mInputDeviceIdentifier);
InputMethodAndLanguageSettings.java
541
mIm.
getCurrentKeyboardLayoutForInputDevice
(identifier);
[
all
...]
/frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java
749
getCurrentKeyboardLayoutForInputDevice
(inputDevice.getIdentifier());
[
all
...]
Completed in 52 milliseconds