• Home
  • Raw
  • Download

Lines Matching refs:map

1572         CellAndSpan c = currentState.map.get(v);  in addViewToTempLocation()
1636 CellAndSpan cs = config.map.get(views.get(i)); in computeEdge()
1675 CellAndSpan cs = config.map.get(v); in isViewTouchingEdge()
1714 CellAndSpan c = config.map.get(v); in shift()
1743 CellAndSpan c = config.map.get(v); in getBoundingRect()
1801 CellAndSpan l = config.map.get(left); in compare()
1802 CellAndSpan r = config.map.get(right); in compare()
1855 CellAndSpan c = currentState.map.get(v); in pushViewsToTempLocation()
1883 CellAndSpan c = currentState.map.get(v); in pushViewsToTempLocation()
1911 CellAndSpan c = currentState.map.get(v); in pushViewsToTempLocation()
1926 CellAndSpan c = currentState.map.get(v); in addViewsToTempLocation()
1936 CellAndSpan c = currentState.map.get(v); in addViewsToTempLocation()
1946 CellAndSpan c = currentState.map.get(v); in addViewsToTempLocation()
1960 CellAndSpan c = currentState.map.get(v); in addViewsToTempLocation()
1969 CellAndSpan c = currentState.map.get(v); in addViewsToTempLocation()
2086 CellAndSpan c = solution.map.get(ignoreView); in rearrangementExists()
2094 for (View child: solution.map.keySet()) { in rearrangementExists()
2096 CellAndSpan c = solution.map.get(child); in rearrangementExists()
2222 CellAndSpan c = solution.map.get(child); in copySolutionToTempState()
2249 CellAndSpan c = solution.map.get(child); in animateItemsToSolution()
2268 CellAndSpan c = solution.map.get(child); in beginOrAdjustHintAnimations()
2677 HashMap<View, CellAndSpan> map = new HashMap<View, CellAndSpan>(); field in CellLayout.ItemConfiguration
2685 for (View v: map.keySet()) { in save()
2686 map.get(v).copy(savedMap.get(v)); in save()
2693 savedMap.get(v).copy(map.get(v)); in restore()
2698 map.put(v, cs); in add()