Home
last modified time | relevance | path

Searched refs:intersectingViews (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java1442 boolean skip = mode == ReorderPreviewAnimation.MODE_HINT && solution.intersectingViews in beginOrAdjustReorderPreviewAnimations()
1443 != null && !solution.intersectingViews.contains(child); in beginOrAdjustReorderPreviewAnimations()
1668 View dragView, Rect boundingRect, ArrayList<View> intersectingViews) { in getViewsIntersectingRegion() argument
1672 intersectingViews.clear(); in getViewsIntersectingRegion()
2119 private boolean attemptPushInDirection(ArrayList<View> intersectingViews, Rect occupied, in attemptPushInDirection() argument
2127 if (pushViewsToTempLocation(intersectingViews, occupied, direction, in attemptPushInDirection()
2135 if (pushViewsToTempLocation(intersectingViews, occupied, direction, in attemptPushInDirection()
2147 if (pushViewsToTempLocation(intersectingViews, occupied, direction, in attemptPushInDirection()
2155 if (pushViewsToTempLocation(intersectingViews, occupied, direction, in attemptPushInDirection()
2167 if (pushViewsToTempLocation(intersectingViews, occupied, direction, in attemptPushInDirection()
[all …]