Searched defs:IntDef (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/annotation/
H A DIntDef.java33 * @IntDef({NAVIGATION_MODE_STANDARD, NAVIGATION_MODE_LIST, NAVIGATION_MODE_TABS})
45 * @IntDef(
54 public @interface IntDef { interface
/frameworks/support/annotations/src/android/support/annotation/
H A DIntDef.java31 * named constants. If the IntDef#flag() attribute is set to true,
37 * @IntDef({NAVIGATION_MODE_STANDARD, NAVIGATION_MODE_LIST, NAVIGATION_MODE_TABS})
49 * @IntDef(
56 public @interface IntDef { interface

Completed in 166 milliseconds