public
abstract
@interface
Dimension
implements
Annotation
android.support.annotation.Dimension |
Denotes that an integer parameter, field or method return value is expected to represent a dimension.
Nested classes | |
---|---|
@interface |
Dimension.Unit
|
Constants | |
---|---|
int |
DP
|
int |
PX
|
int |
SP
|
Inherited methods | |
---|---|
From
interface
java.lang.annotation.Annotation
|
int DP
Constant Value: 0 (0x00000000)
int PX
Constant Value: 1 (0x00000001)
int SP
Constant Value: 2 (0x00000002)