Searched refs:mWindowsLayout (Results 1 – 1 of 1) sorted by relevance
1292 private FrameLayout[] mWindowsLayout = new FrameLayout[MAX_NUM_WINDOWS]; field in EncodeVirtualDisplayWithCompositionTestImpl.TopWindowPresentation1309 mWindowsLayout[0] = (FrameLayout) findViewById(R.id.window0); in onCreate()1310 mWindowsLayout[1] = (FrameLayout) findViewById(R.id.window1); in onCreate()1311 mWindowsLayout[2] = (FrameLayout) findViewById(R.id.window2); in onCreate()1322 mWindowsLayout[i].setVisibility(View.VISIBLE); in populateWindows()1323 mWindowsLayout[i].addView(mWindows[i]); in populateWindows()