HomeSort by relevance Sort by last modified time
    Searched full:listview (Results 426 - 450 of 1393) sorted by null

<<11121314151617181920>>

  /development/samples/SearchableDictionary/res/layout/
main.xml 33 <ListView
  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
SearchableDictionary.java 33 import android.widget.ListView;
47 private ListView mListView;
55 mListView = (ListView) findViewById(R.id.list);
109 // Create a simple cursor adapter for the definitions and apply them to the ListView
  /development/samples/Support4Demos/res/layout/
swipe_refresh_widget_sample.xml 22 <ListView
  /development/samples/Support7Demos/src/com/example/android/supportv7/app/
ActionBarWithDrawerLayout.java 31 import android.widget.ListView;
37 private ListView mDrawer;
49 mDrawer = (ListView) findViewById(R.id.start_drawer);
102 private class DrawerItemClickListener implements ListView.OnItemClickListener {
  /development/samples/XmlAdapters/res/layout/
contacts_list.xml 20 <ListView
photos_list.xml 19 <ListView
rss_feeds_list.xml 19 <ListView
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
ContactsListActivity.java 23 * This activity demonstrates how to create a complex UI using a ListView
  /development/samples/browseable/AdapterTransition/res/values/
base-strings.xml 23 Transition cannot be directly applied to AdapterViews. In this sample, we demonstrate how to create an overlay layout and run a Transition on it. Press the action bar button to toggle between ListView and GridView.
  /development/samples/browseable/BasicSyncAdapter/res/values/
base-strings.xml 28 inside a ListView.
  /development/samples/browseable/BluetoothChat/res/layout/
fragment_bluetooth_chat.xml 22 <ListView
  /development/samples/browseable/DataLayer/Wearable/res/layout/
main_activity.xml 22 <ListView
  /development/samples/browseable/DisplayingBitmaps/res/values/
base-strings.xml 29 in UI elements such as ViewPager and ListView/GridView.
  /development/samples/browseable/SwipeRefreshLayoutBasic/res/layout/
fragment_sample.xml 24 <ListView
  /development/samples/browseable/SwipeRefreshLayoutBasic/res/values/
base-strings.xml 25 In this sample the View which can be refreshed is a ListView.
  /development/samples/browseable/SwipeRefreshListFragment/res/values/
base-strings.xml 24 \'swipe-to-refresh\' gesture to a ListView, enabling the ability to trigger a refresh
  /development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
OnRowAdditionAnimationListener.java 22 * under which certain elements, such as the listview itself, can be disabled
  /development/samples/devbytes/animation/ListViewDraggingAnimation/res/layout/
activity_list_view.xml 24 android:id="@+id/listview"
  /external/chromium_org/content/test/data/accessibility/
contenteditable-descendants-expected-android.txt 15 android.widget.ListView collection editable_text hierarchical item_count=1 row_count=1
  /external/chromium_org/remoting/android/java/res/layout/
main.xml 11 <ListView android:id="@+id/hostList_chooser"
  /frameworks/base/core/java/android/accounts/
ChooseAccountTypeActivity.java 32 import android.widget.ListView;
102 ListView list = (ListView) findViewById(android.R.id.list);
106 list.setChoiceMode(ListView.CHOICE_MODE_NONE);
  /frameworks/base/core/java/com/android/internal/app/
MediaRouteChooserDialog.java 34 import android.widget.ListView;
57 private ListView mListView;
136 mListView = (ListView)findViewById(R.id.media_route_list);
180 implements ListView.OnItemClickListener {
  /frameworks/base/core/res/res/layout/
activity_list.xml 22 <ListView
choose_account.xml 27 <ListView xmlns:android="http://schemas.android.com/apk/res/android"
choose_account_type.xml 29 <ListView android:id="@android:id/list"

Completed in 980 milliseconds

<<11121314151617181920>>