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