HomeSort by relevance Sort by last modified time
    Searched refs:StopAnimatingProperty (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ui/compositor/
layer_animator.h 157 void StopAnimatingProperty(
layer.cc 434 animator_->StopAnimatingProperty(LayerAnimationElement::TRANSFORM);
435 animator_->StopAnimatingProperty(LayerAnimationElement::OPACITY);
606 animator_->StopAnimatingProperty(LayerAnimationElement::TRANSFORM);
layer_animator.cc 97 StopAnimatingProperty(LayerAnimationElement::property); \
290 void LayerAnimator::StopAnimatingProperty(
layer_animator_unittest.cc 191 // Checks that StopAnimatingProperty stops animation for that property, and also
193 TEST(LayerAnimatorTest, StopAnimatingProperty) {
203 animator->StopAnimatingProperty(LayerAnimationElement::OPACITY);
206 animator->StopAnimatingProperty(LayerAnimationElement::BOUNDS);
    [all...]
  /external/chromium_org/ash/wm/overview/
window_selector.cc 461 window->layer()->GetAnimator()->StopAnimatingProperty(

Completed in 253 milliseconds