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

/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
H A DFolder.java25 public abstract class Folder { class
51 * Not all {@link Folder} implementations may invoke it.
155 public abstract void copyMessages(Message[] msgs, Folder folder,
187 * Create an empty message of the appropriate type for the Folder.
/packages/apps/Launcher2/src/com/android/launcher2/
H A DFolder.java57 public class Folder extends LinearLayout implements DragSource, View.OnClickListener, class in inherits:LinearLayout,DragSource,View.OnClickListener,View.OnLongClickListener,DropTarget,FolderListener,TextView.OnEditorActionListener,View.OnFocusChangeListener
60 private static final String TAG = "Launcher.Folder";
118 public Folder(Context context, AttributeSet attrs) { method in class:Folder
197 // refactor this code from Folder
399 static Folder fromXml(Context context) {
400 return (Folder) LayoutInflater.from(context).inflate(R.layout.user_folder, null);
540 Log.e(TAG, "Folder order not properly persisted during bind");
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DFolder.java55 public class Folder implements Parcelable, Comparable<Folder> { class in inherits:Parcelable,Comparable
152 * Folder type bit mask. 0 is default.
200 public static final Collection<Folder> EMPTY = Collections.emptyList();
229 public Folder build() {
230 return new Folder(mId, mPersistentId, mUri, mName, mCapabilities,
340 public Folder(int id, String persistentId, Uri uri, String name, int capabilities, method in class:Folder
378 public Folder(Cursor cursor) { method in class:Folder
429 public static final CursorCreator<Folder> FACTORY = new CursorCreator<Folder>() {
441 public Folder(Parcel in, ClassLoader loader) { method in class:Folder
535 private Folder() { method in class:Folder
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolder.java90 public class Folder extends AbstractFloatingView implements DragSource, View.OnClickListener, class in inherits:AbstractFloatingView,DragSource,View.OnClickListener,View.OnLongClickListener,DropTarget,FolderListener,TextView.OnEditorActionListener,View.OnFocusChangeListener,DragListener,DropTargetSource,ExtendedEditText.OnBackKeyListener
94 private static final String TAG = "Launcher.Folder";
188 // Folder scrolling
200 public Folder(Context context, AttributeSet attrs) { method in class:Folder
484 static Folder fromXml(Launcher launcher) {
485 return (Folder) launcher.getLayoutInflater().inflate(
589 Folder openFolder = getOpen(mLauncher);
644 Folder.this,
775 Folder.this,
1141 // Folder heigh
[all...]

Completed in 212 milliseconds