Searched refs:potentialLayouts (Results 1 – 1 of 1) sorted by relevance
573 final ArrayList<KeyboardLayout> potentialLayouts = new ArrayList<>(); in getKeyboardLayoutListForInputDeviceInternal() local597 potentialLayouts.clear(); in getKeyboardLayoutListForInputDeviceInternal()599 potentialLayouts.add(layout); in getKeyboardLayoutListForInputDeviceInternal()603 potentialLayouts.add(layout); in getKeyboardLayoutListForInputDeviceInternal()605 potentialLayouts.add(layout); in getKeyboardLayoutListForInputDeviceInternal()611 Collections.sort(potentialLayouts); in getKeyboardLayoutListForInputDeviceInternal()612 return potentialLayouts.toArray(new KeyboardLayout[0]); in getKeyboardLayoutListForInputDeviceInternal()