Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java1377 final ArrayList<KeyboardLayout> potentialLayouts = new ArrayList<KeyboardLayout>(); in getKeyboardLayoutsForInputDevice() local
1400 potentialLayouts.clear(); in getKeyboardLayoutsForInputDevice()
1402 potentialLayouts.add(layout); in getKeyboardLayoutsForInputDevice()
1405 potentialLayouts.add(layout); in getKeyboardLayoutsForInputDevice()
1410 final int potentialLayoutSize = potentialLayouts.size(); in getKeyboardLayoutsForInputDevice()
1414 layouts[enabledLayoutSize + i] = potentialLayouts.get(i); in getKeyboardLayoutsForInputDevice()