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

<<11121314151617181920>>

  /packages/inputmethods/LatinIME/java/res/layout/
user_dictionary_preference_list_fragment.xml 26 <ListView
  /packages/services/Telephony/res/layout/
adn_list.xml 18 <ListView android:id="@android:id/list"
sip_settings_ui.xml 24 <ListView xmlns:android="http://schemas.android.com/apk/res/android"
  /packages/wallpapers/LivePicker/res/layout/
live_wallpaper_list.xml 20 <ListView
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
ListViewRule.java 28 * An {@link IViewRule} for android.widget.ListView and all its derived classes such
  /cts/tests/src/android/widget/cts/util/
ExpandableListScenario.java 29 import android.widget.ListView;
35 * WARNING: A lot of the features are mixed between ListView's expected position
46 protected ListView createListView() {
56 protected void setAdapter(ListView listView) {
57 ((ExpandableListView) listView).setAdapter(mAdapter = createAdapter());
248 * @param flPos The flat list position (the position that the ListView goes by).
  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityEndToEndTest.java 32 import android.widget.ListView;
61 expected.setClassName(ListView.class.getName());
71 final ListView listView = (ListView) getActivity().findViewById(R.id.listview);
82 listView.setSelection(1);
  /cts/tests/tests/widget/src/android/widget/cts/
TabHostTest.java 28 import android.widget.ListView;
150 assertTrue(tabHost.getCurrentView() instanceof ListView);
259 assertTrue(tabHost.getCurrentView() instanceof ListView);
294 assertTrue(tabHost.getTabContentView().getChildAt(1) instanceof ListView);
310 assertTrue(tabHost.getTabContentView().getChildAt(1) instanceof ListView);
385 final ListView lv = new ListView(mActivity);
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);
  /developers/build/prebuilts/gradle/BasicSyncAdapter/BasicSyncAdapterSample/src/main/java/com/example/android/basicsyncadapter/
EntryListFragment.java 40 import android.widget.ListView;
71 * Cursor adapter for controlling ListView results.
111 * List of Cursor columns to read from when preparing an adapter to populate the ListView.
224 * Move the Cursor returned by the query into the ListView adapter. This refreshes the existing
271 public void onListItemClick(ListView listView, View view, int position, long id) {
272 super.onListItemClick(listView, view, position, id);
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/BasicSyncAdapterSample/src/main/java/com/example/android/basicsyncadapter/
EntryListFragment.java 40 import android.widget.ListView;
71 * Cursor adapter for controlling ListView results.
111 * List of Cursor columns to read from when preparing an adapter to populate the ListView.
224 * Move the Cursor returned by the query into the ListView adapter. This refreshes the existing
271 public void onListItemClick(ListView listView, View view, int position, long id) {
272 super.onListItemClick(listView, view, position, id);
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/
EntryListFragment.java 40 import android.widget.ListView;
71 * Cursor adapter for controlling ListView results.
111 * List of Cursor columns to read from when preparing an adapter to populate the ListView.
224 * Move the Cursor returned by the query into the ListView adapter. This refreshes the existing
271 public void onListItemClick(ListView listView, View view, int position, long id) {
272 super.onListItemClick(listView, view, position, id);
  /frameworks/base/core/java/android/preference/
PreferenceFragment.java 31 import android.widget.ListView;
109 private ListView mList;
335 public ListView getListView() {
349 if (!(rawListView instanceof ListView)) {
352 + "that is not a ListView class");
354 mList = (ListView)rawListView;
357 "Your content must have a ListView whose id attribute is " +
  /packages/apps/Settings/src/com/android/settings/
UserDictionarySettings.java 38 import android.widget.ListView;
113 final ListView listView = getListView();
114 listView.setAdapter(createAdapter());
115 listView.setFastScrollEnabled(true);
116 listView.setEmptyView(emptyView);
156 public void onListItemClick(ListView l, View v, int position, long id) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
UserDictionarySettings.java 38 import android.widget.ListView;
147 final ListView listView = getListView();
148 listView.setAdapter(createAdapter());
149 listView.setFastScrollEnabled(true);
150 listView.setEmptyView(emptyView);
189 public void onListItemClick(ListView l, View v, int position, long id) {
  /packages/apps/Mms/src/com/android/mms/ui/
SearchActivity.java 45 import android.widget.ListView;
272 final ListView listView = getListView();
273 listView.setItemsCanFocus(true);
274 listView.setFocusable(true);
275 listView.setClickable(true);
353 // ListView seems to want to reject the setFocusable until such time
356 listView.setFocusable(true);
357 listView.setFocusableInTouchMode(true);
358 listView.requestFocus()
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
MessageTestActivity.java 39 import android.widget.ListView;
66 private ListView mReceivedMessages;
67 private ListView mSentMessages;
102 mReceivedMessages = (ListView) findViewById(R.id.bt_received_messages);
106 mSentMessages = (ListView) findViewById(R.id.bt_sent_messages);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/
UsbAccessoryTestActivity.java 41 import android.widget.ListView;
125 ListView sentMessages = (ListView) findViewById(R.id.usb_sent_messages);
126 ListView receivedMessages = (ListView) findViewById(R.id.usb_received_messages);
  /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
  /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/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/InCallUI/src/com/android/incallui/
AnswerFragment.java 33 import android.widget.ListView;
48 * This is an AlertDialog containing a ListView showing the possible choices. This may be null
140 final ListView lv = new ListView(getActivity());
307 public void onItemClick(AdapterView<?> parent, // The ListView
  /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 47 import android.widget.ListView;
512 final ListView listView = (ListView) view.findViewById(android.R.id.list);
513 listView.setChoiceMode(ListView.CHOICE_MODE_SINGLE);
514 listView.setAdapter(new TitleAdapter(context, mTitles));
515 listView.setItemChecked(mCurrentIndex, true);
521 final int newIndex = listView.getCheckedItemPosition();

Completed in 3831 milliseconds

<<11121314151617181920>>