Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
protected static class

Animation.Description

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

Class Overview

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 ()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public int type

Added in API level 1

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

public float value

Added in API level 1

The absolute or relative dimension for this Description.

Protected Constructors

protected Animation.Description ()

Added in API level 1