Searched defs:LayerAnimationElement (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/compositor/
H A Dlayer_animation_element.cc30 class Pause : public LayerAnimationElement {
33 : LayerAnimationElement(properties, duration) {
51 class TransformTransition : public LayerAnimationElement {
54 : LayerAnimationElement(TRANSFORM, duration),
85 class InterpolatedTransformTransition : public LayerAnimationElement {
89 : LayerAnimationElement(TRANSFORM, duration),
118 class BoundsTransition : public LayerAnimationElement {
121 : LayerAnimationElement(BOUNDS, duration),
152 class OpacityTransition : public LayerAnimationElement {
155 : LayerAnimationElement(OPACIT
625 LayerAnimationElement::LayerAnimationElement( function in class:ui::LayerAnimationElement
637 LayerAnimationElement::LayerAnimationElement( function in class:ui::LayerAnimationElement
[all...]
H A Dlayer_animation_element.h28 class COMPOSITOR_EXPORT LayerAnimationElement { class in namespace:ui
64 LayerAnimationElement(AnimatableProperties properties,
67 virtual ~LayerAnimationElement();
71 static LayerAnimationElement* CreateTransformElement(
79 static LayerAnimationElement* CreateInverseTransformElement(
81 const LayerAnimationElement* uninverted_transition);
85 static LayerAnimationElement* CloneInverseTransformElement(
86 const LayerAnimationElement* other);
95 static LayerAnimationElement* CreateInterpolatedTransformElement(
101 static LayerAnimationElement* CreateBoundsElemen
[all...]

Completed in 1766 milliseconds