OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:animateView
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
FolderIcon.java
358
private void onDrop(final ShortcutInfo item, DragView
animateView
, Rect finalRect,
364
// Typically, the
animateView
corresponds to the DragView; however, if this is being done
367
if (
animateView
!= null) {
370
dragLayer.getViewRectRelativeToSelf(
animateView
, from);
393
to.offset(center[0] -
animateView
.getMeasuredWidth() / 2,
394
center[1] -
animateView
.getMeasuredHeight() / 2);
399
dragLayer.
animateView
(
animateView
, from, to, finalAlpha,
DeleteDropTarget.java
212
dragLayer.
animateView
(d.dragView, from, to, scale, 1f, 1f, 0.1f, 0.1f,
432
dragLayer.
animateView
(d.dragView, updateCb, duration, tInterpolator, onAnimationEndRunnable,
DragLayer.java
540
animateView
(view, from, to, finalAlpha, initScaleX, initScaleY, finalScaleX, finalScaleY, duration,
565
public void
animateView
(final DragView view, final Rect from, final Rect to,
630
animateView
(view, updateCb, duration, interpolator, onCompleteRunnable, animationEndStyle,
634
public void
animateView
(final DragView view, AnimatorUpdateListener updateCb, int duration,
/packages/apps/Launcher3/src/com/android/launcher3/
FolderIcon.java
407
private void onDrop(final ShortcutInfo item, DragView
animateView
, Rect finalRect,
413
// Typically, the
animateView
corresponds to the DragView; however, if this is being done
416
if (
animateView
!= null) {
419
dragLayer.getViewRectRelativeToSelf(
animateView
, from);
442
to.offset(center[0] -
animateView
.getMeasuredWidth() / 2,
443
center[1] -
animateView
.getMeasuredHeight() / 2);
448
dragLayer.
animateView
(
animateView
, from, to, finalAlpha,
DragLayer.java
583
animateView
(view, from, to, finalAlpha, initScaleX, initScaleY, finalScaleX, finalScaleY, duration,
608
public void
animateView
(final DragView view, final Rect from, final Rect to,
675
animateView
(view, updateCb, duration, interpolator, onCompleteRunnable, animationEndStyle,
679
public void
animateView
(final DragView view, AnimatorUpdateListener updateCb, int duration,
[
all
...]
DeleteDropTarget.java
248
dragLayer.
animateView
(d.dragView, from, to, scale, 1f, 1f, 0.1f, 0.1f,
531
dragLayer.
animateView
(d.dragView, updateCb, duration, tInterpolator, onAnimationEndRunnable,
Completed in 300 milliseconds