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

1 2 3 4 5 6 7 891011>>

  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DeviceListActivity.java 36 import android.widget.ListView;
84 // Find and set up the ListView for paired devices
85 ListView pairedListView = (ListView) findViewById(R.id.paired_devices);
89 // Find and set up the ListView for newly discovered devices
90 ListView newDevicesListView = (ListView) findViewById(R.id.new_devices);
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
MyRssReader2.java 27 import android.widget.ListView;
35 ListView mRssList = null;
49 // Populate ArrayAdapter and bind it to ListView
50 mRssList = (ListView)findViewById(R.id.rssListView);
54 mLogger.warning("MyRssReader.onCreate-2 -- Couldn't instantiate a ListView!");
61 mLogger.warning("MyRssReader.onCreate-4 -- Couldn't instantiate a ListView!");
80 // We'd like to store the current ListView selection.
  /development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
DeviceListActivity.java 32 import android.widget.ListView;
93 // Find and set up the ListView for paired devices
94 ListView pairedListView = (ListView) findViewById(R.id.paired_devices);
98 // Find and set up the ListView for newly discovered devices
99 ListView newDevicesListView = (ListView) findViewById(R.id.new_devices);
  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
BrowseFragment.java 31 import android.widget.ListView;
46 * that can be browsed are shown in a ListView.
131 ListView listView = (ListView) rootView.findViewById(R.id.list_view);
132 listView.setAdapter(mBrowserAdapter);
133 listView.setOnItemClickListener(new AdapterView.OnItemClickListener() {
  /frameworks/base/core/tests/coretests/src/android/widget/
AutoCompleteTextViewPopup.java 56 waitAssertListSelection(textView, ListView.INVALID_POSITION);
88 waitAssertListSelection(textView, ListView.INVALID_POSITION);
115 waitAssertListSelection(textView, ListView.INVALID_POSITION);
128 waitAssertListSelection("setListSelection(ListView.INVALID_POSITION)", textView,
129 ListView.INVALID_POSITION);
148 waitAssertListSelection(textView, ListView.INVALID_POSITION);
242 int currentSelection = ListView.INVALID_POSITION;
  /frameworks/base/docs/html/sdk/api_diff/19/changes/
android.widget.ListView.html 10 android.widget.ListView
74 Class android.widget.<A HREF="../../../../reference/android/widget/ListView.html" target="_top"><font size="+2"><code>ListView</code></font></A>
86 <A NAME="android.widget.ListView.areFooterDividersEnabled_added()"></A>
87 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/widget/ListView.html#areFooterDividersEnabled()" target="_top"><code>areFooterDividersEnabled</code></A>()</nobr>
93 <A NAME="android.widget.ListView.areHeaderDividersEnabled_added()"></A>
94 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/widget/ListView.html#areHeaderDividersEnabled()" target="_top"><code>areHeaderDividersEnabled</code></A>()</nobr>
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
android.widget.ListView.html 10 android.widget.ListView
74 Class android.widget.<A HREF="../../../../reference/android/widget/ListView.html" target="_top"><font size="+2"><code>ListView</code></font></A>
86 <A NAME="android.widget.ListView.setFooterDividersEnabled_added(boolean)"></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/widget/ListView.html#setFooterDividersEnabled(boolean)" target="_top"><code>setFooterDividersEnabled</code></A>(<code>boolean</code>)</nobr>
93 <A NAME="android.widget.ListView.setHeaderDividersEnabled_added(boolean)"></A>
94 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/widget/ListView.html#setHeaderDividersEnabled(boolean)" target="_top"><code>setHeaderDividersEnabled</code></A>(<code>boolean</code>)</nobr>
  /frameworks/base/core/java/com/android/internal/app/
AlertController.java 56 import android.widget.ListView;
71 private ListView mListView;
405 public ListView getListView() {
792 * a ListView. If it's text we should use the dark background
793 * for ListView we should use the light background. If neither
849 final ListView listView = mListView;
850 if (listView != null && mAdapter != null) {
851 listView.setAdapter(mAdapter);
854 listView.setItemChecked(checkedItem, true)
    [all...]
  /cts/suite/cts/deviceTests/ui/src/com/android/cts/ui/
ScrollingActivity.java 24 import android.widget.ListView;
52 ListView view = getListView();
66 final ListView view = getListView();
  /developers/samples/android/ui/graphics/DisplayingBitmaps/
template-params.xml 34 in UI elements such as ViewPager and ListView/GridView.
66 bitmaps in UI elements such as ViewPager and ListView/GridView.
75 in UI elements such as ViewPager and ListView/GridView.
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/
template-params.xml 29 \'swipe-to-refresh\' gesture to a ListView, enabling the ability to trigger a refresh
63 'swipe-to-refresh' gesture to a ListView, enabling the ability to trigger a refresh
71 gesture to a `ListView`. The sample provides this functionality by defining a
  /development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
ExpandingCells.java 26 * This activity creates a listview whose items can be clicked to expand and show
29 * In this specific demo, each item in a listview displays an image and a corresponding
30 * title. These two items are centered in the default (collapsed) state of the listview's
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
MainActivity.java 25 import android.widget.ListView;
78 protected void onListItemClick(ListView listView, View view, int position, long id) {
  /external/droiddriver/src/com/google/android/droiddriver/scroll/
ScrollStepStrategy.java 34 * instance a ListView
51 * instance a ListView
65 * instance a ListView
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListScrollListenerTest.java 17 package android.widget.listview;
25 import android.widget.ListView;
32 private ListView mListView;
  /frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
A3DSelector.java 30 import android.widget.ListView;
76 getListView().setChoiceMode(ListView.CHOICE_MODE_SINGLE);
87 protected void onListItemClick(ListView l, View v, int position, long id) {
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
FileSelector.java 30 import android.widget.ListView;
76 getListView().setChoiceMode(ListView.CHOICE_MODE_SINGLE);
87 protected void onListItemClick(ListView l, View v, int position, long id) {
  /packages/apps/InCallUI/src/com/android/incallui/
ConferenceManagerFragment.java 25 import android.widget.ListView;
39 private ListView mConferenceParticipantList;
67 mConferenceParticipantList = (ListView) parent.findViewById(R.id.participantList);
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
SwipeableConversationItemView.java 24 import android.widget.ListView;
43 public ListView getListView() {
44 return (ListView) getParent();
  /frameworks/base/docs/html/sdk/api_diff/11/changes/
android.widget.ListView.html 10 android.widget.ListView
74 Class android.widget.<A HREF="../../../../reference/android/widget/ListView.html" target="_top"><font size="+2"><code>ListView</code></font></A>
86 <A NAME="android.widget.ListView.setAdapter_removed(android.widget.ListAdapter)"></A>
101 <A NAME="android.widget.ListView.smoothScrollByOffset_added(int)"></A>
102 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/widget/ListView.html#smoothScrollByOffset(int)" target="_top"><code>smoothScrollByOffset</code></A>(<code>int</code>)</nobr>
116 <A NAME="android.widget.ListView.clearChoices_changed()"></A>
126 <A NAME="android.widget.ListView.getCheckedItemIds_changed()"></A>
136 <A NAME="android.widget.ListView.getCheckedItemPosition_changed()"></A>
146 <A NAME="android.widget.ListView.getCheckedItemPositions_changed()"></A
    [all...]
  /frameworks/support/v4/java/android/support/v4/app/
ListFragment.java 31 import android.widget.ListView;
58 onListItemClick((ListView)parent, v, position, id);
63 ListView mList;
77 * returned view hierarchy <em>must</em> have a ListView whose id
122 ListView lv = new ListView(getActivity());
167 * @param l The ListView where the click happened
168 * @param v The view that was clicked within the ListView
172 public void onListItemClick(ListView l, View v, int position, long id) {
221 public ListView getListView()
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDisplayUtils.java 45 import android.widget.ListView;
350 * Returns the top coordinate of the first item in the {@link ListView}. If the first item
351 * in the {@link ListView} is not visible or there are no children in the list, then return
355 public static int getFirstListItemOffset(ListView listView) {
356 if (listView == null || listView.getChildCount() == 0 ||
357 listView.getFirstVisiblePosition() != 0) {
360 return listView.getChildAt(0).getTop();
366 * @param listView that should be scrolle
    [all...]
  /developers/build/prebuilts/gradle/ActionBarCompat-ListPopupMenu/Application/src/main/java/com/example/android/actionbarcompat/listpopupmenu/
PopupListFragment.java 25 import android.widget.ListView;
52 public void onListItemClick(ListView listView, View v, int position, long id) {
53 String item = (String) listView.getItemAtPosition(position);
  /developers/build/prebuilts/gradle/AdapterTransition/Application/src/main/res/layout/
fragment_meat_list.xml 17 <ListView
  /developers/build/prebuilts/gradle/CustomChoiceList/Application/src/main/res/values/
base-strings.xml 23 This sample demonstrates how to create custom checkable layouts, for use with ListView\'s choiceMode

Completed in 1204 milliseconds

1 2 3 4 5 6 7 891011>>