resolved conflicts for merge of 2624fbca
to eclair-mr2
This commit is contained in:
@ -6009,6 +6009,7 @@ public class WindowManagerService extends IWindowManager.Stub
|
|||||||
res.offsetLocation(-win.mFrame.left, -win.mFrame.top);
|
res.offsetLocation(-win.mFrame.left, -win.mFrame.top);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (res != null && returnWhat == RETURN_PENDING_POINTER) {
|
if (res != null && returnWhat == RETURN_PENDING_POINTER) {
|
||||||
synchronized (mWindowMap) {
|
synchronized (mWindowMap) {
|
||||||
@ -6019,7 +6020,6 @@ public class WindowManagerService extends IWindowManager.Stub
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user