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

  /external/webkit/Source/WebCore/rendering/
RenderProgress.cpp 88 bool animating = style()->hasAppearance() && m_animationDuration > 0; local
89 if (animating == m_animating)
92 m_animating = animating;
  /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/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.
  /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) {
  /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/base/services/java/com/android/server/wm/
AppWindowAnimator.java 24 boolean animating; field in class:AppWindowAnimator
63 animating = false;
97 animating = true;
190 // it as not animating for purposes of scheduling transactions;
196 if ((mAppToken.allDrawn || animating || mAppToken.startingDisplayed)
198 if (!animating) {
203 + " allDrawn=" + mAppToken.allDrawn + " animating=" + animating);
208 animating = true;
226 animating = true
    [all...]
  /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) {
  /packages/apps/Contacts/src/com/android/contacts/widget/
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;
438 if (mHeaders[i].animating) {
499 if (header.animating) {
    [all...]

Completed in 805 milliseconds