Searched refs:potentialLayoutSize (Results 1 – 1 of 1) sorted by relevance
1153 final int potentialLayoutSize = potentialLayouts.size(); in getKeyboardLayoutsForInputDevice() local1154 KeyboardLayout[] layouts = new KeyboardLayout[enabledLayoutSize + potentialLayoutSize]; in getKeyboardLayoutsForInputDevice()1156 for (int i = 0; i < potentialLayoutSize; i++) { in getKeyboardLayoutsForInputDevice()