Searched refs:mRootLayout (Results 1 – 2 of 2) sorted by relevance
34 private FrameLayout mRootLayout; field in SurfaceViewCtsActivity42 mRootLayout = new FrameLayout(this); in onCreate()44 mRootLayout.addView(mSurfaceView); in onCreate()46 setContentView(mRootLayout); in onCreate()55 mRootLayout.addView(view); in addSurfaceView()
55 @Nullable private final FrameLayout mRootLayout; field in SharedWebViewTestEnvironment66 mRootLayout = rootLayout; in SharedWebViewTestEnvironment()86 mRootLayout.addView(view); in addContentView()153 private FrameLayout mRootLayout;182 mRootLayout = rootLayout;192 mContext, mWebView, mHostAppInvoker, mRootLayout);