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

1 2

  /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;
  /cts/tests/tests/view/src/android/view/cts/
View_AnimationTest.java 40 private TranslateAnimation mAnimation;
50 mAnimation = new TranslateAnimation(0.0f, 10.0f, 0.0f, 10.0f);
51 mAnimation.setDuration(DURATION);
60 view.setAnimation(mAnimation);
67 AnimationTestUtils.assertRunAnimation(getInstrumentation(), view, mAnimation, TIME_OUT);
82 view.startAnimation(mAnimation);
86 AnimationTestUtils.assertRunAnimation(getInstrumentation(), view, mAnimation, TIME_OUT);
91 assertFalse(mAnimation.hasStarted());
93 view.setAnimation(mAnimation);
95 assertSame(mAnimation, view.getAnimation())
    [all...]
  /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...]
GridLayoutAnimationController.java 311 final long duration = mAnimation.getDuration();
  /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();
  /packages/apps/Settings/src/com/android/settings/fingerprint/
FingerprintEnrollFindSensor.java 38 private FingerprintFindSensorAnimation mAnimation;
58 mAnimation = (FingerprintFindSensorAnimation) findViewById(
69 mAnimation.startAnimation();
106 mAnimation.pauseAnimation();
112 mAnimation.stopAnimation();
  /frameworks/base/core/java/android/animation/
AnimatorSet.java 250 childList.add(node.mAnimation);
268 Animator animation = node.mAnimation;
285 conf |= mNodes.get(i).mAnimation.getChangingConfigurations();
423 remainingList.add(child.mAnimation);
443 if (node != mRootNode && node.mAnimation.isStarted()) {
547 node.mAnimation.setupStartValues();
558 node.mAnimation.setupEndValues();
576 node.mAnimation.pause();
596 node.mAnimation.resume();
621 node.mAnimation.setAllowRunningAsynchronously(false)
    [all...]
  /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());
  /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/services/core/java/com/android/server/wm/
DragState.java 106 private Animation mAnimation;
369 if (mAnimation != null) {
373 mAnimation = createReturnAnimationLocked();
381 if (mAnimation != null) {
384 mAnimation = createCancelAnimationLocked();
405 if (mAnimation != null) {
474 if (mAnimation != null) {
544 if (mAnimation == null) {
549 if (!mAnimation.getTransformation(currentTimeMs, mTransformation)) {
WindowStateAnimator.java 118 Animation mAnimation;
275 mAnimation = anim;
276 mAnimation.restrictDuration(WindowManagerService.MAX_ANIMATION_DURATION);
277 mAnimation.scaleCurrentDuration(mService.getWindowAnimationScaleLocked());
295 if (mAnimation != null) {
298 mAnimation.cancel();
299 mAnimation = null;
310 return mAnimation != null
311 || (mAttachedWinAnimator != null && mAttachedWinAnimator.mAnimation != null)
333 return mAnimation != null
    [all...]
WindowAnimator.java 308 winAnimator.mAnimation = new AlphaAnimation(1.0f, 1.0f);
309 winAnimator.mAnimation.setDuration(KEYGUARD_ANIM_TIMEOUT_MS);
397 + " anim=" + win.mWinAnimator.mAnimation);
604 if (winAnimator.mAnimation != null) {
606 && winAnimator.mAnimation.getDetachWallpaper()) {
609 final int color = winAnimator.mAnimation.getBackgroundColor();
    [all...]
DimLayerController.java 247 long duration = (state.animator.mAnimating && state.animator.mAnimation != null)
248 ? state.animator.mAnimation.computeDurationHint()
WindowState.java     [all...]
  /frameworks/support/core-ui/java/android/support/v4/widget/
MaterialProgressDrawable.java 112 private Animation mAnimation;
278 mAnimation.reset();
283 mAnimation.setDuration(ANIMATION_DURATION / 2);
284 mParent.startAnimation(mAnimation);
288 mAnimation.setDuration(ANIMATION_DURATION);
289 mParent.startAnimation(mAnimation);
446 mAnimation = animation;
  /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...]
  /frameworks/base/core/java/android/widget/
ProgressBar.java 226 private AlphaAnimation mAnimation;
    [all...]
  /frameworks/native/libs/gui/
SurfaceComposerClient.cpp 122 bool mAnimation;
126 mAnimation(false)
245 if (mAnimation) {
250 mAnimation = false;
258 mAnimation = true;
  /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/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 

Completed in 560 milliseconds

1 2