Home | History | Annotate | Download | only in browser

Lines Matching refs:frameLayout

49 import android.widget.FrameLayout;
66 protected static final FrameLayout.LayoutParams COVER_SCREEN_PARAMS =
67 new FrameLayout.LayoutParams(
71 protected static final FrameLayout.LayoutParams COVER_SCREEN_GRAVITY_CENTER =
72 new FrameLayout.LayoutParams(
90 protected FrameLayout mContentView;
91 protected FrameLayout mCustomViewContainer;
92 protected FrameLayout mFullscreenContainer;
93 private FrameLayout mFixedTitlebarContainer;
126 FrameLayout frameLayout = (FrameLayout) mActivity.getWindow()
129 .inflate(R.layout.custom_screen, frameLayout);
130 mFixedTitlebarContainer = (FrameLayout) frameLayout.findViewById(
132 mContentView = (FrameLayout) frameLayout.findViewById(
134 mCustomViewContainer = (FrameLayout) frameLayout.findViewById(
136 mErrorConsoleContainer = (LinearLayout) frameLayout
346 FrameLayout wrapper =
347 (FrameLayout) container.findViewById(R.id.webview_wrapper);
376 FrameLayout wrapper =
377 (FrameLayout) container.findViewById(R.id.webview_wrapper);
400 FrameLayout wrapper =
401 (FrameLayout) container.findViewById(R.id.webview_wrapper);
531 FrameLayout decor = (FrameLayout) mActivity.getWindow().getDecorView();
548 FrameLayout decor = (FrameLayout) mActivity.getWindow().getDecorView();
841 static class FullscreenHolder extends FrameLayout {