Searched
full:layout (Results
751 -
775 of
5312) sorted by null
<<31323334353637383940>>
/cts/tests/src/android/widget/cts/ |
MultiAutoCompleteTextViewStubActivity.java | 31 setContentView(R.layout.multi_auto_complete_text_view_layout);
|
RatingBarStubActivity.java | 35 setContentView(R.layout.ratingbar_layout);
|
RemoteViewsStubActivity.java | 32 setContentView(R.layout.remoteviews_host);
|
ScrollViewStubActivity.java | 28 setContentView(R.layout.scrollview_layout);
|
SlidingDrawerStubActivity.java | 28 setContentView(R.layout.sliding_drawer_layout);
|
ViewFlipperStubActivity.java | 29 setContentView(R.layout.viewflipper_layout);
|
/cts/tests/tests/text/src/android/text/cts/ |
StaticLayoutTest.java | 25 import android.text.Layout.Alignment; 101 android.text.TextPaint.class, int.class, android.text.Layout.Alignment.class, 108 android.text.TextPaint.class, int.class, android.text.Layout.Alignment.class, 116 android.text.Layout.Alignment.class, float.class, float.class, boolean.class} 159 * Return the number of lines of text in this layout. 346 * in the top line of the Layout. 358 * Returns the number of extra pixels of descent padding in the bottom line of the Layout. 497 * Return the width to which this Layout is ellipsizing 511 StaticLayout layout = new StaticLayout(LAYOUT_TEXT, 0, LAYOUT_TEXT.length(), local 514 assertEquals(ellipsizedWidth, layout.getEllipsizedWidth()) 530 StaticLayout layout = new StaticLayout(editable, mDefaultPaint, local [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
LinearLayoutTest.java | 81 XmlPullParser parser = mContext.getResources().getXml(R.layout.linearlayout_layout); 262 // XmlPullParser parser = mContext.getResources().getXml(R.layout.linearlayout_layout); 316 notes = "test layout three horizontal children", 322 notes = "test layout three horizontal children", 328 notes = "test layout three horizontal children", 334 notes = "test layout three horizontal children", 340 notes = "test layout three horizontal children", 346 notes = "test layout three horizontal children", 352 * layout of horizontal LinearLayout. 406 notes = "test layout three vertical children" [all...] |
/development/apps/Fallback/src/com/android/fallback/ |
Fallback.java | 30 setContentView(R.layout.fallback);
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
SaveRestoreState.java | 57 <td class="LinkColumn">/res/any/layout/save_restore_state.xml</td> 75 // See assets/res/any/layout/save_restore_state.xml for this 76 // view layout definition, which is being set here as 78 setContentView(R.layout.save_restore_state);
|
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
ResourcesSample.java | 39 * and in the layout xml files. 46 // See res/any/layout/resources.xml for this view layout definition. 47 setContentView(R.layout.resources);
|
/development/samples/ApiDemos/src/com/example/android/apis/os/ |
MorseCode.java | 45 * <td >res/any/layout/morse_code.xml</td> 66 // See assets/res/any/layout/hello_world.xml for this 67 // view layout definition, which is being set here as 69 setContentView(R.layout.morse_code);
|
/development/samples/ApiDemos/src/com/example/android/apis/text/ |
Marquee.java | 29 setContentView(R.layout.marquee);
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
Baseline1.java | 33 setContentView(R.layout.baseline_1);
|
Baseline2.java | 33 setContentView(R.layout.baseline_2);
|
Baseline4.java | 33 setContentView(R.layout.baseline_4);
|
Baseline6.java | 33 setContentView(R.layout.baseline_6);
|
Baseline7.java | 33 setContentView(R.layout.baseline_7);
|
Focus2.java | 30 setContentView(R.layout.focus_2);
|
Focus5.java | 29 setContentView(R.layout.focus_5);
|
GridLayout1.java | 30 setContentView(R.layout.grid_layout_1);
|
HorizontalScrollView1.java | 31 setContentView(R.layout.horizontal_scroll_view1);
|
ImageButton1.java | 31 setContentView(R.layout.image_button_1);
|
LayoutAnimation7.java | 29 setContentView(R.layout.layout_animation_7);
|
ScrollBar1.java | 30 setContentView(R.layout.scrollbar1);
|
Completed in 191 milliseconds
<<31323334353637383940>>