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

/packages/apps/UnifiedEmail/src/com/android/mail/adapter/
H A DDrawerItem.java41 * or a header (a resource string). A {@link DrawerItem} can only be one type and can never
43 * {@link DrawerItem#ofAccount(ControllableActivity, Account, int, boolean, BitmapCache,
45 * {@link DrawerItem#ofWaitView(ControllableActivity)}, etc.
50 public class DrawerItem { class
137 private DrawerItem(int type, ControllableActivity activity, Folder folder, int folderType, method in class:DrawerItem
162 public static DrawerItem ofFolder(ControllableActivity activity, Folder folder,
164 return new DrawerItem(VIEW_FOLDER, activity, folder, folderType, null, -1, false,
169 final StringBuilder sb = new StringBuilder("[DrawerItem ");
187 public static DrawerItem ofAccount(ControllableActivity activity, Account account,
190 return new DrawerItem(VIEW_ACCOUN
[all...]

Completed in 19 milliseconds