Merge "Make FolderIcon.getFolder() public and add Folder.getContent()." into ub-now-mister-ugly

This commit is contained in:
Anjali Koppal
2014-03-13 00:21:51 +00:00
committed by Android (Google) Code Review
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -303,6 +303,10 @@ public class Folder extends LinearLayout implements DragSource, View.OnClickList
return mFolderName;
}
public CellLayout getContent() {
return mContent;
}
/**
* We need to handle touch events to prevent them from falling through to the workspace below.
*/
+1 -1
View File
@@ -308,7 +308,7 @@ public class FolderIcon extends FrameLayout implements FolderListener {
}
}
Folder getFolder() {
public Folder getFolder() {
return mFolder;
}