Searched
full:listview (Results
351 -
375 of
1393) sorted by null
<<11121314151617181920>>
/packages/apps/Settings/src/com/android/settings/ |
UsageStatsActivity.java | 44 import android.widget.ListView; 174 // by ListView is null. 242 ListView listView = (ListView) findViewById(R.id.pkg_list); 244 listView.setAdapter(mAdapter);
|
/cts/apps/CtsVerifier/res/layout/ |
ble_scanner_hardware_scan_filter.xml | 46 <ListView android:id="@+id/ble_scan_result_list" 49 </ListView>
|
bt_device_picker.xml | 39 <ListView android:id="@+id/bt_paired_devices" 62 <ListView android:id="@+id/bt_new_devices"
|
bt_messages.xml | 39 <ListView android:id="@+id/bt_sent_messages" 61 <ListView android:id="@+id/bt_received_messages"
|
usb_main.xml | 31 <ListView android:id="@+id/usb_sent_messages" 54 <ListView android:id="@+id/usb_received_messages"
|
/cts/apps/CtsVerifier/res/layout-land/ |
usb_main.xml | 41 <ListView android:id="@+id/usb_sent_messages" 70 <ListView android:id="@+id/usb_received_messages"
|
/cts/suite/cts/hostTests/jank/app/src/com/android/cts/jank/ui/ |
CtsDeviceJankUi.java | 18 import android.widget.ListView; 59 new UiSelector().className(ListView.class.getName()));
|
/developers/build/prebuilts/gradle/CustomChoiceList/Application/src/main/res/layout/ |
list_item.xml | 18 The ListView from sample_main.xml has a choiceMode set, meaning that when a user 19 selects a list item, the ListView will set the state for that item's root view
|
sample_main.xml | 30 When a ListView has a choiceMode set, it will allow users to "choose" 46 <ListView android:id="@android:id/list"
|
/developers/samples/android/ui/holo/BorderlessButtons/ |
template-params.xml | 50 <android>android.widget.ListView</android> 64 This includes a ListView with custom rows and buttons, using dividing lines to create
|
/developers/samples/android/ui/lists/CustomChoiceList/Application/src/main/res/layout/ |
list_item.xml | 18 The ListView from sample_main.xml has a choiceMode set, meaning that when a user 19 selects a list item, the ListView will set the state for that item's root view
|
sample_main.xml | 30 When a ListView has a choiceMode set, it will allow users to "choose" 46 <ListView android:id="@android:id/list"
|
/development/apps/Development/src/com/android/development/ |
PermissionDetails.java | 49 import android.widget.ListView; 122 // by ListView is null. 148 ListView listView = (ListView)findViewById(android.R.id.list); 150 ListView lv= (ListView) findViewById(android.R.id.list); 154 listView.setAdapter(mAdapter);
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
InternalSelectionScroll.java | 34 * thereby acheiving the result. Note that {@link android.widget.ListView} also implements the 36 * within either {@link android.widget.ScrollView}s or {@link android.widget.ListView}s can
|
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/ |
WiFiDirectServicesList.java | 12 import android.widget.ListView; 46 public void onListItemClick(ListView l, View v, int position, long id) {
|
/development/samples/browseable/CustomChoiceList/res/layout/ |
list_item.xml | 18 The ListView from sample_main.xml has a choiceMode set, meaning that when a user 19 selects a list item, the ListView will set the state for that item's root view
|
sample_main.xml | 30 When a ListView has a choiceMode set, it will allow users to "choose" 46 <ListView android:id="@android:id/list"
|
/development/samples/training/AnimationsDemo/res/layout/ |
activity_layout_changes.xml | 21 <!-- A vertical LinearLayout in a ScrollView. This emulates a ListView (and is lighter weight 22 than a ListView when there aren't many rows). -->
|
/external/droiddriver/src/com/google/android/droiddriver/scroll/ |
Scroller.java | 34 * instance a ListView 48 * instance a ListView
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
ExpandedMenuView.java | 28 import android.widget.ListView; 34 public final class ExpandedMenuView extends ListView implements ItemInvoker, MenuView, OnItemClickListener {
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
ListRetainsFocusAcrossLayoutsTest.java | 17 package android.widget.listview; 19 import android.widget.listview.ListItemFocusablesClose;
|
/frameworks/base/docs/html/training/contacts-provider/ |
retrieve-names.jd | 98 to display the results in a {@link android.widget.ListView}, to allow the user to choose among 101 <h3 id="DefineListView">Define ListView and item layouts</h3> 103 To display the search results in a {@link android.widget.ListView}, you need a main layout file 104 that defines the entire UI including the {@link android.widget.ListView}, and an item layout 105 file that defines one line of the {@link android.widget.ListView}. For example, you could create 111 <ListView xmlns:android="http://schemas.android.com/apk/res/android" 117 This XML uses the built-in Android {@link android.widget.ListView} widget 142 {@link android.widget.ListView}. The next step is to write code that uses this UI to display a 197 * the Cursor to the ListView. 215 // Define a ListView objec [all...] |
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/ |
StorageBrowser.java | 30 import android.widget.ListView; 114 protected void onListItemClick(ListView l, View v, int position, long id) {
|
/frameworks/base/packages/PrintSpooler/res/layout/ |
select_printer_activity.xml | 22 <ListView 29 </ListView>
|
/frameworks/opt/timezonepicker/res/layout/ |
timezonepickerview.xml | 61 <ListView 67 </ListView>
|
Completed in 1590 milliseconds
<<11121314151617181920>>