OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:advanceanimation
(Results
1 - 8
of
8
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
ScrollerHelper.java
45
public boolean
advanceAnimation
(long currentTimeMillis) {
UndoBarView.java
98
advanceAnimation
();
195
private void
advanceAnimation
() {
PositionController.java
62
// 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
...]
Paper.java
59
public boolean
advanceAnimation
() {
SlotView.java
246
boolean more = mScroller.
advanceAnimation
(animTime);
247
more |= mLayout.
advanceAnimation
(animTime);
265
paperActive = mPaper.
advanceAnimation
();
619
public boolean
advanceAnimation
(long animTime) {
PhotoView.java
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
BitmapImage.h
142
void
advanceAnimation
(Timer<BitmapImage>*);
BitmapImage.cpp
467
m_frameTimer = new Timer<BitmapImage>(this, &BitmapImage::
advanceAnimation
);
496
// with when
advanceAnimation
() is called, and the region is dirtied
533
void BitmapImage::
advanceAnimation
(Timer<BitmapImage>*)
Completed in 329 milliseconds