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