Home
last modified time | relevance | path

Searched refs:mWindowsLayout (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DEncodeVirtualDisplayWithCompositionTest.java1358 private FrameLayout[] mWindowsLayout = new FrameLayout[MAX_NUM_WINDOWS]; field in EncodeVirtualDisplayWithCompositionTest.TopWindowPresentation
1375 mWindowsLayout[0] = (FrameLayout) findViewById(R.id.window0); in onCreate()
1376 mWindowsLayout[1] = (FrameLayout) findViewById(R.id.window1); in onCreate()
1377 mWindowsLayout[2] = (FrameLayout) findViewById(R.id.window2); in onCreate()
1388 mWindowsLayout[i].setVisibility(View.VISIBLE); in populateWindows()
1389 mWindowsLayout[i].addView(mWindows[i]); in populateWindows()