Searched
full:layout (Results
551 -
575 of
5312) sorted by null
<<21222324252627282930>>
/cts/tests/tests/text/src/android/text/style/cts/ |
IconMarginSpanTest.java | 30 import android.text.Layout; 86 " boolean first, Layout layout). And the following parameters are never" + 91 int.class, int.class, boolean.class, android.text.Layout.class} 99 Layout layout = new StaticLayout("cts test.", p, 200, Layout.Alignment.ALIGN_NORMAL, local 101 iconMarginSpan.drawLeadingMargin(c, p, 0, 0, 0, 0, 0, text, 0, 0, true, layout);
|
/development/apps/launchperf/src/com/android/launchperf/ |
ComplexActivity.java | 32 // Inflate our UI from its XML layout description. 33 setContentView(R.layout.complex_layout);
|
SimpleActivity.java | 32 // Inflate our UI from its XML layout description. 33 setContentView(R.layout.simple_layout);
|
/development/samples/ApiDemos/res/layout/ |
linear_layout_9.xml | 18 Demonstrates a simple linear layout. The layout fills the screen, with the
|
resources_smallest_width.xml | 32 <include layout="@layout/resources_smallest_width_inner" />
|
resources_width_and_height.xml | 32 <include layout="@layout/resources_height" />
|
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
ResourcesLayoutReference.java | 29 // This layout uses different configurations to adjust 31 setContentView(R.layout.resources_layout_reference);
|
ResourcesSmallestWidth.java | 29 // This layout uses different configurations to adjust 31 setContentView(R.layout.resources_smallest_width);
|
ResourcesWidthAndHeight.java | 29 // This layout uses different configurations to adjust 31 setContentView(R.layout.resources_width_and_height);
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
AutoComplete2.java | 32 setContentView(R.layout.autocomplete_2); 35 android.R.layout.simple_dropdown_item_1line,
|
AutoComplete3.java | 32 setContentView(R.layout.autocomplete_3); 35 android.R.layout.simple_dropdown_item_1line,
|
Focus1.java | 35 setContentView(R.layout.focus_1); 44 android.R.layout.simple_list_item_1,
|
LayoutAnimation3.java | 30 setContentView(R.layout.layout_animation_3); 32 android.R.layout.simple_list_item_1, mStrings));
|
LinearLayout2.java | 28 * A simple linear layout that fills the screen vertically, but the children are not padded. 35 setContentView(R.layout.linear_layout_2);
|
LinearLayout3.java | 28 * 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);
|
LinearLayout4.java | 28 * Demonstrates a horizontal linear layout with equally sized columns. 36 setContentView(R.layout.linear_layout_4);
|
LinearLayout7.java | 28 * Demonstrates using match_parent within a linear layout whose size is not fixed. 36 setContentView(R.layout.linear_layout_7);
|
LinearLayout9.java | 35 setContentView(R.layout.linear_layout_9); 38 android.R.layout.simple_list_item_1, AutoComplete1.COUNTRIES));
|
RelativeLayout1.java | 28 * A simple layout which demonstrates stretching a view to fill the space between two other views. 35 setContentView(R.layout.relative_layout_1);
|
ScrollView1.java | 28 * Demonstrates wrapping a layout in a ScrollView. 35 setContentView(R.layout.scroll_view_1);
|
TableLayout11.java | 25 * <p>This example shows how to use horizontal gravity in a table layout.</p> 32 setContentView(R.layout.table_layout_11);
|
TableLayout12.java | 25 * <p>This example shows how to use cell spanning in a table layout.</p> 32 setContentView(R.layout.table_layout_12);
|
/development/samples/MultiResolution/ |
_index.html | 2 show different resources to different screen configurations (layout orientation, 9 <li>Proper layout <a href="../../../guide/practices/screens_support.html#density-independence">size units</a>,
|
/development/samples/XmlAdapters/res/xml/ |
photos.xml | 20 app:layout="@layout/photo_item">
|
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/ |
BaseActivity.java | 52 setContentView(R.layout.no_device); 57 setContentView(R.layout.main);
|
Completed in 704 milliseconds
<<21222324252627282930>>