Searched refs:Animation (Results 1 - 24 of 24) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/anim/
H A DCanvasAnimation.java21 public abstract class CanvasAnimation extends Animation {
H A DFloatAnimation.java19 public class FloatAnimation extends Animation {
H A DAnimation.java23 // Animation calculates a value according to the current input time.
30 // calculate(long currentTimeMillis) to ask the Animation to calculate it.
46 // The start() method can be called again to restart the Animation.
48 abstract public class Animation { class
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
H A DCandidatesContainer.java28 import android.view.animation.Animation;
31 import android.view.animation.Animation.AnimationListener;
63 * Animation time to show a new candidate view and dismiss the old one.
101 * Animation used by the incoming view when the user navigates to a left
104 private Animation mInAnimPushLeft;
107 * Animation used by the incoming view when the user navigates to a right
110 private Animation mInAnimPushRight;
113 * Animation used by the incoming view when the user navigates to a page
117 private Animation mInAnimPushUp;
120 * Animation use
[all...]
/packages/apps/Camera/src/com/android/camera/ui/
H A 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) {
H A DAbstractIndicatorButton.java26 import android.view.animation.Animation;
34 protected Animation mFadeIn, mFadeOut;
/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/
H A DToolbar.java25 import android.view.animation.Animation;
62 private final Animation fadeIn;
63 private final Animation fadeOut;
/packages/apps/Calculator/src/com/android/calculator2/
H A DPanelSwitcher.java25 import android.view.animation.Animation;
26 import android.view.animation.Animation.AnimationListener;
167 public void onAnimationRepeat(Animation animation) {
171 public void onAnimationStart(Animation animation) {
175 public void onAnimationEnd(Animation animation) {
/packages/apps/Camera/src/com/android/camera/
H A 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) {
140 // Animation Effect is applied on Phone UI only.
H A DRotateDialogController.java26 import android.view.animation.Animation;
49 private Animation mFadeInAnim, mFadeOutAnim;
H A DUtil.java51 import android.view.animation.Animation;
604 Animation animation = new AlphaAnimation(0F, 1F);
612 Animation animation = new AlphaAnimation(1F, 0F);
/packages/apps/Gallery/src/com/android/camera/
H A 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;
152 Animation a = mHidePrevImageViewAnimation;
159 Animation
[all...]
H A DImageGallery.java54 import android.view.animation.Animation;
909 private Animation mFooterAppear;
910 private Animation mFooterDisappear;
H A DUtil.java38 import android.view.animation.Animation;
/packages/apps/Calendar/src/com/android/calendar/
H A DDayFragment.java30 import android.view.animation.Animation;
51 protected Animation mInAnimationForward;
52 protected Animation mOutAnimationForward;
53 protected Animation mInAnimationBackward;
54 protected Animation mOutAnimationBackward;
H A DDayView.java73 import android.view.animation.Animation;
1723 private class GotoBroadcaster implements Animation.AnimationListener {
1735 public void onAnimationEnd(Animation animation) {
1748 public void onAnimationRepeat(Animation animation) {
1752 public void onAnimationStart(Animation animation) {
1803 Animation.RELATIVE_TO_SELF, inFromXValue,
1804 Animation.RELATIVE_TO_SELF, inToXValue,
1805 Animation.ABSOLUTE, 0.0f,
1806 Animation.ABSOLUTE, 0.0f);
1809 Animation
[all...]
/packages/apps/Browser/src/com/android/browser/
H A DTitleBar.java29 import android.view.animation.Animation;
30 import android.view.animation.Animation.AnimationListener;
293 Animation anim = AnimationUtils.loadAnimation(getContext(),
297 public void onAnimationEnd(Animation a) {
303 public void onAnimationStart(Animation a) {
307 public void onAnimationRepeat(Animation a) {
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DMovieControllerOverlay.java30 import android.view.animation.Animation;
31 import android.view.animation.Animation.AnimationListener;
73 private final Animation hideAnimation;
248 public void onAnimationStart(Animation animation) {
252 public void onAnimationRepeat(Animation animation) {
256 public void onAnimationEnd(Animation animation) {
/packages/apps/Settings/src/com/android/settings/
H A DAccessibilityTutorialActivity.java38 import android.view.animation.Animation;
39 import android.view.animation.Animation.AnimationListener;
80 public void onAnimationEnd(Animation animation) {
88 public void onAnimationRepeat(Animation animation) {
93 public void onAnimationStart(Animation animation) {
102 final Animation inAnimation = AnimationUtils.loadAnimation(this,
106 final Animation outAnimation = AnimationUtils.loadAnimation(this,
/packages/apps/Phone/src/com/android/phone/
H A DInCallTouchUi.java34 import android.view.animation.Animation;
35 import android.view.animation.Animation.AnimationListener;
927 public void onAnimationStart(Animation animation) {
931 public void onAnimationRepeat(Animation animation) {
935 public void onAnimationEnd(Animation animation) {
950 Animation anim = mIncomingCallWidget.getAnimation();
/packages/apps/MusicFX/src/com/android/musicfx/seekbar/
H A DProgressBar.java49 import android.view.animation.Animation;
820 mAnimation.setRepeatCount(Animation.INFINITE);
823 mAnimation.setStartTime(Animation.START_ON_FIRST_FRAME);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DSlotView.java26 import com.android.gallery3d.anim.Animation;
372 public static class MyAnimation extends Animation {
H A DCropView.java20 import com.android.gallery3d.anim.Animation;
279 private class AnimationController extends Animation {
/packages/apps/Launcher2/src/com/android/launcher2/
H A DCellLayout.java46 import android.view.animation.Animation;
1673 public CellLayoutAnimationController(Animation animation, float delay) {

Completed in 627 milliseconds