Home | History | Annotate | Download | only in compositor

Lines Matching defs:BOUNDS

203   animator->StopAnimatingProperty(LayerAnimationElement::BOUNDS);
590 // ScheduleTogether is being used, the bounds animation should not start until
1888 ASSERT_TRUE(animator->IsAnimatingProperty(LayerAnimationElement::BOUNDS));
1893 // Completing the brightness animation should have stopped the bounds
1895 ASSERT_FALSE(animator->IsAnimatingProperty(LayerAnimationElement::BOUNDS));
1932 ASSERT_TRUE(animator->IsAnimatingProperty(LayerAnimationElement::BOUNDS));
1942 // brightness animation. |observer| should have stopped the bounds animation
1944 ASSERT_FALSE(animator->IsAnimatingProperty(LayerAnimationElement::BOUNDS));
1992 // start an implicit bounds animation.
1997 EXPECT_TRUE(animator->IsAnimatingProperty(LayerAnimationElement::BOUNDS));
2012 EXPECT_FALSE(animator->IsAnimatingProperty(LayerAnimationElement::BOUNDS));
2125 LayerAnimationElement::BOUNDS, -1);
2127 EXPECT_TRUE(animator->IsAnimatingProperty(LayerAnimationElement::BOUNDS));