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.java384 float scaleRelativeToDragLayer, Runnable postAnimationRunnable) {
397 onDrop(srcInfo, srcView, dstRect, scaleRelativeToDragLayer, 1, postAnimationRunnable, null);
421 float scaleRelativeToDragLayer, int index, Runnable postAnimationRunnable,
443 scaleRelativeToDragLayer = dragLayer.getDescendantRectRelativeToSelf(this, to);
452 center[0] = (int) Math.round(scaleRelativeToDragLayer * center[0]);
453 center[1] = (int) Math.round(scaleRelativeToDragLayer * center[1]);
460 float finalScale = scale * scaleRelativeToDragLayer;
382 performCreateAnimation(final ShortcutInfo destInfo, final View destView, final ShortcutInfo srcInfo, final DragView srcView, Rect dstRect, float scaleRelativeToDragLayer, Runnable postAnimationRunnable) argument
420 onDrop(final ShortcutInfo item, DragView animateView, Rect finalRect, float scaleRelativeToDragLayer, int index, Runnable postAnimationRunnable, DragObject d) argument

Completed in 31 milliseconds