Home
last modified time | relevance | path

Searched refs:animation (Results 1 – 25 of 103) sorted by relevance

12345

/packages/apps/Camera/src/com/android/camera/ui/
DIndicatorControlBarContainer.java23 import android.view.animation.Animation;
24 import android.view.animation.Animation.AnimationListener;
25 import android.view.animation.AnimationUtils;
81 public void setOrientation(int orientation, boolean animation) { in setOrientation() argument
82 mIndicatorControlBar.setOrientation(orientation, animation); in setOrientation()
83 mSecondLevelIndicatorControlBar.setOrientation(orientation, animation); in setOrientation()
98 public void onAnimationEnd(Animation animation) {
99 if (animation == mSecondLevelFadeOut) {
101 } else if (animation == mFadeOut) {
107 public void onAnimationRepeat(Animation animation) {
[all …]
DAbstractIndicatorButton.java25 import android.view.animation.Animation;
26 import android.view.animation.AnimationUtils;
110 public void setOrientation(int orientation, boolean animation) { in setOrientation() argument
111 super.setOrientation(orientation, animation); in setOrientation()
113 mPopup.setOrientation(orientation, animation); in setOrientation()
/packages/apps/Launcher2/src/com/android/launcher2/
DLauncherAnimatorUpdateListener.java19 import android.animation.ValueAnimator;
20 import android.animation.ValueAnimator.AnimatorUpdateListener;
23 public void onAnimationUpdate(ValueAnimator animation) { in onAnimationUpdate() argument
24 final float b = (Float) animation.getAnimatedValue(); in onAnimationUpdate()
DDragView.java20 import android.animation.ValueAnimator;
21 import android.animation.ValueAnimator.AnimatorUpdateListener;
31 import android.view.animation.DecelerateInterpolator;
83 public void onAnimationUpdate(ValueAnimator animation) { in DragView()
84 final float value = (Float) animation.getAnimatedValue(); in DragView()
98 animation.cancel(); in DragView()
207 public void onAnimationUpdate(ValueAnimator animation) { in crossFade()
208 mCrossFadeProgress = animation.getAnimatedFraction(); in crossFade()
DLauncherViewPropertyAnimator.java19 import android.animation.Animator;
20 import android.animation.Animator.AnimatorListener;
21 import android.animation.TimeInterpolator;
99 public void onAnimationCancel(Animator animation) { in onAnimationCancel() argument
108 public void onAnimationEnd(Animator animation) { in onAnimationEnd() argument
117 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat() argument
125 public void onAnimationStart(Animator animation) { in onAnimationStart() argument
DFolderIcon.java19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.ValueAnimator;
22 import android.animation.ValueAnimator.AnimatorUpdateListener;
36 import android.view.animation.AccelerateInterpolator;
37 import android.view.animation.DecelerateInterpolator;
204 public void onAnimationUpdate(ValueAnimator animation) { in animateToAcceptState()
205 final float percent = (Float) animation.getAnimatedValue(); in animateToAcceptState()
215 public void onAnimationStart(Animator animation) { in animateToAcceptState()
233 public void onAnimationUpdate(ValueAnimator animation) { in animateToNaturalState()
[all …]
DInterruptibleInOutAnimator.java19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.ValueAnimator;
55 public void onAnimationEnd(Animator animation) { in InterruptibleInOutAnimator()
DDeleteDropTarget.java19 import android.animation.TimeInterpolator;
20 import android.animation.ValueAnimator;
21 import android.animation.ValueAnimator.AnimatorUpdateListener;
34 import android.view.animation.AnimationUtils;
35 import android.view.animation.DecelerateInterpolator;
36 import android.view.animation.LinearInterpolator;
286 public void onAnimationUpdate(ValueAnimator animation) { in createFlingToTrashAnimatorListener()
288 float t = ((Float) animation.getAnimatedValue()).floatValue(); in createFlingToTrashAnimatorListener()
334 public void onAnimationUpdate(ValueAnimator animation) {
336 float t = ((Float) animation.getAnimatedValue()).floatValue();
DSearchDropTargetBar.java19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.ObjectAnimator;
27 import android.view.animation.AccelerateInterpolator;
88 public void onAnimationEnd(Animator animation) { in setupAnimation()
/packages/apps/LegacyCamera/src/com/android/camera/ui/
DIndicatorControlBarContainer.java27 import android.view.animation.Animation;
28 import android.view.animation.Animation.AnimationListener;
29 import android.view.animation.AnimationUtils;
94 public void onAnimationEnd(Animation animation) {
95 if (animation == mSecondLevelFadeOut) {
97 } else if (animation == mFadeOut) {
102 public void onAnimationRepeat(Animation animation) {
105 public void onAnimationStart(Animation animation) {
/packages/apps/Email/src/com/android/email/activity/
DBannerController.java19 import android.animation.Animator;
20 import android.animation.ObjectAnimator;
21 import android.animation.PropertyValuesHolder;
22 import android.animation.TimeInterpolator;
25 import android.view.animation.DecelerateInterpolator;
DThreePaneLayout.java19 import android.animation.Animator;
20 import android.animation.ObjectAnimator;
21 import android.animation.PropertyValuesHolder;
22 import android.animation.TimeInterpolator;
31 import android.view.animation.DecelerateInterpolator;
531 public void onAnimationStart(Animator animation) { in onAnimationStart() argument
552 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat() argument
556 public void onAnimationCancel(Animator animation) { in onAnimationCancel() argument
563 public void onAnimationEnd(Animator animation) { in onAnimationEnd() argument
/packages/apps/Nfc/src/com/android/nfc/
DSendUi.java19 import android.animation.Animator;
20 import android.animation.AnimatorSet;
21 import android.animation.ObjectAnimator;
22 import android.animation.PropertyValuesHolder;
23 import android.animation.TimeAnimator;
44 import android.view.animation.AccelerateDecelerateInterpolator;
45 import android.view.animation.DecelerateInterpolator;
500 public void onAnimationStart(Animator animation) { } in onAnimationStart() argument
503 public void onAnimationEnd(Animator animation) { in onAnimationEnd() argument
504 if (animation == mScaleUpAnimator || animation == mSuccessAnimatorSet || in onAnimationEnd()
[all …]
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DCaptureAnimation.java19 import android.view.animation.AccelerateDecelerateInterpolator;
20 import android.view.animation.AccelerateInterpolator;
21 import android.view.animation.DecelerateInterpolator;
22 import android.view.animation.Interpolator;
/packages/apps/Calculator/src/com/android/calculator2/
DPanelSwitcher.java24 import android.view.animation.AccelerateDecelerateInterpolator;
25 import android.view.animation.Animation;
26 import android.view.animation.Animation.AnimationListener;
27 import android.view.animation.TranslateAnimation;
167 public void onAnimationRepeat(Animation animation) { in onAnimationRepeat() argument
171 public void onAnimationStart(Animation animation) { in onAnimationStart() argument
175 public void onAnimationEnd(Animation animation) { in onAnimationEnd() argument
/packages/apps/Browser/src/com/android/browser/
DTitleBar.java19 import android.animation.Animator;
20 import android.animation.Animator.AnimatorListener;
21 import android.animation.ObjectAnimator;
29 import android.view.animation.Animation;
30 import android.view.animation.Animation.AnimationListener;
31 import android.view.animation.AnimationUtils;
32 import android.view.animation.DecelerateInterpolator;
235 public void onAnimationStart(Animator animation) {
239 public void onAnimationRepeat(Animator animation) {
243 public void onAnimationEnd(Animator animation) {
[all …]
DBrowserSnapshotPage.java18 import android.animation.Animator;
19 import android.animation.Animator.AnimatorListener;
20 import android.animation.AnimatorSet;
21 import android.animation.ObjectAnimator;
227 public void onAnimationStart(Animator animation) { in SnapshotAdapter()
231 public void onAnimationRepeat(Animator animation) { in SnapshotAdapter()
235 public void onAnimationEnd(Animator animation) { in SnapshotAdapter()
241 public void onAnimationCancel(Animator animation) { in SnapshotAdapter()
DTabBar.java19 import android.animation.Animator;
20 import android.animation.Animator.AnimatorListener;
21 import android.animation.AnimatorSet;
22 import android.animation.ObjectAnimator;
437 public void onAnimationCancel(Animator animation) { in animateTabOut()
441 public void onAnimationEnd(Animator animation) { in animateTabOut()
448 public void onAnimationRepeat(Animator animation) { in animateTabOut()
452 public void onAnimationStart(Animator animation) { in animateTabOut()
465 public void onAnimationCancel(Animator animation) { in animateTabIn()
469 public void onAnimationEnd(Animator animation) { in animateTabIn()
[all …]
/packages/apps/Phone/src/com/android/phone/
DAnimationUtils.java19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.ObjectAnimator;
117 public void onAnimationEnd(Animator animation) { in hide()
231 public void onAnimationStart(Animator animation) { in startCrossFade()
240 public void onAnimationEnd(Animator animation) { in startCrossFade()
246 animation.removeAllListeners(); in startCrossFade()
/packages/apps/Camera/src/com/android/camera/
DModePicker.java24 import android.view.animation.Animation;
25 import android.view.animation.Animation.AnimationListener;
26 import android.view.animation.AnimationUtils;
123 public void onAnimationEnd(Animation animation) {
137 public void onAnimationRepeat(Animation animation) {
141 public void onAnimationStart(Animation animation) {
214 public void setOrientation(int orientation, boolean animation) { in setOrientation() argument
216 mModeSelectionIcon[i].setOrientation(orientation, animation); in setOrientation()
218 mCurrentModeIcon[i].setOrientation(orientation, animation); in setOrientation()
/packages/apps/Contacts/src/com/android/contacts/editor/
DEditorAnimator.java23 import android.animation.Animator;
24 import android.animation.Animator.AnimatorListener;
25 import android.animation.AnimatorListenerAdapter;
26 import android.animation.AnimatorSet;
27 import android.animation.ObjectAnimator;
68 public void onAnimationEnd(Animator animation) { in removeEditorView()
172 public void onAnimationEnd(Animator animation) { in hideAddFieldFooter()
241 public void onAnimationEnd(Animator animation) { in onAnimationEnd() argument
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DCandidatesContainer.java27 import android.view.animation.AlphaAnimation;
28 import android.view.animation.Animation;
29 import android.view.animation.AnimationSet;
30 import android.view.animation.TranslateAnimation;
31 import android.view.animation.Animation.AnimationListener;
462 public void onAnimationEnd(Animation animation) { in onAnimationEnd() argument
469 public void onAnimationRepeat(Animation animation) { in onAnimationRepeat() argument
472 public void onAnimationStart(Animation animation) { in onAnimationStart() argument
/packages/apps/DeskClock/src/com/android/deskclock/
DScreensaver.java19 import android.view.animation.AccelerateInterpolator;
20 import android.view.animation.DecelerateInterpolator;
21 import android.animation.TimeInterpolator;
22 import android.animation.ObjectAnimator;
23 import android.animation.Animator;
24 import android.animation.AnimatorSet;
/packages/apps/LegacyCamera/src/com/android/camera/
DModePicker.java29 import android.view.animation.Animation;
30 import android.view.animation.Animation.AnimationListener;
31 import android.view.animation.AnimationUtils;
124 public void onAnimationEnd(Animation animation) {
130 public void onAnimationRepeat(Animation animation) {
133 public void onAnimationStart(Animation animation) {
/packages/apps/Browser/src/com/android/browser/view/
DPieMenu.java19 import android.animation.Animator;
20 import android.animation.Animator.AnimatorListener;
21 import android.animation.AnimatorListenerAdapter;
22 import android.animation.ValueAnimator;
23 import android.animation.ValueAnimator.AnimatorUpdateListener;
220 public void onAnimationUpdate(ValueAnimator animation) { in animateOpen()
222 … item.setAnimationAngle((1 - animation.getAnimatedFraction()) * (- item.getStart())); in animateOpen()
490 public void onAnimationUpdate(ValueAnimator animation) { in animateOut()
493 item.setAnimationAngle(animation.getAnimatedFraction() in animateOut()
511 public void onAnimationUpdate(ValueAnimator animation) { in animateIn()
[all …]

12345