Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java1190 final int enabledLayoutSize = enabledLayouts.size(); in getKeyboardLayoutsForInputDevice() local
1192 KeyboardLayout[] layouts = new KeyboardLayout[enabledLayoutSize + potentialLayoutSize]; in getKeyboardLayoutsForInputDevice()
1195 layouts[enabledLayoutSize + i] = potentialLayouts.get(i); in getKeyboardLayoutsForInputDevice()