Home
last modified time | relevance | path

Searched refs:keyboardLayoutResId (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java826 String collection, int keyboardLayoutResId, int priority) { in updateKeyboardLayouts()
860 String collection, int keyboardLayoutResId, int priority) { in getKeyboardLayouts()
877 String label, String collection, int keyboardLayoutResId, int priority) { in getKeyboardLayout()
957 int keyboardLayoutResId = a.getResourceId( in visitKeyboardLayoutsInPackage() local
960 if (name == null || label == null || keyboardLayoutResId == 0) { in visitKeyboardLayoutsInPackage()
970 label, collection, keyboardLayoutResId, priority); in visitKeyboardLayoutsInPackage()
1578 String collection, int keyboardLayoutResId, int priority) { in getKeyboardLayoutOverlay()
1582 resources.openRawResource(keyboardLayoutResId))); in getKeyboardLayoutOverlay()
1727 String collection, int keyboardLayoutResId, int priority); in visitKeyboardLayout() argument