Added in API level 1
Description
protected open class Description
| kotlin.Any | |
| ↳ | android.view.animation.Animation.Description |
Utility class to parse a string description of a size.
Summary
| Protected constructors | |
|---|---|
| Properties | |
|---|---|
| Int |
One of Animation. |
| Float |
The absolute or relative dimension for this Description. |
Protected constructors
Description
protected Description()
Properties
type
Added in API level 1
var type: Int
One of Animation.ABSOLUTE, Animation.RELATIVE_TO_SELF, or Animation.RELATIVE_TO_PARENT.
value
Added in API level 1
var value: Float
The absolute or relative dimension for this Description.