Home
last modified time | relevance | path

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

12

/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/Car/libs/car-apps-common/src/com/android/car/apps/common/
DCrossfadeImageView.java24 import android.view.animation.Animation;
45 private Animation mImageInAnimation;
46 private Animation mImageOutAnimation;
120 private final Animation.AnimationListener mAnimationListener =
121 new Animation.AnimationListener() {
123 public void onAnimationEnd(Animation animation) {
130 public void onAnimationStart(Animation animation) { }
133 public void onAnimationRepeat(Animation animation) { }
/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/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/Settings/src/com/android/settings/widget/
DLoadingViewController.java22 import android.view.animation.Animation;
80 Animation animation = AnimationUtils.loadAnimation(view.getContext(), in setViewShown()
85 animation.setAnimationListener(new Animation.AnimationListener() { in setViewShown()
87 public void onAnimationStart(Animation animation) { in setViewShown()
91 public void onAnimationRepeat(Animation animation) { in setViewShown()
95 public void onAnimationEnd(Animation animation) { in setViewShown()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DLoadingViewController.java22 import android.view.animation.Animation;
80 Animation animation = AnimationUtils.loadAnimation(view.getContext(), in setViewShown()
85 animation.setAnimationListener(new Animation.AnimationListener() { in setViewShown()
87 public void onAnimationStart(Animation animation) { in setViewShown()
91 public void onAnimationRepeat(Animation animation) { in setViewShown()
95 public void onAnimationEnd(Animation animation) { in setViewShown()
/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/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) {
DAbstractIndicatorButton.java26 import android.view.animation.Animation;
34 protected Animation mFadeIn, mFadeOut;
/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/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/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/
DPermissionsFrameFragment.java26 import android.view.animation.Animation;
27 import android.view.animation.Animation.AnimationListener;
189 Animation animation = AnimationUtils.loadAnimation(getContext(), in setViewShown()
196 public void onAnimationStart(Animation animation) { in setViewShown()
200 public void onAnimationRepeat(Animation animation) { in setViewShown()
204 public void onAnimationEnd(Animation animation) { in setViewShown()
/packages/apps/PermissionController/src/com/android/permissioncontroller/permission/ui/television/
DPermissionsFrameFragment.java23 import android.view.animation.Animation;
24 import android.view.animation.Animation.AnimationListener;
107 Animation animation = AnimationUtils.loadAnimation(getContext(), in setViewShown()
114 public void onAnimationStart(Animation animation) { in setViewShown()
118 public void onAnimationRepeat(Animation animation) { in setViewShown()
122 public void onAnimationEnd(Animation animation) { in setViewShown()
/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/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/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/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/Calendar/src/com/android/calendar/
DDayFragment.java30 import android.view.animation.Animation;
51 protected Animation mInAnimationForward;
52 protected Animation mOutAnimationForward;
53 protected Animation mInAnimationBackward;
54 protected Animation mOutAnimationBackward;
/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()
/packages/apps/Contacts/src/com/android/contacts/list/
DMultiSelectContactsListFragment.java30 import android.view.animation.Animation;
277 view.setLayoutAnimationListener(new Animation.AnimationListener() { in setLayoutAnimation()
279 public void onAnimationStart(Animation animation) { in setLayoutAnimation()
283 public void onAnimationEnd(Animation animation) { in setLayoutAnimation()
288 public void onAnimationRepeat(Animation animation) { in setLayoutAnimation()
/packages/apps/Messaging/src/com/android/messaging/util/
DUiUtils.java40 import android.view.animation.Animation;
41 import android.view.animation.Animation.AnimationListener;
218 public void onAnimationStart(final Animation animation) { in revealOrHideViewWithAnimation()
222 public void onAnimationRepeat(final Animation animation) { in revealOrHideViewWithAnimation()
226 public void onAnimationEnd(final Animation animation) { in revealOrHideViewWithAnimation()
/packages/apps/Dialer/java/com/android/dialer/main/impl/
DMainSearchController.java32 import android.view.animation.Animation;
33 import android.view.animation.Animation.AnimationListener;
228 public void onAnimationStart(Animation animation) {} in hideDialpad()
231 public void onAnimationEnd(Animation animation) { in hideDialpad()
239 public void onAnimationRepeat(Animation animation) {} in hideDialpad()

12