HomeSort by relevance Sort by last modified time
    Searched full:adapter (Results 1101 - 1125 of 2956) sorted by null

<<41424344454647484950>>

  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/
cycx_cfm.h 44 unsigned short adapter[CFM_MAX_CYCX]; member in struct:cycx_fw_info
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/
cycx_cfm.h 44 unsigned short adapter[CFM_MAX_CYCX]; member in struct:cycx_fw_info
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/
cycx_cfm.h 44 unsigned short adapter[CFM_MAX_CYCX]; member in struct:cycx_fw_info
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/
cycx_cfm.h 44 unsigned short adapter[CFM_MAX_CYCX]; member in struct:cycx_fw_info
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
cycx_cfm.h 44 unsigned short adapter[CFM_MAX_CYCX]; member in struct:cycx_fw_info
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/
XmlStorageEditorInput.java 97 public Object getAdapter(Class adapter) {
  /system/bt/service/common/bluetooth/binder/
IBluetoothCallback.h 28 // This class defines the Binder IPC interface for receiving adapter state
  /system/bt/service/
gatt_client.h 62 // from an Adapter instance.
  /system/bt/test/suite/adapter/
bluetooth_test.cpp 19 #include "adapter/bluetooth_test.h"
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
MultiSelectManager.java 91 DocumentsAdapter adapter,
95 this(new RuntimeSelectionEnvironment(recyclerView), adapter, mode, initialSelection);
123 * Constructs a new instance with {@code adapter} and {@code helper}.
130 DocumentsAdapter adapter,
135 assert(adapter != null);
138 mAdapter = adapter;
296 if (DEBUG) Log.i(TAG, "Cannot handle tap. No adapter position available.");
341 * A convenience method for toggling selection by adapter position.
343 * @param position Adapter position to toggle.
441 * @param begin Adapter position for range start (inclusive)
    [all...]
  /frameworks/base/core/java/android/widget/
ListPopupWindow.java 236 * Sets the adapter that provides the data and the views to represent the data
239 * @param adapter The adapter to use to create this window's content.
241 public void setAdapter(@Nullable ListAdapter adapter) {
247 mAdapter = adapter;
249 adapter.registerDataSetObserver(mObserver);
788 * Perform an item click operation on the specified list adapter position.
790 * @param position Adapter position for performing the click
799 final ListAdapter adapter = list.getAdapter();
800 mItemClickListener.onItemClick(list, child, position, adapter.getItemId(position))
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ListPopupWindow.java 278 * Sets the adapter that provides the data and the views to represent the data
281 * @param adapter The adapter to use to create this window's content.
283 public void setAdapter(@Nullable ListAdapter adapter) {
289 mAdapter = adapter;
291 adapter.registerDataSetObserver(mObserver);
842 * Perform an item click operation on the specified list adapter position.
844 * @param position Adapter position for performing the click
853 final ListAdapter adapter = list.getAdapter();
854 mItemClickListener.onItemClick(list, child, position, adapter.getItemId(position))
    [all...]
  /frameworks/base/core/java/android/print/
PrintManager.java 182 * Extra with the print document adapter to be printed.
484 * initiated printing is finished, the provided adapter may be in an inconsistent
499 * a rotation change, the system will drop the connection to the adapter as the
500 * activity has to be recreated and the old adapter may be invalid in this context,
501 * hence a new adapter instance is required. As a consequence, if your activity
508 * @param documentAdapter An adapter that emits the document to print.
513 * document adapter is null.
1015 PrintDocumentAdapter adapter = (PrintDocumentAdapter) args.arg1; local
1040 PrintDocumentAdapter adapter = (PrintDocumentAdapter) args.arg1; local
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
AlertController.java 1058 final ListAdapter adapter; local
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
RemotePrintDocument.java 163 public RemotePrintDocument(Context context, IPrintDocumentAdapter adapter,
166 mPrintDocumentAdapter = adapter;
415 Log.w(LOG_TAG, "Error setting observer to the print adapter.");
424 Log.w(LOG_TAG, "Error setting observer to the print adapter.");
553 public AsyncCommand(Looper looper, IPrintDocumentAdapter adapter, RemotePrintDocumentInfo document,
556 mAdapter = adapter;
588 * {@link PrintDocumentAdapter adapter} might get commands while it is still
720 public LayoutCommand(Looper looper, IPrintDocumentAdapter adapter,
723 super(looper, adapter, document, callback);
    [all...]
  /art/runtime/base/
scoped_arena_allocator.h 164 // Get adapter for use in STL containers. See scoped_arena_containers.h .
165 ScopedArenaAllocatorAdapter<void> Adapter(ArenaAllocKind kind = kArenaAllocSTL);
  /art/runtime/verifier/
register_line-inl.h 188 monitors_(verifier->GetArena().Adapter(kArenaAllocVerifier)),
189 reg_to_lock_depths_(std::less<uint32_t>(), verifier->GetArena().Adapter(kArenaAllocVerifier)),
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestResultsReport.java 79 TestResultsReport(Context context, TestListAdapter adapter) {
81 this.mAdapter = adapter;
  /cts/tests/tests/print/src/android/print/cts/
PrinterCapabilitiesTest.java 188 PrintDocumentAdapter adapter = createMockPrintDocumentAdapter( local
233 print(adapter);
473 PrintDocumentAdapter adapter = createMockPrintDocumentAdapter(null, null, null); local
476 print(adapter);
586 PrintDocumentAdapter adapter = createMockPrintDocumentAdapter(null, null, null); local
589 print(adapter);
654 PrintDocumentAdapter adapter = createMockPrintDocumentAdapter( local
    [all...]
  /developers/build/prebuilts/gradle/DirectBoot/Application/src/main/java/com/example/android/directboot/alarms/
AlarmAdapter.java 40 * Adapter responsible for interactions between the {@link RecyclerView} and the
43 public class AlarmAdapter extends RecyclerView.Adapter<AlarmAdapter.AlarmViewHolder> {
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/ui/
ImageDetailActivity.java 84 // Set up ViewPager and backing adapter
176 * The main adapter that backs the ViewPager. A subclass of FragmentStatePagerAdapter as there
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
ComplicationSimpleConfigActivity.java 131 * Inner class representing items of the ConfigurationAdapter (WearableListView.Adapter) class.
150 private static class ConfigurationAdapter extends WearableListView.Adapter {
  /developers/samples/android/security/DirectBoot/Application/src/main/java/com/example/android/directboot/alarms/
AlarmAdapter.java 40 * Adapter responsible for interactions between the {@link RecyclerView} and the
43 public class AlarmAdapter extends RecyclerView.Adapter<AlarmAdapter.AlarmViewHolder> {
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-ListViewModalSelect/Application/src/main/java/com/example/android/actionbarcompat/listviewmodalselect/
CheeseListFragment.java 116 // list and remove the checked items. Once finished we notify the adapter to update
144 // Finally, notify the adapter so that it updates the ListView
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/ui/
ImageDetailActivity.java 84 // Set up ViewPager and backing adapter
176 * The main adapter that backs the ViewPager. A subclass of FragmentStatePagerAdapter as there

Completed in 629 milliseconds

<<41424344454647484950>>