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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderProgress.cpp 91 bool animating = style()->hasAppearance() && m_animationDuration > 0; local
92 if (animating == m_animating)
95 m_animating = animating;
  /external/chromium_org/ash/system/chromeos/network/
tray_vpn.cc 57 bool animating = false; local
58 GetNetworkStateHandlerImageAndLabel(&image, &label, &animating);
59 if (animating)
77 bool* animating) {
89 *animating = false;
92 *animating = vpn->IsConnectingState();
tray_network.cc 74 bool animating = false; local
76 ui::network_icon::ICON_TYPE_TRAY, &image, &name, &animating);
79 if (animating)
159 bool animating = false; local
161 ui::network_icon::ICON_TYPE_DEFAULT_VIEW, &image, &label, &animating);
162 if (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_org/chrome/browser/ui/views/toolbar/
browser_actions_container.h 107 // Animating the BrowserActionsContainer:
152 bool animating() const { return animation_target_size_ > 0; } function in class:BrowserActionsContainer
191 // finishes animating to a new size, or (if not animating) the currently
413 // Don't show the chevron while animating.
422 // are done animating.
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
network_dropdown.cc 183 bool animating = false; local
185 ui::network_icon::ICON_TYPE_LIST, &icon_image, &text, &animating);
186 if (animating) {
  /external/chromium_org/third_party/webrtc/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_org/ui/chromeos/network/
network_list.cc 83 bool animating = false; local
98 if (!animating && network->IsConnectingState())
99 animating = true;
102 if (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_org/cc/layers/
tiled_layer_unittest.cc 715 // Pretend the layer is animating.
785 bool animating[2] = { false, true }; local
787 // Pretend the layer is animating.
788 layer->draw_properties().target_space_transform_is_animating = animating[i];
    [all...]
  /external/chromium_org/ui/message_center/views/
message_center_view.cc 726 bool animating = settings_transition_animation_ && local
728 if (animating && settings_transition_animation_->current_part_index() == 0) {
751 if (!animating) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
AppWindowAnimator.java 39 boolean animating; field in class:AppWindowAnimator
96 animating = false;
136 animating = true;
248 // it as not animating for purposes of scheduling transactions;
254 if ((mAppToken.allDrawn || animating || mAppToken.startingDisplayed)
256 if (!animating) {
261 + " allDrawn=" + mAppToken.allDrawn + " animating=" + animating);
263 animating = true;
281 animating = true
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PinnedHeaderListView.java 90 boolean animating; field in class:PinnedHeaderListView.PinnedHeader
267 header.animating = false;
281 if (header.animating) {
292 header.animating = true;
318 header.animating = false;
341 if (header.visible && (animate || header.animating) && header.state == BOTTOM) {
343 if (!header.animating) {
347 header.animating = true;
478 if (mHeaders[i].animating) {
551 if (header.animating) {
    [all...]

Completed in 4164 milliseconds