Searched refs:potentialLayouts (Results 1 – 1 of 1) sorted by relevance
1105 final ArrayList<KeyboardLayout> potentialLayouts = new ArrayList<KeyboardLayout>(); in getKeyboardLayoutsForInputDevice() local1128 potentialLayouts.clear(); in getKeyboardLayoutsForInputDevice()1130 potentialLayouts.add(layout); in getKeyboardLayoutsForInputDevice()1133 potentialLayouts.add(layout); in getKeyboardLayoutsForInputDevice()1138 final int potentialLayoutSize = potentialLayouts.size(); in getKeyboardLayoutsForInputDevice()1142 layouts[enabledLayoutSize + i] = potentialLayouts.get(i); in getKeyboardLayoutsForInputDevice()