Home | History | Annotate | Download | only in settings

Lines Matching refs:LinearLayout

117 import android.widget.LinearLayout;
212 private LinearLayout mNetworkSwitches;
234 private LinearLayout mAppSwitches;
344 mNetworkSwitches = (LinearLayout) mHeader.findViewById(R.id.network_switches);
380 mAppSwitches = (LinearLayout) mAppDetail.findViewById(R.id.app_switches);
2247 final LinearLayout widgetFrame = (LinearLayout) view.findViewById(
2249 widgetFrame.addView(widget, new LinearLayout.LayoutParams(WRAP_CONTENT, WRAP_CONTENT));