Home | History | Annotate | Download | only in launcher2

Lines Matching refs: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
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);
541 Log.e(TAG, "Folder order not properly persisted during bind");
681 // We only close the folder if this is a true drag exit, ie. not because a drop
682 // has occurred above the folder.
697 // The drag failed, we need to return the item to the folder
701 // been added back to the folder -- this could cause the folder to be deleted
823 // We need to bound the folder to the currently visible CellLayoutChildren
828 // If the folder doesn't fit within the bounds, center it about the desired bounds
944 // Add the last remaining child to the workspace in place of the folder
951 // Move the item from the folder to the workspace, in the position of the folder
960 // Remove the folder
968 // We add the child after removing the folder to prevent both from existing at
987 // This method keeps track of the last item in the folder for the purposes
1033 // If the item was dropped onto this open folder, we have done the work associated
1034 // with adding the item to the folder, as indicated by mSuppressOnAdd being set
1048 // If this item is being dragged from this open folder, we have already handled