am 07f920ed: Merge "Fix issue 5639994: disabled multi-touch on folders" into ics-mr1

* commit '07f920ed7f98e10a9c27f9f2cebc2fe0ab91dbd5':
  Fix issue 5639994: disabled multi-touch on folders
This commit is contained in:
Adam Cohen
2011-11-21 15:14:26 -08:00
committed by Android Git Automerger
+1
View File
@@ -156,6 +156,7 @@ public class Folder extends LinearLayout implements DragSource, View.OnClickList
super.onFinishInflate();
mContent = (CellLayout) findViewById(R.id.folder_content);
mContent.setGridSize(0, 0);
mContent.getChildrenLayout().setMotionEventSplittingEnabled(false);
mFolderName = (FolderEditText) findViewById(R.id.folder_name);
mFolderName.setFolder(this);
mFolderName.setOnFocusChangeListener(this);