/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/UnifiedEmail/src/com/android/mail/bitmap/ |
D | CheckableContactFlipDrawable.java | 71 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/ |
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/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/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/ |
D | TaskViewTouchController.java | 263 long animationDuration = SwipeDetector.calculateDuration( 266 animationDuration *= LauncherAnimUtils.blockedFlingDurationFactor(velocity); 276 anim.setDuration(animationDuration);
|
/packages/apps/DeskClock/src/com/android/deskclock/timer/ |
D | TimerFragment.java | 593 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/ |
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 | 321 int animationDuration = getContext().getResources().getInteger(mIsExpanded in onExpandCollapse() local 327 .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()
|