Searched refs:BoundsAnimatorTest (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/views/animation/
H A Dbounds_animator_unittest.cc92 class BoundsAnimatorTest : public testing::Test { class in namespace:views
94 BoundsAnimatorTest() : child_(new TestView()), animator_(&parent_) { function in class:views::BoundsAnimatorTest
108 DISALLOW_COPY_AND_ASSIGN(BoundsAnimatorTest);
112 TEST_F(BoundsAnimatorTest, AnimateViewTo) {
137 TEST_F(BoundsAnimatorTest, DeleteDelegateOnCancel) {
154 TEST_F(BoundsAnimatorTest, DeleteDelegateOnNewAnimate) {
167 TEST_F(BoundsAnimatorTest, StopAnimating) {

Completed in 84 milliseconds