Searched defs:cellLayouts (Results 1 – 1 of 1) sorted by relevance
3000 List<CellLayout> cellLayouts = new ArrayList<>(getPanelCount() + 1); local3045 View getFirstMatch(Iterable<CellLayout> cellLayouts, final ItemOperator... operators) { in getFirstMatch()