HomeSort by relevance Sort by last modified time
    Searched full:listview (Results 526 - 550 of 1340) sorted by null

<<21222324252627282930>>

  /cts/tests/tests/widget/src/android/widget/cts/
CheckedTextViewTest.java 36 import android.widget.ListView;
86 final ListView lv = (ListView) mActivity.findViewById(R.id.checkedtextview_listview);
92 lv.setChoiceMode(ListView.CHOICE_MODE_SINGLE);
112 lv.setChoiceMode(ListView.CHOICE_MODE_MULTIPLE);
ZoomButtonTest.java 32 import android.widget.ListView;
103 assertFalse(mZoomButton.dispatchUnhandledMove(new ListView(mActivity), View.FOCUS_DOWN));
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/src/main/java/com/example/android/swiperefreshlistfragment/
SwipeRefreshListFragmentFragment.java 37 * {@link android.widget.ListView}. This is provided through the provided re-usable
43 * <p>In this sample app, the refresh updates the ListView with a random set of new items.
69 * Create an ArrayAdapter to contain the data for the ListView. Each item in the ListView
78 // Set the adapter between the ListView and its backing data.
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-SearchView/src/main/src/com/example/android/actionbarcompat/searchview/
AppListFragment.java 67 // Set the ListView's Adapter to display the filtered applications
70 // Set the text which displays when the ListView is empty
89 // Clear current filtered apps and hide ListView
108 // Notify the adapter so that it updates the ListView's contents
211 // Reset the query to update the ListView
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/src/main/java/com/example/android/swiperefreshlistfragment/
SwipeRefreshListFragmentFragment.java 37 * {@link android.widget.ListView}. This is provided through the provided re-usable
43 * <p>In this sample app, the refresh updates the ListView with a random set of new items.
69 * Create an ArrayAdapter to contain the data for the ListView. Each item in the ListView
78 // Set the adapter between the ListView and its backing data.
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
MyRssReader5.java 32 import android.widget.ListView;
41 private ListView mRssList;
55 // Populate ArrayAdapter and bind it to ListView
56 mRssList = (ListView)findViewById(R.id.rssListView);
107 // We'd like to store the current ListView selection.
  /development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.swiperefreshlistfragment/
SwipeRefreshListFragmentFragment.java 37 * {@link android.widget.ListView}. This is provided through the provided re-usable
43 * <p>In this sample app, the refresh updates the ListView with a random set of new items.
69 * Create an ArrayAdapter to contain the data for the ListView. Each item in the ListView
78 // Set the adapter between the ListView and its backing data.
  /development/samples/training/NavigationDrawer/src/com/example/android/navigationdrawerexample/
MainActivity.java 40 import android.widget.ListView;
72 private ListView mDrawerList;
87 mDrawerList = (ListView) findViewById(R.id.left_drawer);
167 /* The click listner for ListView in the navigation drawer */
168 private class DrawerItemClickListener implements ListView.OnItemClickListener {
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastListActivity.java 45 import android.widget.ListView;
108 ListView listView = getListView();
109 listView.setOnCreateContextMenuListener(mOnCreateContextMenuListener);
134 public void onListItemClick(ListView l, View v, int position, long id) {
  /packages/apps/Contacts/src/com/android/contacts/list/
DefaultContactBrowseListFragment.java 32 import android.widget.ListView;
77 // inside the ListView prevents us from using MODE_FULLY_EXPANDED and messes up ripples.
234 * a profile, this methods creates 2 views that are inserted as headers to the listview:
239 ListView list = getListView();
241 // change the visibility of a view in a ListView without having a parent view.
  /frameworks/base/docs/html/training/implementing-navigation/
nav-drawer.jd 67 runtime), and a {@link android.widget.ListView} for the navigation drawer.</p>
81 &lt;ListView android:id="@+id/left_drawer"
101 <li>The drawer view (the {@link android.widget.ListView}) <strong>must specify its horizontal
117 a navigation drawer often consists of a {@link android.widget.ListView}, so the list
128 private ListView mDrawerList;
138 mDrawerList = (ListView) findViewById(R.id.left_drawer);
151 <p>This code also calls {@link android.widget.ListView#setOnItemClickListener
163 {@link android.widget.ListView#setOnItemClickListener setOnItemClickListener()}.</p>
174 private class DrawerItemClickListener implements ListView.OnItemClickListener {
  /packages/apps/Settings/src/com/android/settings/vpn2/
VpnSettings.java 50 import android.widget.ListView;
541 final ListView listView = (ListView) view.findViewById(android.R.id.list);
542 listView.setChoiceMode(ListView.CHOICE_MODE_SINGLE);
543 listView.setAdapter(new TitleAdapter(context, mTitles));
544 listView.setItemChecked(mCurrentIndex, true);
550 final int newIndex = listView.getCheckedItemPosition();
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
ActionBarLayout.java 54 import android.widget.ListView;
285 ListView listView = new ListView(mThemedContext, null, R.attr.dropDownListViewStyle);
286 listView.setAdapter(adapter);
287 layout.addView(listView);
  /packages/apps/Settings/src/com/android/settings/
DreamSettings.java 41 import android.widget.ListView;
117 ListView listView = getListView();
118 listView.setItemsCanFocus(true);
122 listView.setEmptyView(emptyView);
125 listView.setAdapter(mAdapter);
ZonePicker.java 32 import android.widget.ListView;
170 final ListView list = (ListView) view.findViewById(android.R.id.list);
298 public void onListItemClick(ListView listView, View v, int position, long id) {
301 final Map<?, ?> map = (Map<?, ?>)listView.getItemAtPosition(position);
  /development/samples/NotePad/src/com/example/android/notepad/
NotesList.java 39 import android.widget.ListView;
92 * Sets the callback for context menu activation for the ListView. The listener is set
94 * ListView, and the context menu is handled by a method in NotesList.
113 * for items in the ListView. Each element in the dataColumns array represents
116 * value will appear in the ListView.
126 // Creates the backing adapter for the ListView.
129 this, // The Context for the ListView
136 // Sets the ListView's adapter to be the cursor adapter that was just created.
289 * itself as the handler for context menus in its ListView (this is done in onCreate()).
306 // Tries to get the position of the item in the ListView that was long-pressed
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/resources/
calendarPicker.js     [all...]
  /packages/apps/Music/src/com/android/music/
MusicPicker.java 42 import android.widget.ListView;
162 final ListView mListView;
188 TrackListAdapter(Context context, ListView listView, int layout,
191 mListView = listView;
439 final ListView listView = getListView();
441 listView.setItemsCanFocus(false);
443 mAdapter = new TrackListAdapter(this, listView,
449 listView.setTextFilterEnabled(true)
    [all...]
  /development/apps/Development/src/com/android/development/
AppHwConfigList.java 32 import android.widget.ListView;
68 protected void onListItemClick(ListView l, View v, int position, long id) {
DataList.java 27 import android.widget.ListView;
83 protected void onListItemClick(ListView l, View v, int position, long id)
RunningProcesses.java 30 import android.widget.ListView;
65 protected void onListItemClick(ListView l, View v, int position, long id) {
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List9.java 32 import android.widget.ListView;
42 public class List9 extends ListActivity implements ListView.OnScrollListener {
  /development/samples/AppNavigation/src/com/example/android/appnavigation/app/
AppNavHomeActivity.java 27 import android.widget.ListView;
45 protected void onListItemClick(ListView lv, View v, int pos, long id) {
  /development/samples/HoneycombGallery/
_index.html 29 Shows a ListView of photos to display in the ContentFragment. Photos can
30 be chosen either by tapping on the listview, or dragging them from the
  /development/samples/Support13Demos/src/com/example/android/supportv13/app/
FragmentPagerSupport.java 37 import android.widget.ListView;
137 public void onListItemClick(ListView l, View v, int position, long id) {

Completed in 332 milliseconds

<<21222324252627282930>>