Home
last modified time | relevance | path

Searched refs:Animation (Results 1 – 25 of 62) sorted by relevance

123

/packages/apps/StorageManager/src/com/android/storagemanager/utils/
DUtils.java20 import android.view.animation.Animation;
21 import android.view.animation.Animation.AnimationListener;
34 Animation animation = in setViewShown()
44 public void onAnimationStart(Animation animation) {} in setViewShown()
47 public void onAnimationRepeat(Animation animation) {} in setViewShown()
50 public void onAnimationEnd(Animation animation) { in setViewShown()
/packages/apps/Dialer/java/com/android/dialer/animation/
DAnimationListenerAdapter.java19 import android.view.animation.Animation;
20 import android.view.animation.Animation.AnimationListener;
30 public void onAnimationStart(Animation animation) {} in onAnimationStart()
34 public void onAnimationEnd(Animation animation) {} in onAnimationEnd()
38 public void onAnimationRepeat(Animation animation) {} in onAnimationRepeat()
/packages/apps/PhoneCommon/src/com/android/phone/common/animation/
DAnimationListenerAdapter.java19 import android.view.animation.Animation;
20 import android.view.animation.Animation.AnimationListener;
32 public void onAnimationStart(Animation animation) { in onAnimationStart()
39 public void onAnimationEnd(Animation animation) { in onAnimationEnd()
46 public void onAnimationRepeat(Animation animation) { in onAnimationRepeat()
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitLauncher/src/com/android/car/portraitlauncher/panel/animation/
DBoundsAnimation.java23 import android.view.animation.Animation;
27 public class BoundsAnimation extends Animation {
44 setAnimationListener(new Animation.AnimationListener() { in BoundsAnimation()
46 public void onAnimationStart(Animation animation) { in BoundsAnimation()
50 public void onAnimationEnd(Animation animation) { in BoundsAnimation()
58 public void onAnimationRepeat(Animation animation) { in BoundsAnimation()
DOpenPanelAnimator.java21 import android.view.animation.Animation;
34 private Animation mAnimation;
DClosePanelAnimator.java21 import android.view.animation.Animation;
34 private Animation mAnimation;
/packages/apps/Settings/src/com/android/settings/widget/
DLoadingViewController.java22 import android.view.animation.Animation;
132 Animation animation = AnimationUtils.loadAnimation(view.getContext(), in setViewShown()
137 animation.setAnimationListener(new Animation.AnimationListener() { in setViewShown()
139 public void onAnimationStart(Animation animation) { in setViewShown()
143 public void onAnimationRepeat(Animation animation) { in setViewShown()
147 public void onAnimationEnd(Animation animation) { in setViewShown()
/packages/apps/LegacyCamera/src/com/android/camera/ui/
DIndicatorControlBarContainer.java27 import android.view.animation.Animation;
28 import android.view.animation.Animation.AnimationListener;
38 private Animation mFadeIn, mFadeOut;
39 private Animation mSecondLevelFadeIn, mSecondLevelFadeOut;
94 public void onAnimationEnd(Animation animation) {
102 public void onAnimationRepeat(Animation animation) {
105 public void onAnimationStart(Animation animation) {
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DMovieControllerOverlay.java24 import android.view.animation.Animation;
25 import android.view.animation.Animation.AnimationListener;
39 private final Animation hideAnimation;
112 public void onAnimationStart(Animation animation) { in onAnimationStart()
117 public void onAnimationRepeat(Animation animation) { in onAnimationRepeat()
122 public void onAnimationEnd(Animation animation) { in onAnimationEnd()
DPhotoPageBottomControls.java25 import android.view.animation.Animation;
48 private Animation mContainerAnimIn = new AlphaAnimation(0f, 1f);
49 private Animation mContainerAnimOut = new AlphaAnimation(1f, 0f);
53 private static Animation getControlAnimForVisibility(boolean visible) { in getControlAnimForVisibility()
54 Animation anim = visible ? new AlphaAnimation(0f, 1f) in getControlAnimForVisibility()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DWorkEduCard.java25 import android.view.animation.Animation;
40 Animation.AnimationListener {
43 Animation mDismissAnim;
89 public void onAnimationEnd(Animation animation) { in onAnimationEnd()
94 public void onAnimationRepeat(Animation animation) { } in onAnimationRepeat()
97 public void onAnimationStart(Animation animation) { } in onAnimationStart()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DMaterialProgressDrawable.java34 import android.view.animation.Animation;
101 private final ArrayList<Animation> mAnimators = new ArrayList<Animation>();
129 private Animation mAnimation;
281 final ArrayList<Animation> animators = mAnimators; in isRunning()
284 final Animation animator = animators.get(i); in isRunning()
379 final Animation animation = new Animation() { in setupAnimators()
431 animation.setRepeatCount(Animation.INFINITE); in setupAnimators()
432 animation.setRepeatMode(Animation.RESTART); in setupAnimators()
434 animation.setAnimationListener(new Animation.AnimationListener() { in setupAnimators()
437 public void onAnimationStart(Animation animation) { in setupAnimators()
[all …]
/packages/apps/Gallery/src/com/android/camera/
DViewImage.java42 import android.view.animation.Animation;
98 private Animation [] mSlideShowInAnimation;
99 private Animation [] mSlideShowOutAnimation;
105 private final Animation mHideNextImageViewAnimation =
107 private final Animation mHidePrevImageViewAnimation =
109 private final Animation mShowNextImageViewAnimation =
111 private final Animation mShowPrevImageViewAnimation =
147 Animation a = mShowPrevImageViewAnimation; in updateNextPrevControls()
152 Animation a = mHidePrevImageViewAnimation; in updateNextPrevControls()
159 Animation a = mShowNextImageViewAnimation; in updateNextPrevControls()
[all …]
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
DPieRenderer.java34 import android.view.animation.Animation;
35 import android.view.animation.Animation.AnimationListener;
56 private Animation.AnimationListener mEndAction = new EndAction();
251 public void onAnimationStart(Animation animation) { in fadeIn()
255 public void onAnimationEnd(Animation animation) { in fadeIn()
260 public void onAnimationRepeat(Animation animation) { in fadeIn()
524 public void onAnimationStart(Animation animation) { in openCurrentItem()
528 public void onAnimationEnd(Animation animation) { in openCurrentItem()
533 public void onAnimationRepeat(Animation animation) { in openCurrentItem()
750 private class EndAction implements Animation.AnimationListener {
[all …]
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/camerafocus/
DPieRenderer.java34 import android.view.animation.Animation;
35 import android.view.animation.Animation.AnimationListener;
54 private Animation.AnimationListener endAction = new EndAction();
255 public void onAnimationStart(Animation animation) {} in fadeIn()
258 public void onAnimationEnd(Animation animation) { in fadeIn()
263 public void onAnimationRepeat(Animation animation) {} in fadeIn()
525 public void onAnimationStart(Animation animation) {} in openCurrentItem()
528 public void onAnimationEnd(Animation animation) { in openCurrentItem()
533 public void onAnimationRepeat(Animation animation) {} in openCurrentItem()
744 private class EndAction implements Animation.AnimationListener {
[all …]
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/television/
DPermissionsFrameFragment.java23 import android.view.animation.Animation;
24 import android.view.animation.Animation.AnimationListener;
112 Animation animation = AnimationUtils.loadAnimation(getContext(), in setViewShown()
119 public void onAnimationStart(Animation animation) { in setViewShown()
123 public void onAnimationRepeat(Animation animation) { in setViewShown()
127 public void onAnimationEnd(Animation animation) { in setViewShown()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/shared/preference/
DHealthPreferenceFragment.kt23 import android.view.animation.Animation
24 import android.view.animation.Animation.AnimationListener
140 val animation: Animation = in setViewShown()
150 override fun onAnimationStart(animation: Animation) {} in setViewShown()
152 override fun onAnimationRepeat(animation: Animation) {} in setViewShown()
154 override fun onAnimationEnd(animation: Animation) { in setViewShown()
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DSimSelectorView.java23 import android.view.animation.Animation;
118 Animation.RELATIVE_TO_SELF, 0, Animation.RELATIVE_TO_SELF, 0, in showOrHide()
119 Animation.RELATIVE_TO_SELF, mShow ? 1.0f : 0.0f, in showOrHide()
120 Animation.RELATIVE_TO_SELF, mShow ? 0.0f : 1.0f); in showOrHide()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/
DPermissionsFrameFragment.java26 import android.view.animation.Animation;
27 import android.view.animation.Animation.AnimationListener;
213 Animation animation = AnimationUtils.loadAnimation(getContext(), in setViewShown()
220 public void onAnimationStart(Animation animation) { in setViewShown()
224 public void onAnimationRepeat(Animation animation) { in setViewShown()
228 public void onAnimationEnd(Animation animation) { in setViewShown()
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitLauncher/src/com/android/car/portraitlauncher/controlbar/
DControlBarMediaController.java32 import android.view.animation.Animation;
79 private Animation mOverflowConcealOpenAnimation;
80 private Animation mOverflowConcealCloseAnimation;
340 Animation anim = isExpanded ? mOverflowConcealOpenAnimation : in setOverflowState()
342 anim.setAnimationListener(new Animation.AnimationListener() { in setOverflowState()
344 public void onAnimationStart(Animation animation) { in setOverflowState()
348 public void onAnimationEnd(Animation animation) { in setOverflowState()
356 public void onAnimationRepeat(Animation animation) { in setOverflowState()
361 Animation fadeIn = AnimationUtils.loadAnimation(mView.getContext(), in setOverflowState()
363 Animation fadeOut = AnimationUtils.loadAnimation(mView.getContext(), in setOverflowState()
/packages/apps/LegacyCamera/src/com/android/camera/
DModePicker.java29 import android.view.animation.Animation;
30 import android.view.animation.Animation.AnimationListener;
68 private Animation mFadeIn, mFadeOut;
124 public void onAnimationEnd(Animation animation) {
130 public void onAnimationRepeat(Animation animation) {
133 public void onAnimationStart(Animation animation) {
/packages/apps/Calendar/src/com/android/calendar/
DDayFragment.kt28 import android.view.animation.Animation
40 protected var mInAnimationForward: Animation? = null
41 protected var mOutAnimationForward: Animation? = null
42 protected var mInAnimationBackward: Animation? = null
43 protected var mOutAnimationBackward: Animation? = null
/packages/apps/Messaging/src/com/android/messaging/ui/animation/
DPopupTransitionAnimation.java27 import android.view.animation.Animation;
41 public class PopupTransitionAnimation extends Animation {
89 public void onAnimationStart(final Animation animation) { in PopupTransitionAnimation()
97 public void onAnimationEnd(final Animation animation) { in PopupTransitionAnimation()
106 public void onAnimationRepeat(final Animation animation) { in PopupTransitionAnimation()
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DCameraMediaChooser.java31 import android.view.animation.Animation;
382 final Animation alphaInAnimation = new AlphaAnimation(0.0f, maxAlpha); in showShutterEffect()
386 final Animation alphaOutAnimation = new AlphaAnimation(maxAlpha, 0.0f); in showShutterEffect()
391 animation.setAnimationListener(new Animation.AnimationListener() { in showShutterEffect()
393 public void onAnimationStart(final Animation animation) { in showShutterEffect()
398 public void onAnimationEnd(final Animation animation) { in showShutterEffect()
403 public void onAnimationRepeat(final Animation animation) { in showShutterEffect()
/packages/apps/Dialer/java/com/android/dialer/callcomposer/
DCameraComposerFragment.java34 import android.view.animation.Animation;
273 Animation alphaInAnimation = new AlphaAnimation(0.0f, maxAlpha); in showShutterEffect()
277 Animation alphaOutAnimation = new AlphaAnimation(maxAlpha, 0.0f); in showShutterEffect()
283 new Animation.AnimationListener() { in showShutterEffect()
285 public void onAnimationStart(Animation animation) { in showShutterEffect()
290 public void onAnimationEnd(Animation animation) { in showShutterEffect()
295 public void onAnimationRepeat(Animation animation) {} in showShutterEffect()

123