Home | History | Annotate | Download | only in browser

Lines Matching refs:frameLayout

50 import android.widget.FrameLayout;
67 protected static final FrameLayout.LayoutParams COVER_SCREEN_PARAMS =
68 new FrameLayout.LayoutParams(
72 protected static final FrameLayout.LayoutParams COVER_SCREEN_GRAVITY_CENTER =
73 new FrameLayout.LayoutParams(
91 protected FrameLayout mContentView;
92 protected FrameLayout mCustomViewContainer;
93 protected FrameLayout mFullscreenContainer;
94 private FrameLayout mFixedTitlebarContainer;
127 FrameLayout frameLayout = (FrameLayout) mActivity.getWindow()
130 .inflate(R.layout.custom_screen, frameLayout);
131 mFixedTitlebarContainer = (FrameLayout) frameLayout.findViewById(
133 mContentView = (FrameLayout) frameLayout.findViewById(
135 mCustomViewContainer = (FrameLayout) frameLayout.findViewById(
137 mErrorConsoleContainer = (LinearLayout) frameLayout
347 FrameLayout wrapper =
348 (FrameLayout) container.findViewById(R.id.webview_wrapper);
377 FrameLayout wrapper =
378 (FrameLayout) container.findViewById(R.id.webview_wrapper);
401 FrameLayout wrapper =
402 (FrameLayout) container.findViewById(R.id.webview_wrapper);
532 FrameLayout decor = (FrameLayout) mActivity.getWindow().getDecorView();
549 FrameLayout decor = (FrameLayout) mActivity.getWindow().getDecorView();
842 static class FullscreenHolder extends FrameLayout {