Searched
refs:layout (Results
1501 -
1525 of
4661) sorted by null
<<61626364656667686970>>
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
PrintBitmap.java | 49 setContentView(R.layout.print_bitmap);
|
PrintHtmlFromScreen.java | 51 setContentView(R.layout.print_html_from_screen);
|
ReceiveResult.java | 61 <td class="LinkColumn">/res/any/layout/receive_result.xml</td> 65 <td class="LinkColumn">/res/any/layout/send_result.xml</td> 82 // See assets/res/any/layout/hello_world.xml for this 83 // view layout definition, which is being set here as 85 setContentView(R.layout.receive_result);
|
RedirectGetter.java | 43 setContentView(R.layout.redirect_getter);
|
SendResult.java | 47 // See assets/res/any/layout/hello_world.xml for this 48 // view layout definition, which is being set here as 50 setContentView(R.layout.send_result);
|
StatusBarNotifications.java | 39 // Use our layout id for a unique identifier 40 private static int MOOD_NOTIFICATIONS = R.layout.status_bar_notifications; 46 setContentView(R.layout.status_bar_notifications); 143 mNotificationManager.cancel(R.layout.status_bar_notifications); 209 // We use a layout id because it is a unique number. We use it later to cancel. 215 // in all of the data ourselves. The normal one uses the default layout for notifications. 231 RemoteViews contentView = new RemoteViews(getPackageName(), R.layout.status_bar_balloon);
|
TextToSpeechActivity.java | 57 setContentView(R.layout.text_to_speech); 65 // The button is disabled in the layout.
|
/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/text/ |
Link.java | 37 setContentView(R.layout.link);
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
DateWidgets2.java | 36 setContentView(R.layout.date_widgets_example_2);
|
DragAndDropDemo.java | 34 setContentView(R.layout.drag_layout);
|
LayoutAnimation2.java | 35 android.R.layout.simple_list_item_1, mStrings));
|
List3.java | 46 android.R.layout.simple_list_item_2, c,
|
List5.java | 74 android.R.layout.simple_expandable_list_item_1, parent, false);
|
ProgressBar3.java | 46 setContentView(R.layout.progressbar_3);
|
RatingBar1.java | 38 setContentView(R.layout.ratingbar_1); 47 // The different rating bars in the layout. Assign the listener to us.
|
SecureViewOverlay.java | 72 spoof.layout(x, y, x + original.getWidth(), y + original.getHeight());
|
SeekBar1.java | 40 setContentView(R.layout.seekbar_1);
|
TableLayout8.java | 38 setContentView(R.layout.table_layout_8);
|
TextSwitcher1.java | 46 setContentView(R.layout.text_switcher_1);
|
Visibility1.java | 41 setContentView(R.layout.visibility_1);
|
/development/samples/AppNavigation/src/com/example/android/appnavigation/app/ |
NotificationsActivity.java | 34 setContentView(R.layout.notifications);
|
/development/samples/MySampleRss/src/com/example/codelab/rssexample/ |
MyRssReader5.java | 52 // Load screen layout. 53 setContentView(R.layout.main_screen2); 68 R.layout.list_element, // Our layout resource. 217 public RssCursorAdapter(Context context, int layout, Cursor c, String[] from, int[] to) { 218 super(context, layout, c, from, to);
|
/development/samples/NotePad/src/com/example/android/notepad/ |
TitleEditor.java | 70 setContentView(R.layout.title_editor);
|
/development/samples/Support13Demos/src/com/example/android/supportv13/app/ |
CountingFragment.java | 61 View v = inflater.inflate(R.layout.counting, container, false);
|
Completed in 784 milliseconds
<<61626364656667686970>>