Merge "Include containing window title in SurfaceView\'s title" into nyc-dev am: 182bd38430
am: b707ce7837
* commit 'b707ce7837d471a79c100348db0af75e21a42513':
Include containing window title in SurfaceView's title
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