HomeSort by relevance Sort by last modified time
    Searched defs:LayerAnimationElement (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/compositor/
layer_animation_element.cc 30 class Pause : public LayerAnimationElement {
33 : LayerAnimationElement(properties, duration) {
51 class TransformTransition : public LayerAnimationElement {
54 : LayerAnimationElement(GetProperties(), duration),
79 properties.insert(LayerAnimationElement::TRANSFORM);
91 class InterpolatedTransformTransition : public LayerAnimationElement {
95 : LayerAnimationElement(GetProperties(), duration),
119 properties.insert(LayerAnimationElement::TRANSFORM);
130 class BoundsTransition : public LayerAnimationElement {
133 : LayerAnimationElement(GetProperties(), duration)
    [all...]
layer_animation_element.h 28 class COMPOSITOR_EXPORT LayerAnimationElement {
59 LayerAnimationElement(const AnimatableProperties& properties,
62 virtual ~LayerAnimationElement();
66 static LayerAnimationElement* CreateTransformElement(
74 static LayerAnimationElement* CreateInverseTransformElement(
76 const LayerAnimationElement* uninverted_transition);
80 static LayerAnimationElement* CloneInverseTransformElement(
81 const LayerAnimationElement* other);
90 static LayerAnimationElement* CreateInterpolatedTransformElement(
96 static LayerAnimationElement* CreateBoundsElement
    [all...]

Completed in 77 milliseconds