OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:animateViewIntoPosition
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
DragLayer.java
454
public void
animateViewIntoPosition
(DragView dragView, final View child) {
455
animateViewIntoPosition
(dragView, child, null);
458
public void
animateViewIntoPosition
(DragView dragView, final int[] pos, float alpha,
466
animateViewIntoPosition
(dragView, fromX, fromY, pos[0], pos[1], alpha, 1, 1, scaleX, scaleY,
470
public void
animateViewIntoPosition
(DragView dragView, final View child,
472
animateViewIntoPosition
(dragView, child, -1, onFinishAnimationRunnable, null);
475
public void
animateViewIntoPosition
(DragView dragView, final View child, int duration,
529
animateViewIntoPosition
(dragView, fromX, fromY, toX, toY, 1, 1, 1, scale, scale,
533
public void
animateViewIntoPosition
(final DragView view, final int fromX, final int fromY,
/packages/apps/Launcher3/src/com/android/launcher3/
DragLayer.java
492
public void
animateViewIntoPosition
(DragView dragView, final View child) {
493
animateViewIntoPosition
(dragView, child, null, null);
496
public void
animateViewIntoPosition
(DragView dragView, final int[] pos, float alpha,
504
animateViewIntoPosition
(dragView, fromX, fromY, pos[0], pos[1], alpha, 1, 1, scaleX, scaleY,
508
public void
animateViewIntoPosition
(DragView dragView, final View child,
510
animateViewIntoPosition
(dragView, child, -1, onFinishAnimationRunnable, anchorView);
513
public void
animateViewIntoPosition
(DragView dragView, final View child, int duration,
572
animateViewIntoPosition
(dragView, fromX, fromY, toX, toY, 1, 1, 1, toScale, toScale,
576
public void
animateViewIntoPosition
(final DragView view, final int fromX, final int fromY,
[
all
...]
Completed in 54 milliseconds