HomeSort by relevance Sort by last modified time
    Searched refs:FolderItemView (Results 1 - 3 of 3) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/drawer/
FolderDrawerItem.java 25 import com.android.mail.ui.FolderItemView;
49 final FolderItemView folderItemView;
51 folderItemView = (FolderItemView) convertView;
53 folderItemView =
54 (FolderItemView) mInflater.inflate(R.layout.folder_item, parent, false);
56 folderItemView.bind(mFolder, null /* parentUri */);
57 folderItemView.setIcon(mFolder);
58 return folderItemView;
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderItemView.java 39 public class FolderItemView extends LinearLayout {
49 public FolderItemView(Context context) {
55 public FolderItemView(Context context, AttributeSet attrs) {
61 public FolderItemView(Context context, AttributeSet attrs, int defStyle) {
90 * Returns true if the two folders lead to identical {@link FolderItemView} objects.
93 * @return true if the two folders would still lead to the same {@link FolderItemView}.
FolderListFragment.java     [all...]

Completed in 561 milliseconds