Home
last modified time | relevance | path

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

/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DSurfaceViewCtsActivity.java34 private FrameLayout mRootLayout; field in SurfaceViewCtsActivity
42 mRootLayout = new FrameLayout(this); in onCreate()
44 mRootLayout.addView(mSurfaceView); in onCreate()
46 setContentView(mRootLayout); in onCreate()
55 mRootLayout.addView(view); in addSurfaceView()
/cts/libs/webkit-shared/src/android/webkit/cts/
DSharedWebViewTestEnvironment.java55 @Nullable private final FrameLayout mRootLayout; field in SharedWebViewTestEnvironment
66 mRootLayout = rootLayout; in SharedWebViewTestEnvironment()
86 mRootLayout.addView(view); in addContentView()
153 private FrameLayout mRootLayout;
182 mRootLayout = rootLayout;
192 mContext, mWebView, mHostAppInvoker, mRootLayout);