• Home
  • Raw
  • Download

Lines Matching refs:map

1446         CellAndSpan c = currentState.map.get(v);  in addViewToTempLocation()
1510 CellAndSpan cs = config.map.get(views.get(i)); in computeEdge()
1549 CellAndSpan cs = config.map.get(v); in isViewTouchingEdge()
1588 CellAndSpan c = config.map.get(v); in shift()
1617 CellAndSpan c = config.map.get(v); in getBoundingRect()
1675 CellAndSpan l = config.map.get(left); in compare()
1676 CellAndSpan r = config.map.get(right); in compare()
1729 CellAndSpan c = currentState.map.get(v); in pushViewsToTempLocation()
1757 CellAndSpan c = currentState.map.get(v); in pushViewsToTempLocation()
1785 CellAndSpan c = currentState.map.get(v); in pushViewsToTempLocation()
1800 CellAndSpan c = currentState.map.get(v); in addViewsToTempLocation()
1810 CellAndSpan c = currentState.map.get(v); in addViewsToTempLocation()
1820 CellAndSpan c = currentState.map.get(v); in addViewsToTempLocation()
1834 CellAndSpan c = currentState.map.get(v); in addViewsToTempLocation()
1843 CellAndSpan c = currentState.map.get(v); in addViewsToTempLocation()
1960 CellAndSpan c = solution.map.get(ignoreView); in rearrangementExists()
1968 for (View child: solution.map.keySet()) { in rearrangementExists()
1970 CellAndSpan c = solution.map.get(child); in rearrangementExists()
2099 CellAndSpan c = solution.map.get(child); in copySolutionToTempState()
2126 CellAndSpan c = solution.map.get(child); in animateItemsToSolution()
2147 CellAndSpan c = solution.map.get(child); in beginOrAdjustReorderPreviewAnimations()
2589 HashMap<View, CellAndSpan> map = new HashMap<View, CellAndSpan>(); field in CellLayout.ItemConfiguration
2598 for (View v: map.keySet()) { in save()
2599 map.get(v).copy(savedMap.get(v)); in save()
2606 savedMap.get(v).copy(map.get(v)); in restore()
2611 map.put(v, cs); in add()