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

  /external/chromium_org/ui/views/corewm/
visibility_controller.cc 54 IsAnimatingProperty(ui::LayerAnimationElement::OPACITY) &&
  /external/chromium_org/cc/animation/
layer_animation_controller.h 78 bool IsAnimatingProperty(Animation::TargetProperty target_property) const;
layer_animation_controller.cc 235 bool LayerAnimationController::IsAnimatingProperty(
  /external/chromium_org/ui/compositor/
layer_animator.h 146 bool IsAnimatingProperty(
layer.cc 202 if (animator_.get() && animator_->IsAnimatingProperty(
214 if (animator_.get() && animator_->IsAnimatingProperty(
259 if (animator_.get() && animator_->IsAnimatingProperty(
271 if (animator_.get() && animator_->IsAnimatingProperty(
351 if (animator_.get() && animator_->IsAnimatingProperty(
362 if (animator_.get() && animator_->IsAnimatingProperty(
layer_animator_unittest.cc     [all...]
layer_animator.cc 271 bool LayerAnimator::IsAnimatingProperty(
  /external/chromium_org/ash/wm/
frame_painter.cc 426 (parent->layer()->GetAnimator()->IsAnimatingProperty(
428 parent->layer()->GetAnimator()->IsAnimatingProperty(
    [all...]
  /external/chromium_org/cc/layers/
layer.cc 511 return layer_animation_controller_->IsAnimatingProperty(Animation::Opacity);
559 return layer_animation_controller_->IsAnimatingProperty(Animation::Transform);
layer_impl.cc 740 return layer_animation_controller_->IsAnimatingProperty(Animation::Opacity);
784 return layer_animation_controller_->IsAnimatingProperty(Animation::Transform);
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_win.cc 197 content_window_->layer()->GetAnimator()->IsAnimatingProperty(

Completed in 469 milliseconds