Home | History | Annotate | Download | only in launcher2

Lines Matching defs:Folder

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
197 // refactor this code from Folder
306 // When the folder gets focus, we don't want to announce the list of items.
311 * @return the FolderInfo object associated with this folder
372 // If our folder has too many items we prune them from the list. This is an issue
399 static Folder fromXml(Context context) {
400 return (Folder) LayoutInflater.from(context).inflate(R.layout.user_folder, null);
553 Log.e(TAG, "Folder order not properly persisted during bind");
685 // We only close the folder if this is a true drag exit, ie. not because a drop
686 // has occurred above the folder.
701 // The drag failed, we need to return the item to the folder
705 // been added back to the folder -- this could cause the folder to be deleted
827 // We need to bound the folder to the currently visible CellLayoutChildren
832 // If the folder doesn't fit within the bounds, center it about the desired bounds
948 // Add the last remaining child to the workspace in place of the folder
955 // Move the item from the folder to the workspace, in the position of the folder
964 // Remove the folder
972 // We add the child after removing the folder to prevent both from existing at
991 // This method keeps track of the last item in the folder for the purposes
1037 // If the item was dropped onto this open folder, we have done the work associated
1038 // with adding the item to the folder, as indicated by mSuppressOnAdd being set
1052 // If this item is being dragged from this open folder, we have already handled