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

<<11121314151617181920>>

  /frameworks/opt/timezonepicker/res/layout/
timezonepickerview.xml 61 <ListView
67 </ListView>
  /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/Dialer/src/com/android/dialer/list/
ListsFragment.java 19 import android.widget.ListView;
79 private ListView mShortcutCardsListView;
161 final AbsListView listView = getCurrentListView();
162 return listView != null && (listView.getChildCount() == 0
163 || listView.getChildAt(0).getTop() == listView.getPaddingTop());
299 mShortcutCardsListView = (ListView) parentView.findViewById(R.id.shortcut_card_list);
  /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...]
  /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_test.xml 22 <ListView android:id="@+id/ble_client_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"
fs_main.xml 26 <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 22 <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

Completed in 519 milliseconds

<<11121314151617181920>>