HomeSort by relevance Sort by last modified time
    Searched refs:mTransitionAnimation (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlideshowView.java 47 private final FloatAnimation mTransitionAnimation =
54 mTransitionAnimation.start();
95 boolean requestRender = mTransitionAnimation.calculate(animTime);
98 float alpha = mPrevTexture == null ? 1f : mTransitionAnimation.get();
  /frameworks/base/core/java/com/android/internal/widget/
SizeAdaptiveLayout.java 70 private AnimatorSet mTransitionAnimation;
118 mTransitionAnimation = new AnimatorSet();
119 mTransitionAnimation.play(mFadeView).with(mFadePanel);
120 mTransitionAnimation.setDuration(CROSSFADE_TIME);
121 mTransitionAnimation.addListener(mAnimatorListener);
129 return mTransitionAnimation;
263 if (mTransitionAnimation.isRunning()) {
264 mTransitionAnimation.cancel();
269 mTransitionAnimation.setupStartValues();
270 mTransitionAnimation.start()
    [all...]

Completed in 140 milliseconds