Merge "Include containing window title in SurfaceView's title" into nyc-dev
This commit is contained in:
@@ -224,7 +224,7 @@ public class SurfaceView extends View {
|
||||
mParent.requestTransparentRegion(this);
|
||||
mSession = getWindowSession();
|
||||
mLayout.token = getWindowToken();
|
||||
mLayout.setTitle("SurfaceView");
|
||||
mLayout.setTitle("SurfaceView - " + getViewRootImpl().getTitle());
|
||||
mViewVisibility = getVisibility() == VISIBLE;
|
||||
|
||||
if (!mGlobalListenersAdded) {
|
||||
|
||||
Reference in New Issue
Block a user