Searched refs:layout (Results 226 - 250 of 473) sorted by path

1234567891011>>

/development/samples/ApiDemos/src/com/example/android/apis/view/
H A DLayoutAnimation4.java40 setContentView(R.layout.layout_animation_4);
H A DLayoutAnimation5.java40 setContentView(R.layout.layout_animation_5);
H A DLayoutAnimation6.java40 setContentView(R.layout.layout_animation_6);
H A DLayoutAnimation7.java29 setContentView(R.layout.layout_animation_7);
H A DLinearLayout1.java28 * A simple linear layout where the height of the layout is the sum of its children.
35 setContentView(R.layout.linear_layout_1);
H A DLinearLayout10.java35 setContentView(R.layout.linear_layout_10);
H A DLinearLayout2.java28 * A simple linear layout that fills the screen vertically, but the children are not padded.
35 setContentView(R.layout.linear_layout_2);
H A DLinearLayout3.java28 * A simple linear layout that fills the screen vertically, and the middle child is padded with extra space.
35 setContentView(R.layout.linear_layout_3);
H A DLinearLayout4.java28 * Demonstrates a horizontal linear layout with equally sized columns.
36 setContentView(R.layout.linear_layout_4);
H A DLinearLayout5.java36 setContentView(R.layout.linear_layout_5);
H A DLinearLayout6.java36 setContentView(R.layout.linear_layout_6);
H A DLinearLayout7.java28 * Demonstrates using match_parent within a linear layout whose size is not fixed.
36 setContentView(R.layout.linear_layout_7);
H A DLinearLayout8.java53 setContentView(R.layout.linear_layout_8);
54 mLinearLayout = (LinearLayout)findViewById(R.id.layout);
H A DLinearLayout9.java35 setContentView(R.layout.linear_layout_9);
38 android.R.layout.simple_list_item_1, AutoComplete1.COUNTRIES));
H A DList1.java37 android.R.layout.simple_list_item_1, mStrings));
H A DList10.java36 android.R.layout.simple_list_item_single_choice, GENRES));
H A DList11.java36 android.R.layout.simple_list_item_multiple_choice, GENRES));
H A DList12.java48 setContentView(R.layout.list_12);
50 mAdapter = new ArrayAdapter<String>(this, android.R.layout.simple_list_item_1, mStrings);
H A DList13.java99 text = (TextView)mInflater.inflate(android.R.layout.simple_list_item_1, parent, false);
121 setContentView(R.layout.list_13);
H A DList14.java106 convertView = mInflater.inflate(R.layout.list_item_icon_text, null);
H A DList15.java41 android.R.layout.simple_list_item_checked, mStrings));
H A DList16.java43 android.R.layout.simple_list_item_activated_1, Cheeses.sCheeseStrings));
H A DList17.java36 // Use the built-in layout for showing a list item with a single
39 android.R.layout.simple_list_item_activated_1, mStrings));
H A DList2.java43 android.R.layout.simple_list_item_1,
H A DList3.java46 android.R.layout.simple_list_item_2, c,

Completed in 251 milliseconds

1234567891011>>