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

  /development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/
ListViewItemAnimations.java 302 Runnable endAction = firstAnimation ?
313 moveView(child, 0, 0, delta, 0, endAction);
328 Runnable endAction) {
329 final Runnable finalEndAction = endAction;
336 setAnimatorEndAction(anim, endAction);
337 endAction = null;
343 setAnimatorEndAction(anim, endAction);
349 if (endAction != null) {
361 private void setAnimatorEndAction(Animator animator, final Runnable endAction) {
362 if (endAction != null)
    [all...]
  /development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
PlayerSetupActivity.java 291 private void popChildrenIn(ViewGroup parent, final Runnable endAction) {
310 if (endAction != null) {
313 endAction.run();
320 final SkewableTextView nextView, final Runnable endAction) {
351 if (endAction != null) {
352 endAction.run();
  /development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
PictureDetailsActivity.java 187 * @param endAction This action gets run after the animation completes (this is
190 public void runExitAnimation(final Runnable endAction) {
220 withEndAction(endAction);
  /frameworks/support/v4/java/android/support/v4/view/
ViewPropertyAnimatorCompat.java 300 Runnable endAction = vpa.mEndAction;
310 if (endAction != null) {
311 endAction.run();
567 Runnable endAction = mVpa.mEndAction;
569 endAction.run();
772 * Runnable endAction = new Runnable() {
777 * view.animate().x(200).withEndAction(endAction);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SwipeHelper.java 330 dismissChild(view, velocity, null /* endAction */, 0 /* delay */,
337 * @param endAction The action to perform at the end
342 public void dismissChild(final View animView, float velocity, final Runnable endAction,
414 if (endAction != null) {
415 endAction.run();
  /packages/apps/Launcher3/src/com/android/launcher3/
FolderPagedView.java 622 Runnable endAction = new Runnable() {
636 .withEndAction(endAction);
637 mPendingAnimations.put(v, endAction);
  /packages/apps/PackageInstaller/src/android/support/wearable/view/
WearableListView.java 720 * @param endAction Action to execute when the animation is done.
723 public void animateToInitialPosition(final Runnable endAction) {
730 if (endAction != null) {
731 endAction.run();
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DividerView.java 539 Runnable endAction = () -> {
560 endAction.run();
562 mHandler.postDelayed(endAction, endDelay);
    [all...]
  /frameworks/base/core/java/android/widget/
RemoteViews.java     [all...]
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 

Completed in 143 milliseconds