HomeSort by relevance Sort by last modified time
    Searched defs:animating (Results 1 - 15 of 15) 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 55 bool animating = false; local
56 GetNetworkStateHandlerImageAndLabel(&image, &label, &animating);
57 if (animating)
74 bool* animating) {
86 *animating = false;
89 *animating = vpn->IsConnectingState();
tray_network.cc 72 bool animating = false; local
74 network_icon::ICON_TYPE_TRAY, &image, &name, &animating);
77 if (animating)
156 bool animating = false; local
158 network_icon::ICON_TYPE_DEFAULT_VIEW, &image, &label, &animating);
159 if (animating)
network_state_list_detailed_view.cc 481 bool animating = false; local
496 if (!animating && network->IsConnectingState())
497 animating = true;
499 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 100 // Animating the BrowserActionsContainer:
137 bool animating() const { return animation_target_size_ > 0; } function in class:BrowserActionsContainer
169 // finishes animating to a new size, or (if not animating) the currently
391 // Don't show the chevron while animating.
400 // are done animating.
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
network_dropdown.cc 184 bool animating = false; local
186 ash::network_icon::ICON_TYPE_LIST, &icon_image, &text, &animating);
187 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/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 688 // Pretend the layer is animating.
758 bool animating[2] = { false, true }; local
760 // Pretend the layer is animating.
761 layer->draw_properties().target_space_transform_is_animating = animating[i];
    [all...]
  /external/chromium_org/ui/message_center/views/
message_center_view.cc 723 bool animating = settings_transition_animation_ && local
725 if (animating && settings_transition_animation_->current_part_index() == 0) {
748 if (!animating) {
    [all...]
  /external/chromium_org/ui/views/controls/button/
text_button.cc 108 bool animating = button->GetAnimation()->is_animating(); local
112 // STATE_NORMAL and |animating| so that we show throb animations started from
118 ((state == TextButton::STATE_NORMAL) && animating))) {
123 if (animating) {
  /frameworks/base/services/core/java/com/android/server/wm/
AppWindowAnimator.java 39 boolean animating; field in class:AppWindowAnimator
95 animating = false;
135 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 257 milliseconds