Searched refs:dragOutline (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DCellLayout.java1053 void visualizeDropLocation(View v, Bitmap dragOutline, int originX, int originY, argument
1065 if (dragOutline == null && v == null) {
1087 // Offsets due to the size difference between the View and the dragOutline.
1090 top += (v.getHeight() - dragOutline.getHeight()) / 2;
1093 - dragOutline.getWidth()) / 2;
1104 - dragOutline.getWidth()) / 2;
1106 - dragOutline.getHeight()) / 2;
1115 mDragOutlineAnims[mDragOutlineCurrent].setTag(dragOutline);

Completed in 495 milliseconds