Home | History | Annotate | Download | only in transition

Lines Matching defs:getStartDelay

379     public long getStartDelay() {
780 long delay = mPropagation.getStartDelay(sceneRoot, this, start, end);
796 long delay = startDelays.valueAt(i) - minStartDelay + animator.getStartDelay();
1885 * duration} and the {@link #getStartDelay() startDelay}, starts the
1900 if (getStartDelay() >= 0) {
1901 animator.setStartDelay(getStartDelay());