Searched refs:mSubWindow (Results 1 – 1 of 1) sorted by relevance
279 TextView mSubWindow; field in HideOverlayWindowsTest.BaseSystemWindowActivity334 mSubWindow = new TextView(this); in onNewIntent()335 mSubWindow.setText(POP_UP_WINDOW + " type=" + FIRST_SUB_WINDOW); in onNewIntent()336 mSubWindow.setBackgroundColor(Color.RED); in onNewIntent()338 getWindowManager().addView(mSubWindow, params); in onNewIntent()345 if (mSubWindow != null) { in onDestroy()346 getWindowManager().removeView(mSubWindow); in onDestroy()