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

  /packages/apps/Launcher2/src/com/android/launcher2/
DragLayer.java 521 Runnable onCompleteRunnable = new Runnable() {
530 onCompleteRunnable, ANIMATION_END_DISAPPEAR, duration, anchorView);
535 float finalScaleX, float finalScaleY, Runnable onCompleteRunnable,
541 null, null, onCompleteRunnable, animationEndStyle, anchorView);
558 * @param onCompleteRunnable Optional runnable to run on animation completion.
569 final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) {
630 animateView(view, updateCb, duration, interpolator, onCompleteRunnable, animationEndStyle,
635 TimeInterpolator interpolator, final Runnable onCompleteRunnable,
660 if (onCompleteRunnable != null) {
661 onCompleteRunnable.run()
    [all...]
Folder.java     [all...]
Launcher.java 683 Runnable onCompleteRunnable = null;
692 onCompleteRunnable = new Runnable() {
703 onCompleteRunnable = new Runnable() {
713 (DragView) mDragLayer.getAnimatedView(), onCompleteRunnable,
717 onCompleteRunnable.run();
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
PagedView.java     [all...]

Completed in 128 milliseconds