Searched refs:mWindowsLayout (Results 1 – 1 of 1) sorted by relevance
1290 private FrameLayout[] mWindowsLayout = new FrameLayout[MAX_NUM_WINDOWS]; field in EncodeVirtualDisplayWithCompositionTestImpl.TopWindowPresentation1307 mWindowsLayout[0] = (FrameLayout) findViewById(R.id.window0); in onCreate()1308 mWindowsLayout[1] = (FrameLayout) findViewById(R.id.window1); in onCreate()1309 mWindowsLayout[2] = (FrameLayout) findViewById(R.id.window2); in onCreate()1320 mWindowsLayout[i].setVisibility(View.VISIBLE); in populateWindows()1321 mWindowsLayout[i].addView(mWindows[i]); in populateWindows()