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

<<11121314151617181920>>

  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
ExpandedMenuView.java 28 import android.widget.ListView;
36 public final class ExpandedMenuView extends ListView
  /packages/apps/Browser/res/layout/
bookmark_sync_wizard.xml 34 <ListView
59 <ListView
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/widget/
PinnedHeaderUseCaseActivity.java 25 import android.widget.ListView;
47 protected void onListItemClick(ListView l, View v, int position, long id) {
  /packages/apps/Music/tests/src/com/android/music/
MusicPlayerStability.java 22 import android.widget.ListView;
34 private ListView mTrackList;
  /packages/apps/Settings/res/layout/
search_panel.xml 34 <ListView android:id="@+id/list_suggestions"
57 <ListView android:id="@+id/list_results"
  /packages/apps/Settings/src/com/android/settings/
CreateShortcut.java 23 import android.widget.ListView;
40 protected void onListItemClick(ListView l, View v, int position, long id) {
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
DrawerFragment.java 20 import android.widget.ListView;
54 return ListView.CHOICE_MODE_SINGLE;
  /pdk/apps/TestingCamera2/res/layout/
request_pane.xml 41 <!-- FIXME: Should not have a ListView in a scrollable view, need to rethink layout -->
42 <ListView android:id="@+id/request_pane_output_listview"
  /frameworks/base/core/tests/coretests/
AndroidManifest.xml 324 <activity android:name="android.widget.listview.AdjacentListsWithAdjacentISVsInside" android:label="AdjacentListsWithAdjacentISVsInside">
331 <activity android:name="android.widget.listview.ListDividers" android:label="ListDividers">
338 <activity android:name="android.widget.listview.ListViewHeight" android:label="ListViewHeight">
527 <activity android:name="android.widget.listview.ListSetSelection" android:label="ListSetSelection">
534 <activity android:name="android.widget.listview.ListSimple" android:label="ListSimple">
541 <activity android:name="android.widget.listview.ListFilter" android:label="ListFilter">
548 <activity android:name="android.widget.listview.ListScrollListener" android:label="ListScrollListener">
555 <activity android:name="android.widget.listview.ListThrasher" android:label="ListThrasher">
562 <activity android:name="android.widget.listview.ListTakeFocusFromSide" android:label="ListTakeFocusFromSide">
569 <activity android:name="android.widget.listview.ListBottomGravity" android:label="ListBottomGravity"
    [all...]
  /packages/apps/InCallUI/src/com/android/incallui/
ConferenceParticipantListAdapter.java 28 import android.widget.ListView;
47 * Adapter for a ListView containing conference call participant information.
177 * The ListView containing the participant information.
179 private final ListView mListView;
182 * The conference participants to show in the ListView.
214 * @param listView The listview.
219 public ConferenceParticipantListAdapter(ListView listView, Context context,
222 mListView = listView;
    [all...]
  /frameworks/base/docs/html/training/contacts-provider/
display-contact-badge.jd 20 <a href="#ListView">
21 Add a QuickContactBadge to a ListView
326 <h2 id="ListView">Add a QuickContactBadge to a ListView</h2>
329 {@link android.widget.ListView} that displays a list of contacts. Use the
362 To bind a {@link android.support.v4.widget.CursorAdapter} to a {@link android.widget.ListView}
421 * the ListView layout from the file.
516 // Defines a ListView
517 private ListView mListView;
569 <h3>Set up the ListView</h3
    [all...]
  /cts/apps/CtsVerifier/res/layout/
ble_advertiser_test.xml 22 <ListView android:id="@+id/ble_advertiser_tests"
ble_client_start.xml 28 <ListView android:id="@+id/ble_server_tests"
ble_scanner_test.xml 28 <ListView android:id="@+id/ble_scanner_tests"
ble_server_start.xml 28 <ListView android:id="@+id/ble_server_tests"
bu_main.xml 22 <ListView android:id="@+id/android:list"
list_content.xml 23 <ListView
nfc_tag.xml 22 <ListView android:id="@id/android:list"
pass_fail_list.xml 27 <ListView android:id="@id/android:list"
provisioning_byod.xml 41 <ListView
  /developers/build/prebuilts/gradle/AdapterTransition/Application/src/main/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.
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/res/values/
base-strings.xml 28 inside a ListView.
  /developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/res/layout/
fragment_bluetooth_chat.xml 22 <ListView
  /developers/build/prebuilts/gradle/DataLayer/Wearable/src/main/res/layout/
main_activity.xml 22 <ListView
  /developers/build/prebuilts/gradle/DisplayingBitmaps/
ABOUT.txt 22 displaying bitmaps in UI elements such as ViewPager and ListView/GridView

Completed in 2216 milliseconds

<<11121314151617181920>>