Home | History | Annotate | Download | only in webkit

Lines Matching refs:linearLayout

109 import android.widget.LinearLayout;
597 LinearLayout linearLayout = new LinearLayout(mContext);
598 linearLayout.setOrientation(LinearLayout.HORIZONTAL);
599 mContentView = linearLayout;
8151 // enabled elements. Use a LinearLayout to provide dividers
8152 LinearLayout layout = new LinearLayout(mContext);
8153 layout.setOrientation(LinearLayout.VERTICAL);