Searched refs:mWindowsLayout (Results 1 – 1 of 1) sorted by relevance
1182 private FrameLayout[] mWindowsLayout = new FrameLayout[MAX_NUM_WINDOWS]; field in EncodeVirtualDisplayWithCompositionTest.TopWindowPresentation1199 mWindowsLayout[0] = (FrameLayout) findViewById(R.id.window0); in onCreate()1200 mWindowsLayout[1] = (FrameLayout) findViewById(R.id.window1); in onCreate()1201 mWindowsLayout[2] = (FrameLayout) findViewById(R.id.window2); in onCreate()1212 mWindowsLayout[i].setVisibility(View.VISIBLE); in populateWindows()1213 mWindowsLayout[i].addView(mWindows[i]); in populateWindows()