/packages/apps/Launcher3/src/com/android/launcher3/anim/ |
D | AnimatorPlaybackController.java | 145 float velocityPxPerMs, float endDistance, long animationDuration) { in startWithVelocity() argument 158 long springDuration = animationDuration; in startWithVelocity() 192 if (springDuration <= animationDuration) { in startWithVelocity() 193 mAnimationPlayer.setDuration(animationDuration); in startWithVelocity() 200 float cutOff = animationDuration / (float) springDuration; in startWithVelocity()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/ |
D | TaskViewTouchController.java | 350 long animationDuration = BaseSwipeDetector.calculateDuration( in onDragEnd() local 353 animationDuration *= LauncherAnimUtils.blockedFlingDurationFactor(velocity); in onDragEnd() 358 animationDuration = Utilities.boundToRange(animationDuration, in onDragEnd() 364 mEndDisplacement, animationDuration); in onDragEnd()
|
/packages/apps/Dialer/java/com/android/dialer/widget/ |
D | FloatingActionButtonController.java | 38 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/Dialer/java/com/android/dialer/app/list/ |
D | PhoneFavoriteListView.java | 85 private int animationDuration; field in PhoneFavoriteListView 104 animationDuration = context.getResources().getInteger(R.integer.fade_duration); in PhoneFavoriteListView() 269 .setDuration(animationDuration) in onDragFinished()
|
D | OldSpeedDialFragment.java | 89 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/Messaging/src/com/android/messaging/ui/mediapicker/ |
D | CameraMediaChooser.java | 378 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/DeskClock/src/com/android/deskclock/timer/ |
D | TimerFragment.kt | 492 val animationDuration = UiDataModel.uiDataModel.longAnimationDuration in animateToView() constant 515 translationAnimatorSet.duration = animationDuration in animateToView() 519 fadeOutAnimator.duration = animationDuration / 2 in animateToView() 550 fadeInAnimator.duration = animationDuration / 2 in animateToView() 551 fadeInAnimator.startDelay = animationDuration / 2 in animateToView()
|
/packages/apps/TV/src/com/android/tv/dvr/ui/list/ |
D | SchedulesHeaderRowPresenter.java | 222 int animationDuration = in updateSelector() local 270 .setDuration(animationDuration) in updateSelector() 279 .setDuration(animationDuration) in updateSelector()
|
D | ScheduleRowPresenter.java | 187 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/ |
D | ControlBar.java | 336 int animationDuration = getContext().getResources().getInteger(mIsExpanded in onExpandCollapse() local 342 .setDuration(animationDuration) in onExpandCollapse()
|
/packages/apps/Dialer/java/com/android/dialer/app/ |
D | DialtactsActivity.java | 932 int animationDuration = getResources().getInteger(R.integer.dialpad_slide_in_duration); in updateSearchFragmentPosition() local 937 newSearchFragment.animatePosition(start, end, animationDuration); in updateSearchFragmentPosition()
|