am a7ef18fc: Merge "Some debugging support." into gingerbread
Merge commit 'a7ef18fca50d0db99a161d8c7e2d8979f0445503' into gingerbread-plus-aosp * commit 'a7ef18fca50d0db99a161d8c7e2d8979f0445503': Some debugging support.
This commit is contained in:
@@ -2637,6 +2637,7 @@ public final class ViewRoot extends Handler implements ViewParent,
|
||||
if (DBG) Log.d(TAG, "WindowLayout in layoutWindow:" + params);
|
||||
}
|
||||
mPendingConfiguration.seq = 0;
|
||||
//Log.d(TAG, ">>>>>> CALLING relayout");
|
||||
int relayoutResult = sWindowSession.relayout(
|
||||
mWindow, params,
|
||||
(int) (mView.mMeasuredWidth * appScale + 0.5f),
|
||||
@@ -2644,6 +2645,7 @@ public final class ViewRoot extends Handler implements ViewParent,
|
||||
viewVisibility, insetsPending, mWinFrame,
|
||||
mPendingContentInsets, mPendingVisibleInsets,
|
||||
mPendingConfiguration, mSurface);
|
||||
//Log.d(TAG, "<<<<<< BACK FROM relayout");
|
||||
if (restore) {
|
||||
params.restore();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user