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

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/mail/
Folder.java 23 public abstract class Folder {
36 INBOX, // NOTE: The folder's name must be INBOX
42 OTHER, // this folder has no specific role
43 UNKNOWN // the role of this folder is unknown
49 * Not all {@link Folder} implementations may invoke it.
61 * @param callbacks Pointer to callbacks class. This may be used by the folder between this
84 * Returns the mode the folder was opened with. This may be different than the mode the open
91 * Does not actually attempt to create a folder.
98 * Attempt to create the given folder remotely using the given type.
106 * Returns the number of messages in the selected folder
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 353 T Folder;
359 : IRBuilderBase(C), Inserter(I), Folder(F), DefaultFPMathTag(FPMathTag),
364 : IRBuilderBase(C), Folder(), DefaultFPMathTag(FPMathTag), FMF() {
368 : IRBuilderBase(TheBB->getContext()), Folder(F),
374 : IRBuilderBase(TheBB->getContext()), Folder(),
380 : IRBuilderBase(IP->getContext()), Folder(), DefaultFPMathTag(FPMathTag),
387 : IRBuilderBase(U->getContext()), Folder(), DefaultFPMathTag(FPMathTag),
395 : IRBuilderBase(TheBB->getContext()), Folder(F),
401 : IRBuilderBase(TheBB->getContext()), Folder(),
406 /// \brief Get the constant folder being used
    [all...]
  /packages/apps/Browser/src/com/android/browser/
AddBookmarkPage.java 127 private static class Folder {
130 Folder(String name, long id) {
147 private Uri getUriForFolder(long folder) {
150 if (folder == mRootFolder && account != null) {
155 return BrowserContract.Bookmarks.buildFolderUri(folder);
161 Folder folderData = (Folder) data;
162 long folder = folderData.Id; local
166 loader.setUri(getUriForFolder(folder));
208 Folder folder = (Folder) data local
530 long folder; local
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Folder.java 57 public class Folder extends LinearLayout implements DragSource, View.OnClickListener,
60 private static final String TAG = "Launcher.Folder";
119 public Folder(Context context, AttributeSet attrs) {
147 // We need this view to be focusable in touch mode so that when text editing of the folder
198 // refactor this code from Folder
307 // When the folder gets focus, we don't want to announce the list of items.
312 * @return the FolderInfo object associated with this folder
373 // If our folder has too many items we prune them from the list. This is an issue
400 static Folder fromXml(Context context) {
401 return (Folder) LayoutInflater.from(context).inflate(R.layout.user_folder, null)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 

Completed in 181 milliseconds