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

  /external/webkit/Source/WebCore/rendering/
RenderFullScreen.cpp 35 void RenderFullScreen::setAnimating(bool animating)
37 m_isAnimating = animating;
RenderProgress.cpp 88 bool animating = style()->hasAppearance() && m_animationDuration > 0; local
89 if (animating == m_animating)
92 m_animating = animating;
  /frameworks/base/services/java/com/android/server/wm/
AppWindowAnimator.java 25 boolean animating; field in class:AppWindowAnimator
72 animating = false;
108 animating = true;
206 // it as not animating for purposes of scheduling transactions;
212 if ((mAppToken.allDrawn || animating || mAppToken.startingDisplayed)
214 if (!animating) {
218 + " allDrawn=" + mAppToken.allDrawn + " animating=" + animating);
220 animating = true;
238 animating = true
    [all...]
DimLayer.java 179 final boolean animating = isAnimating();
180 if ((animating && (mTargetAlpha != alpha || durationEndsEarlier(duration)))
181 || (!animating && mAlpha != alpha)) {
WindowState.java 741 final boolean animating = atoken != null
747 || mWinAnimator.mAnimation != null || animating);
758 && (atoken == null || !atoken.hiddenRequested || atoken.mAppAnimator.animating)
863 * Return true if this window or its app token is currently animating.
    [all...]
WindowStateAnimator.java 87 boolean mWasAnimating; // Were we animating going into the most recent animation step?
207 /** Is the window or its container currently animating? */
216 /** Is the window animating the DummyAnimation? */
222 /** Is this window currently animating? */
252 // we just started or just stopped animating by comparing mWasAnimating with isAnimating().
289 // When our app token is animating, we kind-of pretend like
293 // locally animating itself. The idea being that one that
317 // Done animating, clean up.
366 + mWin.mToken + ": first real window done animating");
637 // Currently animating, persist current state of allDrawn until animatio
    [all...]
WindowAnimator.java 186 // stopped animating, do one more pass through the layout
190 "updateWindowsApps...: done animating " + appAnimator.mAppToken);
202 // stopped animating, do one more pass through the layout
206 "updateWindowsApps...: done animating exiting " + appAnimator.mAppToken);
378 // If this window is animating, make a note that we have
379 // an animating window and take care of a request to run
404 && appAnimator.animating) {
    [all...]
WindowManagerService.java 532 // If non-null, we are in the middle of animating from one wallpaper target
535 // If non-null, we are in the middle of animating from one wallpaper target
    [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
AnimatedImageView.java 90 public void setAnimating(boolean animating) {
91 mAnimating = animating;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PinnedHeaderListView.java 87 boolean animating; field in class:PinnedHeaderListView.PinnedHeader
263 header.animating = false;
277 if (header.animating) {
288 header.animating = true;
314 header.animating = false;
337 if (header.visible && (animate || header.animating) && header.state == BOTTOM) {
339 if (!header.animating) {
343 header.animating = true;
439 if (mHeaders[i].animating) {
500 if (header.animating) {
    [all...]
  /development/ndk/platforms/android-9/samples/native-activity/jni/
main.c 51 int animating; member in struct:engine
159 engine->animating = 0;
171 engine->animating = 1;
219 // Also stop animating.
220 engine->animating = 0;
263 // If not animating, we will block forever waiting for events.
264 // If animating, we loop until all events are read, then continue
266 while ((ident=ALooper_pollAll(engine.animating ? 0 : -1, NULL, &events,
294 if (engine.animating) {
  /external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
main.c 51 int animating; member in struct:engine
159 engine->animating = 0;
171 engine->animating = 1;
219 // Also stop animating.
220 engine->animating = 0;
263 // If not animating, we will block forever waiting for events.
264 // If animating, we loop until all events are read, then continue
266 while ((ident=ALooper_pollAll(engine.animating ? 0 : -1, NULL, &events,
294 if (engine.animating) {
  /development/ndk/platforms/android-9/samples/native-plasma/jni/
plasma.c 379 int animating; member in struct:engine
410 engine->animating = 0;
416 engine->animating = 1;
440 engine->animating = 0;
475 // If not animating, we will block forever waiting for events.
476 // If animating, we loop until all events are read, then continue
478 while ((ident=ALooper_pollAll(engine.animating ? 0 : -1, NULL, &events,
494 if (engine.animating) {
  /external/chromium/chrome/browser/ui/gtk/
browser_actions_toolbar_gtk.h 68 bool animating() { function in class:BrowserActionsToolbarGtk
209 // This is the final width we are animating towards.
211 // This is the width we were at when we started animating.
  /frameworks/base/graphics/java/android/graphics/drawable/
DrawableContainer.java 356 boolean animating = false;
367 animating = true;
384 animating = true;
391 if (schedule && animating) {
  /external/webkit/Source/WebCore/page/animation/
CompositeAnimation.cpp 329 // "animating" means that something is running that requires the timer to keep firing
330 void CompositeAnimation::setAnimating(bool animating)
336 transition->setAnimating(animating);
344 anim->setAnimating(animating);
  /external/chromium/chrome/browser/ui/views/
browser_actions_container.h 244 // Animating the BrowserActionsContainer:
283 bool animating() const { return animation_target_size_ > 0; } function in class:BrowserActionsContainer
502 // Don't show the chevron while animating.
511 // are done animating.
  /frameworks/ex/carousel/java/com/android/ex/carousel/
carousel.rs 605 return stillAnimating; // still animating;
717 * Returns true if we're still animating any property of the cards (e.g. fades).
828 * Returns true if we're still animating any property of the cards (e.g. fades).
    [all...]
  /external/chromium/chrome/browser/ui/gtk/extensions/
extension_installed_bubble_gtk.cc 40 // the toolbar to finish animating to know where the item's final position
131 if (toolbar->animating() && animation_wait_retries_-- > 0) {
  /external/chromium/chrome/browser/ui/views/extensions/
extension_installed_bubble.cc 304 if (container->animating() &&
307 // animating, so check back in a little while.
  /frameworks/base/core/java/android/view/
ViewRootImpl.java     [all...]
  /external/v8/benchmarks/spinning-balls/
v.js 31 * http://paulirish.com/2011/requestanimationframe-for-smart-animating/
  /external/chromium/chrome/browser/automation/
testing_automation_provider.h 262 void GetBookmarkBarVisibility(int handle, bool* visible, bool* animating);
    [all...]
testing_automation_provider.cc     [all...]
  /external/chromium/chrome/browser/resources/
new_new_tab.js 431 // Returns whether or not the sections are currently animating due to a
    [all...]

Completed in 865 milliseconds