HomeSort by relevance Sort by last modified time
    Searched refs:IsAnimating (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/ui/views/animation/
bounds_animator.cc 48 if (IsAnimating(view)) {
74 if (!IsAnimating(view)) {
83 if (!IsAnimating(view))
94 if (!IsAnimating(view))
110 return !IsAnimating(view) ? NULL : data_[view].animation;
116 DCHECK(IsAnimating(view));
122 if (!IsAnimating(view))
128 bool BoundsAnimator::IsAnimating(View* view) const {
132 bool BoundsAnimator::IsAnimating() const {
190 if (!IsAnimating(view)
    [all...]
bounds_animator_unittest.cc 121 EXPECT_TRUE(animator()->IsAnimating());
145 EXPECT_FALSE(animator()->IsAnimating());
177 EXPECT_FALSE(animator()->IsAnimating());
bounds_animator.h 75 bool IsAnimating(View* view) const;
78 bool IsAnimating() const;
  /external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_exit_bubble.h 57 virtual bool IsAnimating() = 0;
fullscreen_exit_bubble.cc 111 } else if (IsAnimating()) {
  /external/chromium_org/chrome/browser/ui/views/
fullscreen_exit_bubble_views.h 74 virtual bool IsAnimating() OVERRIDE;
dropdown_bar_host.h 60 bool IsAnimating() const;
dropdown_bar_host.cc 104 bool DropdownBarHost::IsAnimating() const {
find_bar_host.cc 243 *fully_visible = IsVisible() && !IsAnimating();
fullscreen_exit_bubble_views.cc 494 bool FullscreenExitBubbleViews::IsAnimating() {
  /external/chromium_org/ash/test/
shelf_view_test_api.cc 88 if (!shelf_view_->bounds_animator_->IsAnimating())
  /external/chromium_org/chrome/browser/ui/views/ash/
tab_scrubber.cc 103 if (tab_strip->IsAnimating()) {
tab_scrubber_browsertest.cc 176 ASSERT_FALSE(tab_strip->IsAnimating());
  /external/chromium_org/ui/compositor/
layer.cc 717 if (IsAnimating())
972 if (IsAnimating())
984 if (IsAnimating())
993 bool Layer::IsAnimating() const {
layer.h 405 bool IsAnimating() const;
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.h 197 bool IsAnimating() const;
tab_strip.cc 791 if (!in_tab_close_ && IsAnimating()) {
839 if (!IsAnimating() && (!in_tab_close_ || tiny_tabs)) {
938 bool TabStrip::IsAnimating() const {
939 return bounds_animator_.IsAnimating();
943 if (!IsAnimating())
    [all...]
  /external/chromium_org/ui/app_list/views/
apps_grid_view.cc 850 return bounds_animator_.IsAnimating(view);
882 if (bounds_animator_.IsAnimating())
    [all...]
  /external/chromium_org/ash/shelf/
shelf_view.cc 680 if (bounds_animator_->IsAnimating()) {
    [all...]
  /external/chromium_org/ui/message_center/views/
message_center_view.cc 407 if (animator_.get() && animator_->IsAnimating()) {
    [all...]

Completed in 369 milliseconds