OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:animateView
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
FolderIcon.java
335
private void onDrop(final ShortcutInfo item, DragView
animateView
, Rect finalRect,
341
// Typically, the
animateView
corresponds to the DragView; however, if this is being done
344
if (
animateView
!= null) {
347
dragLayer.getViewRectRelativeToSelf(
animateView
, from);
370
to.offset(center[0] -
animateView
.getMeasuredWidth() / 2,
371
center[1] -
animateView
.getMeasuredHeight() / 2);
376
dragLayer.
animateView
(
animateView
, from, to, finalAlpha,
DeleteDropTarget.java
213
dragLayer.
animateView
(d.dragView, from, to, scale, 1f, 1f, 0.1f, 0.1f,
435
dragLayer.
animateView
(d.dragView, updateCb, duration, tInterpolator, onAnimationEndRunnable,
DragLayer.java
507
animateView
(view, from, to, finalAlpha, initScaleX, initScaleY, finalScaleX, finalScaleY, duration,
532
public void
animateView
(final DragView view, final Rect from, final Rect to,
597
animateView
(view, updateCb, duration, interpolator, onCompleteRunnable, animationEndStyle,
601
public void
animateView
(final DragView view, AnimatorUpdateListener updateCb, int duration,
Completed in 50 milliseconds