Searched refs:animationDuration (Results 1 – 11 of 11) sorted by relevance
38 private final int animationDuration; field in FloatingActionButtonController54 animationDuration = resources.getInteger(R.integer.floating_action_button_animation_duration); in FloatingActionButtonController()141 .setDuration(animationDuration) in align()
378 final int animationDuration = getContext().getResources().getInteger( in showShutterEffect() local383 alphaInAnimation.setDuration(animationDuration); in showShutterEffect()387 alphaOutAnimation.setStartOffset(animationDuration); in showShutterEffect()388 alphaOutAnimation.setDuration(animationDuration); in showShutterEffect()
85 private int animationDuration; field in PhoneFavoriteListView104 animationDuration = context.getResources().getInteger(R.integer.fade_duration); in PhoneFavoriteListView()269 .setDuration(animationDuration) in onDragFinished()
89 private int animationDuration; field in OldSpeedDialFragment108 animationDuration = getResources().getInteger(R.integer.fade_duration); in onCreate()317 animSet.setDuration(animationDuration).playTogether(animators); in animateGridView()
493 val animationDuration = UiDataModel.uiDataModel.longAnimationDuration in animateToView() constant516 translationAnimatorSet.duration = animationDuration in animateToView()520 fadeOutAnimator.duration = animationDuration / 2 in animateToView()551 fadeInAnimator.duration = animationDuration / 2 in animateToView()552 fadeInAnimator.startDelay = animationDuration / 2 in animateToView()
593 final long animationDuration = UiDataModel.getUiDataModel().getLongAnimationDuration(); in animateToView() local617 translationAnimatorSet.setDuration(animationDuration); in animateToView()621 fadeOutAnimator.setDuration(animationDuration / 2); in animateToView()655 fadeInAnimator.setDuration(animationDuration / 2); in animateToView()656 fadeInAnimator.setStartDelay(animationDuration / 2); in animateToView()
267 long animationDuration = BaseSwipeDetector.calculateDuration(270 animationDuration *= LauncherAnimUtils.blockedFlingDurationFactor(velocity);280 anim.setDuration(animationDuration);
222 int animationDuration = in updateSelector() local270 .setDuration(animationDuration) in updateSelector()279 .setDuration(animationDuration) in updateSelector()
187 int animationDuration = in updateSelector() local275 .setDuration(animationDuration) in updateSelector()287 .setDuration(animationDuration) in updateSelector()
321 int animationDuration = getContext().getResources().getInteger(mIsExpanded in onExpandCollapse() local327 .setDuration(animationDuration) in onExpandCollapse()
932 int animationDuration = getResources().getInteger(R.integer.dialpad_slide_in_duration); in updateSearchFragmentPosition() local937 newSearchFragment.animatePosition(start, end, animationDuration); in updateSearchFragmentPosition()