HomeSort by relevance Sort by last modified time
    Searched defs:mAnimation (Results 1 - 25 of 42) sorted by null

1 2

  /developers/build/prebuilts/gradle/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
AnimatedNotificationDisplayActivity.java 45 private Animator mAnimation;
77 mAnimation = ObjectAnimator.ofPropertyValuesHolder(mImageView,
80 mAnimation.setInterpolator(new AccelerateDecelerateInterpolator());
82 mAnimation.setDuration(Math.max(BASE_ANIMATION_DURATION_MS / 10,
85 mAnimation.addListener(new AnimatorListenerAdapter() {
93 mAnimation.start();
100 mAnimation.start();
105 mAnimation.pause();
  /developers/samples/android/wearable/wear/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
AnimatedNotificationDisplayActivity.java 45 private Animator mAnimation;
77 mAnimation = ObjectAnimator.ofPropertyValuesHolder(mImageView,
80 mAnimation.setInterpolator(new AccelerateDecelerateInterpolator());
82 mAnimation.setDuration(Math.max(BASE_ANIMATION_DURATION_MS / 10,
85 mAnimation.addListener(new AnimatorListenerAdapter() {
93 mAnimation.start();
100 mAnimation.start();
105 mAnimation.pause();
  /development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
AnimatedNotificationDisplayActivity.java 45 private Animator mAnimation;
77 mAnimation = ObjectAnimator.ofPropertyValuesHolder(mImageView,
80 mAnimation.setInterpolator(new AccelerateDecelerateInterpolator());
82 mAnimation.setDuration(Math.max(BASE_ANIMATION_DURATION_MS / 10,
85 mAnimation.addListener(new AnimatorListenerAdapter() {
93 mAnimation.start();
100 mAnimation.start();
105 mAnimation.pause();
  /cts/tests/tests/view/src/android/view/cts/
View_AnimationTest.java 56 private TranslateAnimation mAnimation;
66 mAnimation = new TranslateAnimation(0.0f, 10.0f, 0.0f, 10.0f);
67 mAnimation.setDuration(DURATION);
77 view.setAnimation(mAnimation);
80 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, view, mAnimation,
94 mActivityRule.runOnUiThread(() -> view.startAnimation(mAnimation));
96 AnimationTestUtils.assertRunAnimation(mInstrumentation, mActivityRule, view, mAnimation,
103 assertFalse(mAnimation.hasStarted());
105 view.setAnimation(mAnimation);
107 assertSame(mAnimation, view.getAnimation())
    [all...]
  /packages/apps/Settings/src/com/android/settings/fingerprint/
FingerprintEnrollFindSensor.java 43 private FingerprintFindSensorAnimation mAnimation;
68 mAnimation = (FingerprintFindSensorAnimation) animationView;
70 mAnimation = null;
81 if (mAnimation != null) {
82 mAnimation.startAnimation();
118 if (mAnimation != null) {
119 mAnimation.pauseAnimation();
126 if (mAnimation != null) {
127 mAnimation.stopAnimation();
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
AnimateDrawable.java 27 private Animation mAnimation;
36 mAnimation = animation;
40 return mAnimation;
44 mAnimation = anim;
48 return mAnimation != null && mAnimation.hasStarted();
52 return mAnimation == null || mAnimation.hasEnded();
60 Animation anim = mAnimation;
  /frameworks/base/services/core/java/com/android/server/wm/
SurfaceAnimator.java 49 private AnimationAdapter mAnimation;
81 if (anim != mAnimation) {
110 mAnimation = anim;
124 mAnimation.startAnimation(mLeash, t, mInnerAnimationFinishedCallback);
146 if (delayed && mAnimation != null) {
147 mAnimation.startAnimation(mLeash, mAnimatable.getPendingTransaction(),
158 return mAnimation != null;
165 return mAnimation;
227 mAnimation = from.mAnimation;
    [all...]
WindowAnimationSpec.java 46 private Animation mAnimation;
62 mAnimation = animation;
76 return mAnimation.getDetachWallpaper();
81 return mAnimation.getShowWallpaper();
86 return mAnimation.getBackgroundColor();
91 return mAnimation.computeDurationHint();
98 mAnimation.getTransformation(currentPlayTime, tmp.transformation);
119 TranslateAnimation openTranslateAnimation = findTranslateAnimation(mAnimation);
147 pw.print(prefix); pw.println(mAnimation);
153 proto.write(ANIMATION, mAnimation.toString())
    [all...]
  /frameworks/native/libs/gui/include/gui/
SurfaceComposerClient.h 156 bool mAnimation = false;
  /external/replicaisland/src/com/replica/replicaisland/
AnimationPlayerActivity.java 43 private AnimationDrawable mAnimation;
83 mAnimation = (AnimationDrawable) canvasImage.getDrawable();
173 if (hasFocus && mAnimation != null) {
174 mAnimation.start();
175 mKillActivityHandler.sleep(mAnimation.getDuration(0) * mAnimation.getNumberOfFrames());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
HardwareUiLayout.java 50 private AnimatorSet mAnimation;
322 mAnimation.cancel();
325 mAnimation = new AnimatorSet();
326 mAnimation.addListener(new AnimatorListenerAdapter() {
338 mAnimation.playTogether(top,
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
WindowAnimationSpecTest.java 51 private final Animation mAnimation = mock(Animation.class);
68 WindowAnimationSpec windowAnimationSpec = new WindowAnimationSpec(mAnimation, null,
80 WindowAnimationSpec windowAnimationSpec = new WindowAnimationSpec(mAnimation,
94 WindowAnimationSpec windowAnimationSpec = new WindowAnimationSpec(mAnimation, null,
  /frameworks/base/core/java/android/view/animation/
LayoutAnimationController.java 78 protected Animation mAnimation;
201 mAnimation = animation;
202 mAnimation.setFillBefore(true);
215 return mAnimation;
301 mDuration = mAnimation.getDuration();
303 mAnimation.setStartTime(-1);
323 final long delay = getDelayForView(view) + mAnimation.getStartOffset();
327 final Animation animation = mAnimation.clone();
343 mAnimation.getStartTime() + mMaxDelay + mDuration;
378 final float delay = mDelay * mAnimation.getDuration()
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
PieRenderer.java 49 private ScaleAnimation mAnimation = new ScaleAnimation();
602 mAnimation.cancel();
603 mAnimation.reset();
716 if (mAnimation != null) {
717 mAnimation.cancel();
742 mAnimation.reset();
743 mAnimation.setDuration(duration);
744 mAnimation.setScale(fromScale, toScale);
745 mAnimation.setAnimationListener(timeout ? mEndAction : null);
746 mOverlay.startAnimation(mAnimation);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLView.java 67 private CanvasAnimation mAnimation;
88 mAnimation = animation;
89 if (mAnimation != null) {
90 mAnimation.start();
91 root.registerLaunchedAnimation(mAnimation);
269 && component.mAnimation == null) return;
276 CanvasAnimation anim = component.mAnimation;
282 component.mAnimation = null;
SlotView.java 71 private SlotAnimation mAnimation = null;
170 mAnimation = new ScatteringAnimation(position);
171 mAnimation.start();
176 mAnimation = new RisingAnimation();
177 mAnimation.start();
270 if (mAnimation != null) {
271 more |= mAnimation.calculate(animTime);
322 if (mAnimation != null && mAnimation.isActive()) {
323 mAnimation.apply(canvas, index, rect)
    [all...]
  /frameworks/base/core/java/android/widget/
ProgressBar.java 187 private AlphaAnimation mAnimation;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewManager.java 117 private SwapAnimation mAnimation;
666 if (mAnimation != null) {
667 mAnimation.tick(gc);
    [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 
android-all-o-preview-4-robolectric-0.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 

Completed in 389 milliseconds

1 2