Home
last modified time | relevance | path

Searched defs:layoutInfoList (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/input/
DKeyboardLayoutManager.java218 List<KeyboardLayoutInfo> layoutInfoList = new ArrayList<>(); in onInputDeviceChanged() local
1263 @NonNull List<ImeInfo> imeInfoList, @NonNull List<KeyboardLayoutInfo> layoutInfoList, in logKeyboardConfigurationEvent()