Most visited

Recently visited

Added in API level 1

Animation.Description

protected static class Animation.Description
extends Object

java.lang.Object
   ↳ android.view.animation.Animation.Description


Utility class to parse a string description of a size.

Summary

Fields

public int type

One of Animation.ABSOLUTE, Animation.RELATIVE_TO_SELF, or Animation.RELATIVE_TO_PARENT.

public float value

The absolute or relative dimension for this Description.

Protected constructors

Animation.Description()

Inherited methods

From class java.lang.Object

Fields

type

Added in API level 1
int type

One of Animation.ABSOLUTE, Animation.RELATIVE_TO_SELF, or Animation.RELATIVE_TO_PARENT.

value

Added in API level 1
float value

The absolute or relative dimension for this Description.

Protected constructors

Animation.Description

Added in API level 1
Animation.Description ()

Hooray!