HomeSort by relevance Sort by last modified time
    Searched refs:Animation (Results 51 - 75 of 249) sorted by null

1 23 4 5 6 7 8 910

  /frameworks/base/services/core/java/com/android/server/policy/
StatusBarController.java 27 import android.view.animation.Animation;
28 import android.view.animation.AnimationSet;
29 import android.view.animation.Interpolator;
30 import android.view.animation.TranslateAnimation;
60 IBinder closeToken, final Animation openAnimation, final Animation closeAnimation) {
138 private static long calculateStatusBarTransitionStartTime(Animation openAnimation,
139 Animation closeAnimation) {
163 * Tries to find a {@link TranslateAnimation} inside the {@code animation}
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
IndicatorControlBarContainer.java 27 import android.view.animation.Animation;
28 import android.view.animation.Animation.AnimationListener;
29 import android.view.animation.AnimationUtils;
38 private Animation mFadeIn, mFadeOut;
39 private Animation mSecondLevelFadeIn, mSecondLevelFadeOut;
94 public void onAnimationEnd(Animation animation) {
95 if (animation == mSecondLevelFadeOut)
    [all...]
  /cts/tests/tests/view/src/android/view/animation/cts/
LayoutAnimationControllerTest.java 17 package android.view.animation.cts;
32 import android.view.animation.AccelerateInterpolator;
33 import android.view.animation.Animation;
34 import android.view.animation.AnimationUtils;
35 import android.view.animation.DecelerateInterpolator;
36 import android.view.animation.LayoutAnimationController;
37 import android.view.animation.LayoutAnimationController.AnimationParameters;
38 import android.view.animation.ScaleAnimation;
39 import android.view.animation.Transformation
395 Animation animation = AnimationUtils.loadAnimation(mActivity, R.anim.decelerate_alpha); local
422 Animation animation = new ScaleAnimation(0.0f, 10.0f, 0.0f, 20.0f); local
441 Animation animation = AnimationUtils.loadAnimation(mActivity, R.anim.decelerate_alpha); local
    [all...]
TranslateAnimationTest.java 17 package android.view.animation.cts;
35 import android.view.animation.Animation;
36 import android.view.animation.LinearInterpolator;
37 import android.view.animation.Transformation;
38 import android.view.animation.TranslateAnimation;
93 new TranslateAnimation(Animation.RELATIVE_TO_SELF, 0.6f, Animation.RELATIVE_TO_SELF, 0.6f,
94 Animation.RELATIVE_TO_SELF, 0.6f, Animation.RELATIVE_TO_SELF, 0.6f)
    [all...]
GridLayoutAnimationControllerTest.java 17 package android.view.animation.cts;
31 import android.view.animation.Animation;
32 import android.view.animation.AnimationUtils;
33 import android.view.animation.GridLayoutAnimationController;
34 import android.view.animation.GridLayoutAnimationController.AnimationParameters;
35 import android.view.animation.Transformation;
64 private Animation mDefaultAnimation;
106 Animation childAnimation1 = mGridView.getChildAt(INDEX_OF_CHILD1).getAnimation();
107 Animation childAnimation4 = mGridView.getChildAt(INDEX_OF_CHILD4).getAnimation()
    [all...]
  /developers/build/prebuilts/gradle/TextSwitcher/Application/src/main/java/com/example/android/textswitcher/
MainActivity.java 23 import android.view.animation.Animation;
24 import android.view.animation.AnimationUtils;
56 Animation in = AnimationUtils.loadAnimation(this,
58 Animation out = AnimationUtils.loadAnimation(this,
81 // Set the initial text without an animation
  /developers/samples/android/ui/views/TextSwitcher/Application/src/main/java/com/example/android/textswitcher/
MainActivity.java 23 import android.view.animation.Animation;
24 import android.view.animation.AnimationUtils;
56 Animation in = AnimationUtils.loadAnimation(this,
58 Animation out = AnimationUtils.loadAnimation(this,
81 // Set the initial text without an animation
  /development/samples/browseable/TextSwitcher/src/com.example.android.textswitcher/
MainActivity.java 23 import android.view.animation.Animation;
24 import android.view.animation.AnimationUtils;
56 Animation in = AnimationUtils.loadAnimation(this,
58 Animation out = AnimationUtils.loadAnimation(this,
81 // Set the initial text without an animation