Home | History | Annotate | Download | only in dumprendertree

Lines Matching refs:LinearLayout

50 import android.widget.LinearLayout;
140 LinearLayout contentView = new LinearLayout(this);
141 contentView.setOrientation(LinearLayout.VERTICAL);
154 contentView.addView(mWebView, new LinearLayout.LayoutParams(ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutParams.MATCH_PARENT, 0.0f));