HomeSort by relevance Sort by last modified time
    Searched refs:animating (Results 1 - 23 of 23) 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;
  /packages/apps/Settings/src/com/android/settings/widget/
AnimatedImageView.java 90 public void setAnimating(boolean animating) {
91 mAnimating = animating;
  /frameworks/base/services/java/com/android/server/wm/
AppWindowToken.java 86 boolean animating; field in class:AppWindowToken
119 animating = false;
147 animating = true;
202 // it as not animating for purposes of scheduling transactions;
208 if ((allDrawn || animating || startingDisplayed) && animation != null) {
209 if (!animating) {
214 + " allDrawn=" + allDrawn + " animating=" + animating);
217 animating = true;
238 animating = true
    [all...]
DimAnimator.java 133 boolean animating = false;
153 // Do we need to continue animating?
159 animating = true;
178 return animating;
WindowState.java 823 + " animating=" + mAnimating
824 + " tok animating="
825 + (mAppToken != null ? mAppToken.animating : false));
    [all...]
WindowManagerService.java 518 // If non-null, we are in the middle of animating from one wallpaper target
521 // If non-null, we are in the middle of animating from one wallpaper target
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/widget/
PinnedHeaderListView.java 87 boolean animating; field in class:PinnedHeaderListView.PinnedHeader
260 header.animating = false;
274 if (header.animating) {
285 header.animating = true;
311 header.animating = false;
334 if (header.visible && (animate || header.animating) && header.state == BOTTOM) {
336 if (!header.animating) {
340 header.animating = true;
435 if (mHeaders[i].animating) {
496 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/main/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 380 int animating; member in struct:engine
411 engine->animating = 0;
417 engine->animating = 1;
441 engine->animating = 0;
476 // If not animating, we will block forever waiting for events.
477 // If animating, we loop until all events are read, then continue
479 while ((ident=ALooper_pollAll(engine.animating ? 0 : -1, NULL, &events,
495 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 345 boolean animating = false;
356 animating = true;
373 animating = true;
380 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 593 return stillAnimating; // still animating;
689 * Returns true if we're still animating any property of the cards (e.g. fades).
800 * Returns true if we're still animating any property of the cards (e.g. fades).
    [all...]
  /frameworks/base/services/java/com/android/server/
PowerManagerService.java 2103 boolean animating; field in class:PowerManagerService.BrightnessState
    [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/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 112 milliseconds