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

  /external/chromium_org/ui/compositor/
layer_animation_delegate.h 23 virtual void SetTransformFromAnimation(const gfx::Transform& transform) = 0;
layer_animation_element.cc 65 delegate->SetTransformFromAnimation(
99 delegate->SetTransformFromAnimation(
457 delegate->SetTransformFromAnimation(gfx::Tween::TransformValueBetween(
465 delegate->SetTransformFromAnimation(target_);
539 delegate->SetTransformFromAnimation(ComputeCurrentTransform());
544 delegate->SetTransformFromAnimation(computed_target_transform_);
layer_animation_element_unittest.cc 41 delegate.SetTransformFromAnimation(start_transform);
119 delegate.SetTransformFromAnimation(transform);
410 delegate.SetTransformFromAnimation(start_transform);
layer.h 378 virtual void SetTransformFromAnimation(
layer_animation_sequence_unittest.cc 145 delegate.SetTransformFromAnimation(start_transform);
layer.cc 844 void Layer::SetTransformFromAnimation(const gfx::Transform& transform) {
  /external/chromium_org/ui/compositor/test/
test_layer_animation_delegate.cc 34 void TestLayerAnimationDelegate::SetTransformFromAnimation(
test_layer_animation_delegate.h 23 virtual void SetTransformFromAnimation(
  /external/chromium_org/ash/rotator/
screen_rotation.cc 112 delegate->SetTransformFromAnimation(interpolated_transform_->Interpolate(t));

Completed in 401 milliseconds