Merge "Make FolderIcon.getFolder() public and add Folder.getContent()." into ub-now-mister-ugly
This commit is contained in:
committed by
Android (Google) Code Review
commit
fc4787f7be
@@ -303,6 +303,10 @@ public class Folder extends LinearLayout implements DragSource, View.OnClickList
|
|||||||
return mFolderName;
|
return mFolderName;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public CellLayout getContent() {
|
||||||
|
return mContent;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* We need to handle touch events to prevent them from falling through to the workspace below.
|
* 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;
|
return mFolder;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user