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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DFolderIcon.java323 float scaleRelativeToDragLayer, Runnable postAnimationRunnable) {
336 onDrop(srcInfo, srcView, dstRect, scaleRelativeToDragLayer, 1, postAnimationRunnable, null);
359 float scaleRelativeToDragLayer, int index, Runnable postAnimationRunnable,
381 scaleRelativeToDragLayer = dragLayer.getDescendantRectRelativeToSelf(this, to);
390 center[0] = (int) Math.round(scaleRelativeToDragLayer * center[0]);
391 center[1] = (int) Math.round(scaleRelativeToDragLayer * center[1]);
398 float finalScale = scale * scaleRelativeToDragLayer;
321 performCreateAnimation(final ShortcutInfo destInfo, final View destView, final ShortcutInfo srcInfo, final DragView srcView, Rect dstRect, float scaleRelativeToDragLayer, Runnable postAnimationRunnable) argument
358 onDrop(final ShortcutInfo item, DragView animateView, Rect finalRect, float scaleRelativeToDragLayer, int index, Runnable postAnimationRunnable, DragObject d) argument
/packages/apps/Launcher3/src/com/android/launcher3/
H A DFolderIcon.java381 float scaleRelativeToDragLayer, Runnable postAnimationRunnable) {
394 onDrop(srcInfo, srcView, dstRect, scaleRelativeToDragLayer, 1, postAnimationRunnable, null);
418 float scaleRelativeToDragLayer, int index, Runnable postAnimationRunnable,
440 scaleRelativeToDragLayer = dragLayer.getDescendantRectRelativeToSelf(this, to);
449 center[0] = (int) Math.round(scaleRelativeToDragLayer * center[0]);
450 center[1] = (int) Math.round(scaleRelativeToDragLayer * center[1]);
457 float finalScale = scale * scaleRelativeToDragLayer;
379 performCreateAnimation(final ShortcutInfo destInfo, final View destView, final ShortcutInfo srcInfo, final DragView srcView, Rect dstRect, float scaleRelativeToDragLayer, Runnable postAnimationRunnable) argument
417 onDrop(final ShortcutInfo item, DragView animateView, Rect finalRect, float scaleRelativeToDragLayer, int index, Runnable postAnimationRunnable, DragObject d) argument

Completed in 86 milliseconds