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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderProgress.cpp 84 bool animating = style()->hasAppearance() && m_animationDuration > 0; local
85 if (animating == m_animating)
88 m_animating = animating;
  /external/chromium_org/ash/system/chromeos/network/
tray_vpn.cc 58 bool animating = false; local
59 GetNetworkStateHandlerImageAndLabel(&image, &label, &animating);
60 if (animating)
77 bool* animating) {
89 *animating = false;
92 *animating = vpn->IsConnectingState();
tray_network.cc 75 bool animating = false; local
77 network_icon::ICON_TYPE_TRAY, &image, &name, &animating);
80 if (animating)
157 bool animating = false; local
159 network_icon::ICON_TYPE_DEFAULT_VIEW, &image, &label, &animating);
160 if (animating)
network_state_list_detailed_view.cc 524 bool animating = false; local
538 if (!animating && network->IsConnectingState())
539 animating = true;
553 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/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/chromium_org/chrome/browser/ui/gtk/
browser_actions_toolbar_gtk.h 75 bool animating() { function in class:BrowserActionsToolbarGtk
222 // This is the final width we are animating towards.
224 // This is the width we were at when we started animating.
  /external/chromium_org/chrome/browser/ui/views/toolbar/
browser_actions_container.h 96 // Animating the BrowserActionsContainer:
133 bool animating() const { return animation_target_size_ > 0; } function in class:BrowserActionsContainer
360 // Don't show the chevron while animating.
369 // are done animating.
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
network_dropdown.cc 186 bool animating = false; local
188 ash::network_icon::ICON_TYPE_LIST, &icon_image, &text, &animating);
189 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) {
  /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
71 animating = false;
107 animating = true;
205 // it as not animating for purposes of scheduling transactions;
211 if ((mAppToken.allDrawn || animating || mAppToken.startingDisplayed)
213 if (!animating) {
217 + " allDrawn=" + mAppToken.allDrawn + " animating=" + animating);
219 animating = true;
237 animating = true
    [all...]
  /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 652 // Pretend the layer is animating.
722 bool animating[2] = { false, true }; local
724 // Pretend the layer is animating.
725 layer->draw_properties().target_space_transform_is_animating = animating[i];
    [all...]
  /external/chromium_org/ui/views/controls/button/
text_button.cc 116 bool animating = button->GetAnimation()->is_animating(); local
120 // STATE_NORMAL and |animating| so that we show throb animations started from
126 ((state == TextButton::STATE_NORMAL) && animating))) {
131 if (animating) {
  /external/chromium_org/ui/message_center/views/
message_center_view.cc 828 bool animating = settings_transition_animation_ && local
830 if (animating && settings_transition_animation_->current_part_index() == 0) {
853 if (!animating) {
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PinnedHeaderListView.java 89 boolean animating; field in class:PinnedHeaderListView.PinnedHeader
272 header.animating = false;
286 if (header.animating) {
297 header.animating = true;
323 header.animating = false;
346 if (header.visible && (animate || header.animating) && header.state == BOTTOM) {
348 if (!header.animating) {
352 header.animating = true;
471 if (mHeaders[i].animating) {
532 if (header.animating) {
    [all...]

Completed in 1046 milliseconds