Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java1138 final int potentialLayoutSize = potentialLayouts.size(); in getKeyboardLayoutsForInputDevice() local
1139 KeyboardLayout[] layouts = new KeyboardLayout[enabledLayoutSize + potentialLayoutSize]; in getKeyboardLayoutsForInputDevice()
1141 for (int i = 0; i < potentialLayoutSize; i++) { in getKeyboardLayoutsForInputDevice()