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 27 class COMPOSITOR_EXPORT LayerAnimationElement {
58 LayerAnimationElement(const AnimatableProperties& properties,
60 virtual ~LayerAnimationElement();
64 static LayerAnimationElement* CreateTransformElement(
75 static LayerAnimationElement* CreateInterpolatedTransformElement(
81 static LayerAnimationElement* CreateBoundsElement(
87 static LayerAnimationElement* CreateOpacityElement(
93 static LayerAnimationElement* CreateVisibilityElement(
99 static LayerAnimationElement* CreateBrightnessElement(
105 static LayerAnimationElement* CreateGrayscaleElement
    [all...]

Completed in 25 milliseconds