Pushing folders up to DragLayer

-> Increasing max num of items in Folders to match the grid
   size of the workspace.
-> Had to push folders up to prevent clipping

Change-Id: I7aae7920cff940b8e88e9bef82162c6ab5ff11e9
This commit is contained in:
Adam Cohen
2011-06-28 18:10:06 -07:00
parent 3c99e77ff8
commit 8e776a62c5
4 changed files with 36 additions and 57 deletions

View File

@@ -146,7 +146,7 @@ public class DragLayer extends FrameLayout {
return mDragController.onTouchEvent(ev);
}
private void getDescendantRectRelativeToSelf(View descendant, Rect r) {
public void getDescendantRectRelativeToSelf(View descendant, Rect r) {
descendant.getHitRect(r);
ViewParent viewParent = descendant.getParent();