HomeSort by relevance Sort by last modified time
    Searched refs:layout (Results 2426 - 2450 of 4661) sorted by null

<<919293949596979899100>>

  /development/samples/Home/src/com/example/android/home/
Wallpaper.java 65 setContentView(R.layout.wallpaper);
  /development/samples/JetBoy/src/com/example/android/jetboy/
JetBoy.java 60 setContentView(R.layout.main);
  /development/samples/LunarLander/src/com/example/android/lunarlander/
LunarLander.java 126 // tell system to use the layout defined in our XML file
127 setContentView(R.layout.lunar_layout);
  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MainActivity.java 58 setContentView(R.layout.main);
  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
WordActivity.java 41 setContentView(R.layout.word);
  /development/samples/Snake/src/com/example/android/snake/
Snake.java 59 setContentView(R.layout.snake_layout);
  /development/samples/StackWidget/src/com/example/android/stackwidget/
StackWidgetProvider.java 71 RemoteViews rv = new RemoteViews(context.getPackageName(), R.layout.widget_layout);
  /development/samples/Support4Demos/src/com/example/android/supportv4/accessibility/
AccessibilityManagerSupportActivity.java 62 setContentView(R.layout.accessibility_manager);
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentMenuSupport.java 54 setContentView(R.layout.fragment_menu);
FragmentReceiveResultSupport.java 85 View v = inflater.inflate(R.layout.receive_result, container, false);
FragmentRetainInstanceSupport.java 61 View v = inflater.inflate(R.layout.fragment_retain_instance, container, false);
FragmentStackFragmentSupport.java 51 View v = inflater.inflate(R.layout.fragment_stack, container, false);
SharingReceiverSupport.java 46 setContentView(R.layout.sharing_receiver_support);
SharingSupport.java 51 setContentView(R.layout.sharing_support);
  /development/samples/Support4Demos/src/com/example/android/supportv4/widget/
ContentLoadingProgressBarActivity.java 59 setContentView(R.layout.content_loading_progressbar);
  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
SampleMediaRouteControllerDialog.java 74 View v = getLayoutInflater().inflate(R.layout.sample_media_controller, null);
  /development/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/
AppNavHomeActivity.java 111 convertView = getLayoutInflater().inflate(android.R.layout.simple_list_item_1,
  /development/samples/WeatherListWidget/src/com/example/android/weatherlistwidget/
WeatherWidgetService.java 85 final int itemId = R.layout.widget_item;
  /development/samples/browseable/ActionBarCompat-ListPopupMenu/src/com.example.android.actionbarcompat.listpopupmenu/
PopupListFragment.java 110 super(getActivity(), R.layout.list_item, android.R.id.text1, items);
115 // Let ArrayAdapter inflate the layout and set the text
  /development/samples/browseable/AdapterTransition/src/com.example.android.adaptertransition/
MainActivity.java 51 setContentView(R.layout.activity_main);
  /development/samples/browseable/AdvancedImmersiveMode/src/com.example.android.advancedimmersivemode/
MainActivity.java 51 setContentView(R.layout.activity_main);
  /development/samples/browseable/AppRestrictionSchema/src/com.example.android.apprestrictionschema/
MainActivity.java 48 setContentView(R.layout.activity_main);
  /development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/
MainActivity.java 63 setContentView(R.layout.main);
  /development/samples/browseable/BasicNetworking/src/com.example.android.basicnetworking/
MainActivity.java 56 setContentView(R.layout.sample_main);
  /development/samples/browseable/BasicTransition/src/com.example.android.basictransition/
MainActivity.java 51 setContentView(R.layout.activity_main);

Completed in 788 milliseconds

<<919293949596979899100>>