Lines Matching refs:duration
290 … mConfig.duration = state == NORMAL ? fromState.transitionDuration : state.transitionDuration; in goToStateAnimated()
310 AnimatorSetBuilder builder, @AnimationComponents int atomicComponent, long duration) { in createAtomicAnimation() argument
314 config.duration = duration; in createAtomicAnimation()
330 LauncherState fromState, LauncherState state, long duration) { in createAnimationToNewWorkspace() argument
342 return createAnimationToNewWorkspace(state, duration); in createAnimationToNewWorkspace()
353 LauncherState state, long duration) { in createAnimationToNewWorkspace() argument
354 return createAnimationToNewWorkspace(state, duration, LauncherStateManager.ANIM_ALL); in createAnimationToNewWorkspace()
358 LauncherState state, long duration, @AnimationComponents int animComponents) { in createAnimationToNewWorkspace() argument
359 return createAnimationToNewWorkspace(state, new AnimatorSetBuilder(), duration, null, in createAnimationToNewWorkspace()
364 AnimatorSetBuilder builder, long duration, Runnable onCancelRunnable, in createAnimationToNewWorkspace() argument
369 mConfig.duration = duration; in createAnimationToNewWorkspace()
371 createAnimationToNewWorkspaceInternal(state, builder, null), duration, in createAnimationToNewWorkspace()
600 public long duration; field in LauncherStateManager.AnimationConfig
615 duration = 0; in reset()
636 mPropertySetter = duration == 0 ? NO_ANIM_PROPERTY_SETTER in getPropertySetter()
637 : new AnimatedPropertySetter(duration, builder); in getPropertySetter()