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.java1200 private FrameLayout[] mWindowsLayout = new FrameLayout[MAX_NUM_WINDOWS]; field in EncodeVirtualDisplayWithCompositionTest.TopWindowPresentation
1217 mWindowsLayout[0] = (FrameLayout) findViewById(R.id.window0); in onCreate()
1218 mWindowsLayout[1] = (FrameLayout) findViewById(R.id.window1); in onCreate()
1219 mWindowsLayout[2] = (FrameLayout) findViewById(R.id.window2); in onCreate()
1230 mWindowsLayout[i].setVisibility(View.VISIBLE); in populateWindows()
1231 mWindowsLayout[i].addView(mWindows[i]); in populateWindows()