Android
android.view.animation
protected static class

android.view.animation.Animation.Description

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()
Methods inherited from class java.lang.Object

Details

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

protected Animation.Description()

Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56