Most visited

Recently visited

Dimension

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.

Summary

Nested classes

@interface Dimension.Unit

 

Constants

int DP

int PX

int SP

Inherited methods

From interface java.lang.annotation.Annotation

Constants

DP

int DP

Constant Value: 0 (0x00000000)

PX

int PX

Constant Value: 1 (0x00000001)

SP

int SP

Constant Value: 2 (0x00000002)

Hooray!