• Home
  • Raw
  • Download

Lines Matching defs:dragView

1197         View view = dragObject.dragView.getContentView();
1390 private void copySolutionToTempState(ItemConfiguration solution, View dragView) {
1396 if (child == dragView) continue;
1410 private void animateItemsToSolution(ItemConfiguration solution, View dragView, boolean
1419 if (child == dragView) continue;
1435 View dragView, int mode) {
1439 if (child == dragView) continue;
1622 private void commitTempPlacement(View dragView) {
1640 if (info != null && child != dragView) {
1667 View dragView, Rect boundingRect, ArrayList<View> intersectingViews) {
1677 if (child == dragView) continue;
1692 View dragView, int[] result) {
1694 getViewsIntersectingRegion(result[0], result[1], spanX, spanY, dragView, null,
1719 View dragView, int[] direction, boolean commit) {
1725 spanX, spanY, direction, dragView, true, new ItemConfiguration());
1732 copySolutionToTempState(swapSolution, dragView);
1734 animateItemsToSolution(swapSolution, dragView, commit);
1741 beginOrAdjustReorderPreviewAnimations(swapSolution, dragView,
1836 int[] direction, View dragView, ItemConfiguration currentState) {
1886 if (!cluster.views.contains(v) && v != dragView) {
2230 needs to match with the notion of the dragView pushing other views, we have to employ
2232 the vector between? The center of the dragView and its desired destination? Not quite, as
2233 this doesn't necessarily coincide with the interaction of the dragView and items occupying
2238 int spanY, View dragView, int[] resultDirection) {
2251 dragView, dropRegionRect, mIntersectingViews);
2279 int[] direction, View dragView, ItemConfiguration currentState) {
2399 int minSpanY, int spanX, int spanY, int[] direction, View dragView, boolean decX,
2402 spanX, spanY, direction, dragView, decX, solution);
2425 * @param pixelX X coordinate in the screen of the dragView in pixels
2426 * @param pixelY Y coordinate in the screen of the dragView in pixels
2431 * @param dragView the view of the item being draged
2436 int spanX, int spanY, View dragView) {
2438 spanX, spanY, dragView);
2442 View dragView, int[] result, int[] resultSpan, int mode) {
2456 dragView);
2473 performReorder(finalSolution, dragView, mode);
2483 * @param dragView view which is being dragged over the workspace that trigger the reorder
2490 public void performReorder(ItemConfiguration solution, View dragView, int mode) {
2492 beginOrAdjustReorderPreviewAnimations(solution, dragView,
2505 copySolutionToTempState(solution, dragView);
2508 animateItemsToSolution(solution, dragView, mode == MODE_ON_DROP);
2512 // Since the temp solution didn't update dragView, don't commit it either
2513 commitTempPlacement(dragView);
2517 beginOrAdjustReorderPreviewAnimations(solution, dragView,