HomeSort by relevance Sort by last modified time
    Searched defs:advanceAnimation (Results 1 - 6 of 6) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
ScrollerHelper.java 45 public boolean advanceAnimation(long currentTimeMillis) {
Paper.java 58 public boolean advanceAnimation() {
UndoBarView.java 93 advanceAnimation();
189 private void advanceAnimation() {
SlotView.java 247 boolean more = mScroller.advanceAnimation(animTime);
248 more |= mLayout.advanceAnimation(animTime);
266 paperActive = mPaper.advanceAnimation();
619 public boolean advanceAnimation(long animTime) {
PositionController.java 61 // faster for Animatable.advanceAnimation() to calculate the progress
774 // If time advances to change the box position, advanceAnimation() should
803 public void advanceAnimation() {
805 changed |= mPlatform.advanceAnimation();
807 changed |= mBoxes.get(i).advanceAnimation();
810 changed |= mGaps.get(i).advanceAnimation();
812 changed |= mFilmRatio.advanceAnimation();
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
BitmapImage.cpp 355 m_frameTimer = new Timer<BitmapImage>(this, &BitmapImage::advanceAnimation);
384 // with when advanceAnimation() is called, and the region is dirtied
421 void BitmapImage::advanceAnimation(Timer<BitmapImage>*)

Completed in 62 milliseconds