Searched defs:animTime (Results 1 - 3 of 3) sorted by relevance

/packages/experimental/Bummer/src/com/android/dreams/bummer/
H A DBummerView.java84 public void setAnimationParams(boolean animate, int delay, int animTime) { argument
87 mAnimTime = animTime;
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DBummerView.java84 public void setAnimationParams(boolean animate, int delay, int animTime) { argument
87 mAnimTime = animTime;
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DSlotView.java245 long animTime = AnimationTime.get();
246 boolean more = mScroller.advanceAnimation(animTime);
247 more |= mLayout.advanceAnimation(animTime);
271 more |= mAnimation.calculate(animTime);
619 public boolean advanceAnimation(long animTime) { argument
621 return mVerticalPadding.calculate(animTime) | mHorizontalPadding.calculate(animTime);

Completed in 1534 milliseconds