Searched refs:potentialLayouts (Results 1 – 1 of 1) sorted by relevance
1120 final ArrayList<KeyboardLayout> potentialLayouts = new ArrayList<KeyboardLayout>(); in getKeyboardLayoutsForInputDevice() local1143 potentialLayouts.clear(); in getKeyboardLayoutsForInputDevice()1145 potentialLayouts.add(layout); in getKeyboardLayoutsForInputDevice()1148 potentialLayouts.add(layout); in getKeyboardLayoutsForInputDevice()1153 final int potentialLayoutSize = potentialLayouts.size(); in getKeyboardLayoutsForInputDevice()1157 layouts[enabledLayoutSize + i] = potentialLayouts.get(i); in getKeyboardLayoutsForInputDevice()