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(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(OPACITY, duration)
    [all...]
layer_animation_element.h 28 class COMPOSITOR_EXPORT LayerAnimationElement {
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* CreateBoundsElement
    [all...]

Completed in 659 milliseconds