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