Searched refs:HasAnimationThatAffectsScale (Results 1 – 3 of 3) sorted by relevance
132 bool HasAnimationThatAffectsScale() const;
1786 TEST(LayerAnimationControllerTest, HasAnimationThatAffectsScale) { in TEST() argument1790 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()
469 bool LayerAnimationController::HasAnimationThatAffectsScale() const { in HasAnimationThatAffectsScale() function in cc::LayerAnimationController