Searched defs:layouts (Results 1 – 2 of 2) sorted by relevance
138 List<Rect> layouts = getViewLayouts(left, top, right, bottom); in layout() local288 List<Rect> layouts = new ArrayList<>(); in getViewLayouts() local477 List<Rect> layouts = in setSelectedPositionSmooth() local841 List<Rect> layouts = in onMenuRowUpdated() local
152 public DreamAdapter(SparseIntArray layouts, List<IDreamItem> itemList) { in DreamAdapter()