Searched defs:srcView (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DFolderIcon.java322 final ShortcutInfo srcInfo, final DragView srcView, Rect dstRect,
335 // This will animate the dragView (srcView) into the new folder
336 onDrop(srcInfo, srcView, dstRect, scaleRelativeToDragLayer, 1, postAnimationRunnable, null);
321 performCreateAnimation(final ShortcutInfo destInfo, final View destView, final ShortcutInfo srcInfo, final DragView srcView, Rect dstRect, float scaleRelativeToDragLayer, Runnable postAnimationRunnable) argument
/packages/apps/Launcher3/src/com/android/launcher3/
H A DFolderIcon.java380 final ShortcutInfo srcInfo, final DragView srcView, Rect dstRect,
393 // This will animate the dragView (srcView) into the new folder
394 onDrop(srcInfo, srcView, dstRect, scaleRelativeToDragLayer, 1, postAnimationRunnable, null);
379 performCreateAnimation(final ShortcutInfo destInfo, final View destView, final ShortcutInfo srcInfo, final DragView srcView, Rect dstRect, float scaleRelativeToDragLayer, Runnable postAnimationRunnable) argument

Completed in 19 milliseconds