Searched refs:enabledLayoutSize (Results 1 – 1 of 1) sorted by relevance
1132 final int enabledLayoutSize = enabledLayouts.size(); in getKeyboardLayoutsForInputDevice() local1134 KeyboardLayout[] layouts = new KeyboardLayout[enabledLayoutSize + potentialLayoutSize]; in getKeyboardLayoutsForInputDevice()1137 layouts[enabledLayoutSize + i] = potentialLayouts.get(i); in getKeyboardLayoutsForInputDevice()