Home
last modified time | relevance | path

Searched refs:StopAnimatingProperty (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ui/compositor/
Dlayer_animator.h157 void StopAnimatingProperty(
Dlayer.cc434 animator_->StopAnimatingProperty(LayerAnimationElement::TRANSFORM); in SwitchToLayer()
435 animator_->StopAnimatingProperty(LayerAnimationElement::OPACITY); in SwitchToLayer()
606 animator_->StopAnimatingProperty(LayerAnimationElement::TRANSFORM); in OnDeviceScaleFactorChanged()
Dlayer_animator.cc97 StopAnimatingProperty(LayerAnimationElement::property); \
290 void LayerAnimator::StopAnimatingProperty( in StopAnimatingProperty() function in ui::LayerAnimator
Dlayer_animator_unittest.cc193 TEST(LayerAnimatorTest, StopAnimatingProperty) { in TEST() argument
203 animator->StopAnimatingProperty(LayerAnimationElement::OPACITY); in TEST()
206 animator->StopAnimatingProperty(LayerAnimationElement::BOUNDS); in TEST()
1439 animator->StopAnimatingProperty(LayerAnimationElement::BRIGHTNESS); in TEST()
1543 test_controller.animator()->StopAnimatingProperty( in TEST()
/external/chromium_org/ash/wm/overview/
Dwindow_selector.cc461 window->layer()->GetAnimator()->StopAnimatingProperty( in OnWindowBoundsChanged()