ClipDescription no longer inherits from ClipData.

Change-Id: Ie4939f87c7e1628d9c19ecb5c0b3036d1f76ef29
This commit is contained in:
Dianne Hackborn
2010-10-26 12:43:57 -07:00
parent 78098341f8
commit f834dfabbc
5 changed files with 108 additions and 21 deletions

View File

@@ -569,7 +569,7 @@ public class WindowManagerService extends IWindowManager.Stub
void broadcastDragStartedLw(final float touchX, final float touchY) {
// Cache a base-class instance of the clip metadata so that parceling
// works correctly in calling out to the apps.
mDataDescription = new ClipDescription(mData);
mDataDescription = mData.getDescription();
mNotifiedWindows.clear();
mDragInProgress = true;