Searched refs:NONFOLDER_ITEM (Results 1 – 7 of 7) sorted by relevance
/packages/apps/UnifiedEmail/src/com/android/mail/drawer/ |
D | DrawerItem.java | 88 @IntDef({UNSET, NONFOLDER_ITEM, FOLDER_INBOX, FOLDER_RECENT, FOLDER_OTHER}) 94 public static final int NONFOLDER_ITEM = 0; field in DrawerItem
|
D | BlankHeaderDrawerItem.java | 28 super(activity, null, NONFOLDER_ITEM, null); in BlankHeaderDrawerItem()
|
D | BottomSpaceDrawerItem.java | 28 super(activity, null, NONFOLDER_ITEM, null); in BottomSpaceDrawerItem()
|
D | WaitViewDrawerItem.java | 28 super(activity, null, NONFOLDER_ITEM, null); in WaitViewDrawerItem()
|
D | HeaderDrawerItem.java | 31 super(activity, null, NONFOLDER_ITEM, null); in HeaderDrawerItem()
|
D | AccountDrawerItem.java | 39 super(activity, null, NONFOLDER_ITEM, account); in AccountDrawerItem()
|
D | FooterItem.java | 43 super(activity, null, NONFOLDER_ITEM, account); in FooterItem()
|