Searched
full:listview (Results
701 -
725 of
1393) sorted by null
<<21222324252627282930>>
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
FragmentLayout.java | 34 import android.widget.ListView; 113 getListView().setChoiceMode(ListView.CHOICE_MODE_SINGLE); 126 public void onListItemClick(ListView l, View v, int position, long id) {
|
/development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
FragmentLayoutSupport.java | 35 import android.widget.ListView; 116 getListView().setChoiceMode(ListView.CHOICE_MODE_SINGLE); 129 public void onListItemClick(ListView l, View v, int position, long id) {
|
/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/ |
DeviceScanActivity.java | 35 import android.widget.ListView; 148 protected void onListItemClick(ListView l, View v, int position, long id) { 225 // General ListView optimization code.
|
/development/samples/browseable/DataLayer/Wearable/src/com.example.android.wearable.datalayer/ |
MainActivity.java | 34 import android.widget.ListView; 66 private ListView mDataItemList; 79 mDataItemList = (ListView) findViewById(R.id.dataItem_list);
|
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/ |
QueueFragment.java | 30 import android.widget.ListView; 151 ListView mListView = (ListView) rootView.findViewById(R.id.list_view);
|
/external/chromium_org/sandbox/win/sandbox_poc/ |
main_ui_window.h | 27 // The MainUIWindow also has a listview that displays debugging information to 135 // listview in the main UI window. Passing a NULL param in 'fmt' results in 139 // Assists AddDebugMessage in displaying a message in the ListView. It
|
/frameworks/base/core/java/android/preference/ |
PreferenceGroupAdapter.java | 31 import android.widget.ListView; 73 * returned, this cannot be modified (since the ListView only checks the 217 if (position < 0 || position >= getCount()) return ListView.INVALID_ROW_ID;
|
/frameworks/base/core/res/res/values/ |
styles_device_defaults.xml | 44 <style name="Widget.DeviceDefault.ListView.DropDown" parent="Widget.Material.ListView.DropDown"/> 49 <style name="Widget.DeviceDefault.ListView" parent="Widget.Material.ListView"/> 100 <style name="Widget.DeviceDefault.ListView.White" parent="Widget.Material.ListView.White"/> 130 <style name="Widget.DeviceDefault.Light.ListView.DropDown" parent="Widget.Material.Light.ListView.DropDown"/> 138 <style name="Widget.DeviceDefault.Light.ListView" parent="Widget.Material.Light.ListView"/> [all...] |
/frameworks/base/docs/html/sdk/api_diff/19/changes/ |
pkg_android.widget.html | 112 <A NAME="ListView"></A> 113 <nobr><A HREF="android.widget.ListView.html">ListView</A></nobr>
|
/frameworks/base/docs/html/sdk/api_diff/4/changes/ |
pkg_android.widget.html | 120 <A NAME="ListView"></A> 121 <nobr><A HREF="android.widget.ListView.html">ListView</A></nobr>
|
/frameworks/base/docs/html/sdk/api_diff/8/changes/ |
pkg_android.widget.html | 120 <A NAME="ListView"></A> 121 <nobr><A HREF="android.widget.ListView.html">ListView</A></nobr>
|
/frameworks/base/docs/html/sdk/api_diff/9/changes/ |
pkg_android.widget.html | 99 <A NAME="ListView"></A> 100 <nobr><A HREF="android.widget.ListView.html">ListView</A></nobr>
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
RecentsCreateFragment.java | 45 import android.widget.ListView; 68 private ListView mListView; 91 mListView = (ListView) view.findViewById(R.id.list);
|
/packages/apps/Browser/src/com/android/browser/ |
ErrorConsoleView.java | 32 import android.widget.ListView; 207 * This class extends ListView to implement the View that will actually display the set of 210 private static class ErrorConsoleListView extends ListView {
|
/packages/apps/Calendar/src/com/android/calendar/alerts/ |
AlertActivity.java | 38 import android.widget.ListView; 92 private ListView mListView; 217 mListView = (ListView) findViewById(R.id.alert_container);
|
/packages/apps/Calendar/src/com/android/calendar/month/ |
SimpleWeeksAdapter.java | 34 import android.widget.ListView; 297 ListView mListView; 299 public void setListView(ListView lv) {
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
AccountFilterActivity.java | 35 import android.widget.ListView; 61 private ListView mListView; 70 mListView = (ListView) findViewById(android.R.id.list);
|
/packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
AppChooserActivity.java | 49 import android.widget.ListView; 62 private ListView mListView; 140 mListView = (ListView) ap.mView.findViewById(com.android.nfc.R.id.resolver_list);
|
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/ |
RequestControlPane.java | 28 import android.widget.ListView; 78 private ListView mOutputListView; 160 mOutputListView = (ListView) findViewById(R.id.request_pane_output_listview);
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
DeviceOwnerTestActivity.java | 17 import android.widget.ListView;
|
/developers/build/prebuilts/gradle/ActionBarCompat-Styled/Application/src/main/res/values-v14/ |
styles.xml | 39 <item name="android:dropDownListViewStyle">@style/Widget.Styled.ListView.DropDown</item>
|
/developers/build/prebuilts/gradle/AdapterTransition/ |
README.md | 4 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/SwipeRefreshLayoutBasic/ |
README.md | 6 In this sample the View which can be refreshed is a ListView.
|
/developers/samples/android/connectivity/sync/BasicSyncAdapter/ |
README.md | 10 inside a ListView.
|
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-Styled/Application/src/main/res/values-v14/ |
styles.xml | 39 <item name="android:dropDownListViewStyle">@style/Widget.Styled.ListView.DropDown</item>
|
Completed in 1111 milliseconds
<<21222324252627282930>>