Home
last modified time | relevance | path

Searched refs:animationDuration (Results 1 – 11 of 11) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/widget/
DFloatingActionButtonController.java38 private final int animationDuration; field in FloatingActionButtonController
54 animationDuration = resources.getInteger(R.integer.floating_action_button_animation_duration); in FloatingActionButtonController()
141 .setDuration(animationDuration) in align()
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
DCheckableContactFlipDrawable.java71 final long animationDuration = mFlipDurationMs / 2 + mPostFlipDurationMs; in CheckableContactFlipDrawable() local
74 .setDuration(animationDuration); in CheckableContactFlipDrawable()
79 .setDuration(animationDuration); in CheckableContactFlipDrawable()
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DCameraMediaChooser.java378 final int animationDuration = getContext().getResources().getInteger( in showShutterEffect() local
383 alphaInAnimation.setDuration(animationDuration); in showShutterEffect()
387 alphaOutAnimation.setStartOffset(animationDuration); in showShutterEffect()
388 alphaOutAnimation.setDuration(animationDuration); in showShutterEffect()
/packages/apps/Dialer/java/com/android/dialer/app/list/
DPhoneFavoriteListView.java85 private int animationDuration; field in PhoneFavoriteListView
104 animationDuration = context.getResources().getInteger(R.integer.fade_duration); in PhoneFavoriteListView()
269 .setDuration(animationDuration) in onDragFinished()
DOldSpeedDialFragment.java89 private int animationDuration; field in OldSpeedDialFragment
108 animationDuration = getResources().getInteger(R.integer.fade_duration); in onCreate()
317 animSet.setDuration(animationDuration).playTogether(animators); in animateGridView()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DTaskViewTouchController.java263 long animationDuration = SwipeDetector.calculateDuration(
266 animationDuration *= LauncherAnimUtils.blockedFlingDurationFactor(velocity);
276 anim.setDuration(animationDuration);
/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimerFragment.java593 final long animationDuration = UiDataModel.getUiDataModel().getLongAnimationDuration(); in animateToView() local
617 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()
/packages/apps/TV/src/com/android/tv/dvr/ui/list/
DSchedulesHeaderRowPresenter.java222 int animationDuration = in updateSelector() local
270 .setDuration(animationDuration) in updateSelector()
279 .setDuration(animationDuration) in updateSelector()
DScheduleRowPresenter.java187 int animationDuration = in updateSelector() local
275 .setDuration(animationDuration) in updateSelector()
287 .setDuration(animationDuration) in updateSelector()
/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
DControlBar.java321 int animationDuration = getContext().getResources().getInteger(mIsExpanded in onExpandCollapse() local
327 .setDuration(animationDuration) in onExpandCollapse()
/packages/apps/Dialer/java/com/android/dialer/app/
DDialtactsActivity.java932 int animationDuration = getResources().getInteger(R.integer.dialpad_slide_in_duration); in updateSearchFragmentPosition() local
937 newSearchFragment.animatePosition(start, end, animationDuration); in updateSearchFragmentPosition()