HomeSort by relevance Sort by last modified time
    Searched refs:onCompleteRunnable (Results 1 - 7 of 7) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
DragLayer.java 495 Runnable onCompleteRunnable = new Runnable() {
504 onCompleteRunnable, ANIMATION_END_DISAPPEAR, duration, anchorView);
509 float finalScaleX, float finalScaleY, Runnable onCompleteRunnable,
515 null, null, onCompleteRunnable, animationEndStyle, anchorView);
532 * @param onCompleteRunnable Optional runnable to run on animation completion.
543 final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) {
604 animateView(view, updateCb, duration, interpolator, onCompleteRunnable, animationEndStyle,
609 TimeInterpolator interpolator, final Runnable onCompleteRunnable,
634 if (onCompleteRunnable != null) {
635 onCompleteRunnable.run()
    [all...]
FolderIcon.java 339 public void performDestroyAnimation(final View finalView, Runnable onCompleteRunnable) {
347 onCompleteRunnable);
568 final Runnable onCompleteRunnable) {
599 if (onCompleteRunnable != null) {
600 onCompleteRunnable.run();
Launcher.java 680 Runnable onCompleteRunnable = null;
689 onCompleteRunnable = new Runnable() {
700 onCompleteRunnable = new Runnable() {
710 (DragView) mDragLayer.getAnimatedView(), onCompleteRunnable,
714 onCompleteRunnable.run();
    [all...]
Folder.java     [all...]
Workspace.java     [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardWidgetCarousel.java 260 protected boolean zoomIn(final Runnable onCompleteRunnable) {
262 return super.zoomIn(onCompleteRunnable);
PagedView.java     [all...]

Completed in 219 milliseconds