Home | History | Annotate | Download | only in photo

Lines Matching defs:endRunnable

1025                 Runnable endRunnable = new Runnable() {
1034 animator.withEndAction(endRunnable);
1036 mHandler.postDelayed(endRunnable, ENTER_ANIMATION_DURATION_MS);
1107 Runnable endRunnable = new Runnable() {
1132 animator.withEndAction(endRunnable);
1134 mHandler.postDelayed(endRunnable, EXIT_ANIMATION_DURATION_MS);