Make FolderIcon.getFolder() public and add Folder.getContent().
Change-Id: I21ad8b8178acbde2759cd2dfcd015d91e00b7505
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
@@ -308,7 +308,7 @@ public class FolderIcon extends FrameLayout implements FolderListener {
|
||||
}
|
||||
}
|
||||
|
||||
Folder getFolder() {
|
||||
public Folder getFolder() {
|
||||
return mFolder;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user