HomeSort by relevance Sort by last modified time
    Searched full:adapter (Results 726 - 750 of 3250) sorted by null

<<21222324252627282930>>

  /packages/apps/Messaging/src/com/android/messaging/ui/
PagerViewHolder.java 28 * @return the destroyed View so that the adapter may remove it from the container, or
  /packages/apps/TV/src/com/android/tv/menu/
ItemListRowView.java 82 ItemListAdapter<?> adapter = ((ItemListRow) row).getAdapter(); local
83 adapter.mItemListView = this;
86 mListView.setAdapter(adapter);
116 extends RecyclerView.Adapter<ItemListAdapter.MyViewHolder> {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
ScrollAdapterCustomSize.java 22 * The adapter can optionally implement ScrollAdapterCustomSize in addition to ScrollAdapter.
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationViewAdapter.java 59 * A specialized adapter that contains overlay views to draw on top of the underlying conversation
60 * WebView. Each independently drawn overlay view gets its own item in this adapter, and indices
61 * in this adapter do not necessarily line up with cursor indices. For example, an expanded
63 * get an adapter item.
65 * Each item in this adapter is a {@link ConversationOverlayItem} to expose enough information
250 MessageHeaderItem(ConversationViewAdapter adapter, FormattedDateBuilder dateBuilder,
252 mAdapter = adapter;
404 private MessageFooterItem(ConversationViewAdapter adapter, MessageHeaderItem item) {
405 mAdapter = adapter;
657 public static MessageHeaderItem newMessageHeaderItem(ConversationViewAdapter adapter,
    [all...]
  /packages/providers/CalendarProvider/res/xml/
syncadapter.xml 23 <sync-adapter xmlns:android="http://schemas.android.com/apk/res/android"
  /packages/providers/ContactsProvider/tests/res/xml/
mock_syncadapter.xml 19 <sync-adapter xmlns:android="http://schemas.android.com/apk/res/android"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
tty.h 28 #define N_GIGASET_M101 16 /* Siemens Gigaset M101 serial DECT adapter */
  /system/bt/service/hal/
bluetooth_interface.h 25 // This class represents the HAL Bluetooth adapter interface, wrapping around
38 // The standard Bluetooth adapter management callback interface. The HAL
102 // The HAL module pointer that represents the standard Bluetooth adapter
114 // The HAL module pointer that represents the underlying Bluetooth adapter.
  /system/bt/service/ipc/binder/
bluetooth_le_advertiser_binder_server.cc 21 #include "service/adapter.h"
35 bluetooth::Adapter* adapter)
36 : adapter_(adapter) {
bluetooth_low_energy_binder_server.cc 21 #include "service/adapter.h"
35 bluetooth::Adapter* adapter)
36 : adapter_(adapter) {
  /system/bt/service/test/
mock_adapter.h 26 class MockAdapter : public Adapter {
  /system/bt/test/suite/rfcomm/
rfcomm_test.h 19 #include "adapter/bluetooth_test.h"
  /tools/test/connectivity/acts/tests/google/bt/car_bt/
BtCarToggleTest.py 17 This test is used to test basic functionality of bluetooth adapter by turning it ON/OFF.
  /developers/build/prebuilts/gradle/AutoBackupForApps/Application/src/main/java/com/example/android/autobackupsample/
AddFileActivity.java 179 final ArrayAdapter<CharSequence> adapter = local
182 adapter.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item);
183 spinner.setAdapter(adapter);
187 String sizeMeasure = adapter.getItem(position).toString();
204 final ArrayAdapter<CharSequence> adapter = local
207 adapter.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item);
208 spinner.setAdapter(adapter);
  /developers/samples/android/content/AutoBackupForApps/Application/src/main/java/com/example/android/autobackupsample/
AddFileActivity.java 179 final ArrayAdapter<CharSequence> adapter = local
182 adapter.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item);
183 spinner.setAdapter(adapter);
187 String sizeMeasure = adapter.getItem(position).toString();
204 final ArrayAdapter<CharSequence> adapter = local
207 adapter.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item);
208 spinner.setAdapter(adapter);
  /development/samples/browseable/AutoBackupForApps/src/com.example.android.autobackupsample/
AddFileActivity.java 179 final ArrayAdapter<CharSequence> adapter = local
182 adapter.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item);
183 spinner.setAdapter(adapter);
187 String sizeMeasure = adapter.getItem(position).toString();
204 final ArrayAdapter<CharSequence> adapter = local
207 adapter.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item);
208 spinner.setAdapter(adapter);
  /external/apache-http/src/org/apache/http/impl/conn/
AbstractClientConnAdapter.java 54 * Abstract adapter from {@link OperatedClientConnection operated} to
62 * This adapter tracks the checkpoints for reusable communication states,
93 * This attribute MUST NOT be final, so the adapter can be detached
111 * Creates a new connection adapter.
112 * The adapter is initially <i>not</i>
131 * Detaches this adapter from the wrapped connection.
132 * This adapter becomes useless.
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 44 static HRESULT GalliumDXGIAdapterCreate(GalliumDXGIFactory* adapter, const struct native_platform* platform, void* dpy, IDXGIAdapter1** out_adapter);
45 static HRESULT GalliumDXGIOutputCreate(GalliumDXGIAdapter* adapter, const std::string& name, const struct native_connector* connector, IDXGIOutput** out_output);
159 UINT adapter,
162 return EnumAdapters1(adapter, (IDXGIAdapter1**)out_adapter);
166 UINT adapter,
170 if(adapter == 0)
179 if(adapter < nscreens)
182 if(adapter <= def_screen)
183 --adapter;
184 *out_adapter = GalliumDXGIAdapterCreate(this, platform, display, adapter);
875 ComPtr<GalliumDXGIAdapter> adapter; member in struct:GalliumDXGISwapChain
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/scsi/
sg.h 63 unsigned short int host_status; /* [o] errors from host adapter */
110 /* Host (adapter) maximum commands per lun. */
112 /* Device (or adapter) maximum queue length. */
136 #define SG_EMULATED_HOST 0x2203 /* true for emulated host adapter (ATAPI) */
152 #define SG_SET_FORCE_LOW_DMA 0x2279 /* 0-> use adapter setting, 1-> force */
164 /* Yields max scatter gather tablesize allowed by current host adapter */
191 by adapter then this value is the largest data block that can be
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/scsi/
sg.h 63 unsigned short int host_status; /* [o] errors from host adapter */
110 /* Host (adapter) maximum commands per lun. */
112 /* Device (or adapter) maximum queue length. */
136 #define SG_EMULATED_HOST 0x2203 /* true for emulated host adapter (ATAPI) */
152 #define SG_SET_FORCE_LOW_DMA 0x2279 /* 0-> use adapter setting, 1-> force */
164 /* Yields max scatter gather tablesize allowed by current host adapter */
191 by adapter then this value is the largest data block that can be
  /cts/tests/tests/print/src/android/print/cts/
PrintJobTest.java 160 // Create a print adapter that respects the print contract.
161 PrintDocumentAdapter adapter = createDefaultPrintDocumentAdapter(1);
164 print(adapter);
222 // Create a print adapter that respects the print contract.
223 PrintDocumentAdapter adapter = createDefaultPrintDocumentAdapter(1);
225 makeDefaultPrinter(adapter, PRINTER_NAME);
348 // Rotate the media size to force adapter to write again
391 // Create a print adapter that respects the print contract.
392 PrintDocumentAdapter adapter = createDefaultPrintDocumentAdapter(1);
395 print(adapter, "advancedOption")
    [all...]
PrinterDiscoverySessionLifecycleTest.java 89 // Create a print adapter that respects the print contract.
90 PrintDocumentAdapter adapter = createDefaultPrintDocumentAdapter(1); local
93 print(adapter);
195 // Create a print adapter that respects the print contract.
196 PrintDocumentAdapter adapter = createDefaultPrintDocumentAdapter(1); local
199 print(adapter);
285 // Create a print adapter that respects the print contract.
286 PrintDocumentAdapter adapter = createDefaultPrintDocumentAdapter(1); local
289 print(adapter);
327 print(adapter);
    [all...]
  /development/samples/ContactManager/src/com/example/android/contactmanager/
ContactAdder.java 108 ArrayAdapter<String> adapter; local
109 adapter = new ArrayAdapter<String>(this, android.R.layout.simple_spinner_item);
110 adapter.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item);
114 adapter.add(ContactsContract.CommonDataKinds.Phone.getTypeLabel(
119 mContactPhoneTypeSpinner.setAdapter(adapter);
123 adapter = new ArrayAdapter<String>(this, android.R.layout.simple_spinner_item);
124 adapter.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item);
127 adapter.add(ContactsContract.CommonDataKinds.Email.getTypeLabel(
132 mContactEmailTypeSpinner.setAdapter(adapter);
360 * Custom adapter used to display account icons and descriptions in the account spinner
    [all...]
  /frameworks/base/core/java/android/app/
ListFragment.java 140 * associate the list with an adapter. Do not directly call
236 public void setListAdapter(ListAdapter adapter) {
238 mAdapter = adapter;
240 mList.setAdapter(adapter);
243 // adapter. It is now time to show it.
251 * position with the adapter's data
308 * showing it once an adapter is given with {@link #setListAdapter(ListAdapter)}.
422 ListAdapter adapter = mAdapter; local
424 setListAdapter(adapter);
426 // We are starting without an adapter, so assume we won'
    [all...]
  /frameworks/base/core/java/android/widget/
CursorAdapter.java 32 * Adapter that exposes data from a {@link android.database.Cursor Cursor} to a
94 * If set the adapter will call requery() on the cursor whenever a content change
106 * If set the adapter will register a content observer on the cursor and will call
108 * using this flag: you will need to unset the current Cursor from the adapter
139 * @param autoRequery If true the adapter will call requery() on the
152 * @param flags Flags used to determine the behavior of the adapter; may
200 * {@link Context} passed to the adapter's constructor.
203 * {@code null} to use the theme from the adapter's context
406 * by the filter attached to this adapter.
463 * this adapter
    [all...]

Completed in 795 milliseconds

<<21222324252627282930>>