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

  /external/chromium_org/ash/frame/
header_painter_util.cc 91 return !parent_layer_animator->IsAnimatingProperty(
93 !parent_layer_animator->IsAnimatingProperty(
  /external/chromium_org/ui/wm/core/
visibility_controller.cc 55 window->layer()->GetAnimator()->IsAnimatingProperty(
visibility_controller_unittest.cc 46 IsAnimatingProperty(ui::LayerAnimationElement::OPACITY));
  /external/chromium_org/cc/animation/
layer_animation_controller.h 86 bool IsAnimatingProperty(Animation::TargetProperty target_property) const;
layer_animation_controller.cc 286 bool LayerAnimationController::IsAnimatingProperty(
429 return IsAnimatingProperty(Animation::Transform);
    [all...]
layer_animation_controller_unittest.cc     [all...]
  /external/chromium_org/ui/compositor/
layer_animator.h 149 bool IsAnimatingProperty(
layer.cc 237 if (animator_.get() && animator_->IsAnimatingProperty(
254 if (animator_.get() && animator_->IsAnimatingProperty(
299 if (animator_.get() && animator_->IsAnimatingProperty(
311 if (animator_.get() && animator_->IsAnimatingProperty(
401 if (animator_.get() && animator_->IsAnimatingProperty(
412 if (animator_.get() && animator_->IsAnimatingProperty(
layer_animator_unittest.cc     [all...]
layer_animator.cc 267 bool LayerAnimator::IsAnimatingProperty(
  /external/chromium_org/cc/layers/
layer.cc 468 return layer_animation_controller_->IsAnimatingProperty(Animation::Filter);
488 return layer_animation_controller_->IsAnimatingProperty(Animation::Opacity);
594 return layer_animation_controller_->IsAnimatingProperty(Animation::Transform);
    [all...]
layer_impl.cc 917 return layer_animation_controller_->IsAnimatingProperty(Animation::Filter);
960 return layer_animation_controller_->IsAnimatingProperty(Animation::Opacity);
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_win.cc 188 content_window_->layer()->GetAnimator()->IsAnimatingProperty(
    [all...]

Completed in 692 milliseconds