Home | History | Annotate | Download | only in dataadapter

Lines Matching defs:startDelay

382         long startDelay = 0L;
385 deleteAnimation.setStartDelay(startDelay);
387 startDelay += delayIncrement;
388 dismissAnimation.setStartDelay(startDelay);
390 hairLineAnimation.setStartDelay(startDelay);
391 startDelay += delayIncrement;
392 editLabelAnimation.setStartDelay(startDelay);
393 startDelay += delayIncrement;
394 vibrateAnimation.setStartDelay(startDelay);
395 ringtoneAnimation.setStartDelay(startDelay);
396 startDelay += delayIncrement;
398 repeatDaysAnimation.setStartDelay(startDelay);
399 startDelay += delayIncrement;
401 repeatAnimation.setStartDelay(startDelay);
456 long startDelay = (long) (duration * ANIM_STANDARD_DELAY_MULTIPLIER);
460 repeatAnimation.setStartDelay(startDelay);
461 startDelay += delayIncrement;
464 repeatDaysAnimation.setStartDelay(startDelay);
465 startDelay += delayIncrement;
467 ringtoneAnimation.setStartDelay(startDelay);
468 vibrateAnimation.setStartDelay(startDelay);
469 startDelay += delayIncrement;
470 editLabelAnimation.setStartDelay(startDelay);
471 startDelay += delayIncrement;
472 hairLineAnimation.setStartDelay(startDelay);
474 dismissAnimation.setStartDelay(startDelay);
475 startDelay += delayIncrement;
477 deleteAnimation.setStartDelay(startDelay);