HomeSort by relevance Sort by last modified time
    Searched defs:Folder (Results 1 - 2 of 2) sorted by null

  /packages/apps/Email/src/com/android/email/mail/
Folder.java 20 public abstract class Folder {
33 INBOX, // NOTE: The folder's name must be INBOX
39 OTHER, // this folder has no specific role
40 UNKNOWN // the role of this folder is unknown
46 * Not all {@link Folder} implementation won't call it.
58 * @param callbacks Pointer to callbacks class. This may be used by the folder between this
81 * Get the mode the folder was opened with. This may be different than the mode the open
89 * Does not actually attempt to create a folder.
96 * Attempt to create the given folder remotely using the given type.
105 * @return A count of the messages in the selected folder
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Folder.java 37 public class Folder extends LinearLayout implements DragSource, OnItemLongClickListener,
60 public Folder(Context context, AttributeSet attrs) {
122 * @param adapter The list of applications to display in the folder.
137 * @return the FolderInfo object associated with this folder
143 // When the folder opens, we need to refresh the GridView's selection by

Completed in 37 milliseconds