Searched refs:potentialLayouts (Results 1 – 1 of 1) sorted by relevance
1073 final ArrayList<KeyboardLayout> potentialLayouts = new ArrayList<KeyboardLayout>(); in getKeyboardLayoutsForInputDevice() local1096 potentialLayouts.clear(); in getKeyboardLayoutsForInputDevice()1098 potentialLayouts.add(layout); in getKeyboardLayoutsForInputDevice()1101 potentialLayouts.add(layout); in getKeyboardLayoutsForInputDevice()1106 final int potentialLayoutSize = potentialLayouts.size(); in getKeyboardLayoutsForInputDevice()1110 layouts[enabledLayoutSize + i] = potentialLayouts.get(i); in getKeyboardLayoutsForInputDevice()