Lines Matching refs:LinearLayout
57 import android.widget.LinearLayout;
145 private LinearLayout mLabelsLinearLayout;
527 // We change the orientation of the linearlayout only for phone UI because when in portrait
531 mLabelsLinearLayout.setOrientation(LinearLayout.VERTICAL);
533 mLabelsLinearLayout.setOrientation(LinearLayout.HORIZONTAL);
2046 mLabelsLinearLayout = (LinearLayout) findViewById(R.id.labels);
2060 LinearLayout appRoot = (LinearLayout) findViewById(R.id.camera_app_root);
2063 ? LinearLayout.HORIZONTAL : LinearLayout.VERTICAL);