Searched refs:savedMap (Results 1 – 1 of 1) sorted by relevance
2392 private final ArrayMap<View, CellAndSpan> savedMap = new ArrayMap<>(); field in CellLayout.ItemConfiguration2400 savedMap.get(v).copyFrom(map.get(v)); in save()2406 for (View v: savedMap.keySet()) { in restore()2407 map.get(v).copyFrom(savedMap.get(v)); in restore()2413 savedMap.put(v, new CellAndSpan()); in add()