Home
last modified time | relevance | path

Searched refs:HasAnimationThatAffectsScale (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/cc/animation/
Dlayer_animation_controller.h132 bool HasAnimationThatAffectsScale() const;
Dlayer_animation_controller_unittest.cc1786 TEST(LayerAnimationControllerTest, HasAnimationThatAffectsScale) { in TEST() argument
1790 EXPECT_FALSE(controller_impl->HasAnimationThatAffectsScale()); in TEST()
1798 EXPECT_FALSE(controller_impl->HasAnimationThatAffectsScale()); in TEST()
1815 EXPECT_FALSE(controller_impl->HasAnimationThatAffectsScale()); in TEST()
1831 EXPECT_TRUE(controller_impl->HasAnimationThatAffectsScale()); in TEST()
1838 EXPECT_FALSE(controller_impl->HasAnimationThatAffectsScale()); in TEST()
Dlayer_animation_controller.cc469 bool LayerAnimationController::HasAnimationThatAffectsScale() const { in HasAnimationThatAffectsScale() function in cc::LayerAnimationController