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

<<51525354555657585960>>

  /system/bt/test/suite/gatt/
gatt_test.cpp 19 #include "adapter/bluetooth_test.h"
gatt_test.h 19 #include "adapter/bluetooth_test.h"
  /frameworks/base/core/java/android/widget/
ExpandableListView.java 553 public void setAdapter(ListAdapter adapter) {
586 * Sets the adapter that provides data to this view.
587 * @param adapter The adapter that provides data to this view.
589 public void setAdapter(ExpandableListAdapter adapter) {
591 mAdapter = adapter;
593 if (adapter != null) {
595 mConnector = new ExpandableListConnector(adapter);
605 * Gets the adapter that provides data to this view.
606 * @return The adapter that provides data to this view
    [all...]
MultiAutoCompleteTextView.java 44 * ArrayAdapter&lt;String&gt; adapter = new ArrayAdapter&lt;String&gt;(this,
47 * textView.setAdapter(adapter);
  /prebuilts/sdk/current/support/v17/preference-leanback/libs/
android-support-v17-preference-leanback.jar 
  /art/compiler/optimizing/
load_store_elimination.cc 195 ref_info_array_(graph->GetArena()->Adapter(kArenaAllocLSE)),
196 heap_locations_(graph->GetArena()->Adapter(kArenaAllocLSE)),
520 graph->GetArena()->Adapter(kArenaAllocLSE)),
521 graph->GetArena()->Adapter(kArenaAllocLSE)),
522 removed_loads_(graph->GetArena()->Adapter(kArenaAllocLSE)),
523 substitute_instructions_for_loads_(graph->GetArena()->Adapter(kArenaAllocLSE)),
524 possibly_removed_stores_(graph->GetArena()->Adapter(kArenaAllocLSE)),
525 singleton_new_instances_(graph->GetArena()->Adapter(kArenaAllocLSE)) {
    [all...]
ssa_phi_elimination.cc 34 ArenaSet<HPhi*> initially_live(graph_->GetArena()->Adapter(kArenaAllocSsaPhiElimination));
135 ArenaVector<HPhi*> cycle_worklist(graph_->GetArena()->Adapter(kArenaAllocSsaPhiElimination));
  /art/runtime/base/
arena_allocator.h 299 // Get adapter for use in STL containers. See arena_containers.h .
300 ArenaAllocatorAdapter<void> Adapter(ArenaAllocKind kind = kArenaAllocSTL);
  /developers/samples/android/content/LoaderCursor/src/com/example/android/content/loadercursor/
CursorLoaderListFragment.java 46 // This is the Adapter being used to display the list's data.
67 * Create an empty adapter we will use to display the loaded data. The
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderCursor.java 66 // This is the Adapter being used to display the list's data.
85 // Create an empty adapter we will use to display the loaded data.
LoaderRetained.java 68 // This is the Adapter being used to display the list's data.
90 // Create an empty adapter we will use to display the loaded data.
  /development/samples/devbytes/animation/ListViewRemovalAnimation/src/com/example/android/listviewremovalanimation/
ListViewRemovalAnimation.java 175 * adapter, but before layout has been run. The approach here is to figure out where
189 // Delete the item from the adapter
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
WorkSpaceController.java 187 final gUnitAdapter adapter = new gUnitAdapter(currentTestSuite); local
189 adapter.run();
  /external/chromium-trace/catapult/tracing/tracing/extras/android/
android_auditor.html 215 'ListView item recycling involved inflating views. Ensure your Adapter#getView() recycles the incoming View, instead of constructing a new one.'); // @suppress longLineCheck
218 'ListView recycling taking too much time per frame. Ensure your Adapter#getView() binds data efficiently.'); // @suppress longLineCheck
581 // Adapter view
585 description: 'Adapter#getView() called to bind content to a recycled View that is being presented.'}); // @suppress longLineCheck
687 description: 'OnLayout has been called by the View system. If this shows up too many times in Systrace, make sure the children of RecyclerView do not update themselves directly. This will cause a full re-layout but when it happens via the Adapter notifyItemChanged, RecyclerView can avoid full layout calculation.'}); // @suppress longLineCheck
690 description: 'NotifyDataSetChanged or equal has been called. If this is taking a long time, try sending granular notify adapter changes instead of just calling notifyDataSetChanged or setAdapter / swapAdapter. Adding stable ids to your adapter might help.'}); // @suppress longLineCheck
699 description: 'RecyclerView is creating a new View. If too many of these are present: 1) There might be a problem in Recycling (e.g. custom Animations that set transient state and prevent recycling or ItemAnimator not implementing the contract properly. See Adapter#onFailedToRecycleView(ViewHolder). 2) There may be too many item view types. Try merging them. 3) There might be too many itemChange animations and not enough space in RecyclerPool. Try increasing your pool size and item cache size.'}); // @suppress longLineCheck
    [all...]
  /external/dbus-binding-generator/chromeos-dbus-bindings/
adaptor_generator_unittest.cc 164 TestInterface* interface_; // Owned by container of this adapter.
214 Test2Interface* interface_; // Owned by container of this adapter.
  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
CalendarICU.java 19 * CalendarICU is an adapter class which wraps ICU4J Calendar and
56 // as subclasses of java.util.Calendar. This adapter class
  /external/libexif/libexif/olympus/
mnote-olympus-tag.c 60 {MNOTE_NIKON_TAG_ADAPTER, "Adapter", N_("Adapter"), ""},
  /external/libpcap/
pcap-tstamp.manmisc.in 118 .BR PCAP_TSTAMP_ADAPTER " - " adapter
119 Time stamp provided by the network adapter on which the capture is being
124 Time stamp provided by the network adapter on which the capture is being
  /external/mockito/cglib-and-asm/src/org/mockito/asm/util/
CheckSignatureAdapter.java 93 * The visitor to which this adapter must delegate calls. May be
104 * @param sv the visitor to which this adapter must delegate calls. May be
  /external/pdfium/
xfa.gyp 26 "xfa/include/fwl/adapter/fwl_adapterclipboardmgr.h",
27 "xfa/include/fwl/adapter/fwl_adaptercursormgr.h",
28 "xfa/include/fwl/adapter/fwl_adaptermonitormgr.h",
29 "xfa/include/fwl/adapter/fwl_adapternative.h",
30 "xfa/include/fwl/adapter/fwl_adapterthreadmgr.h",
31 "xfa/include/fwl/adapter/fwl_adaptertimermgr.h",
32 "xfa/include/fwl/adapter/fwl_adapterwidgetmgr.h",
33 "xfa/include/fwl/adapter/fwl_sdadapterimp.h",
    [all...]
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/le/
ScanFilterTest.java 53 BluetoothAdapter adapter = BluetoothAdapter.getDefaultAdapter(); local
54 BluetoothDevice device = adapter.getRemoteDevice(DEVICE_MAC);
  /frameworks/base/docs/html/reference/android/support/wearable/
navtree_data.js 15 , null ], [ "Classes", null, [ [ "ActionChooserView", "reference/android/support/wearable/view/ActionChooserView.html", null, null ], [ "ActionLabel", "reference/android/support/wearable/view/ActionLabel.html", null, null ], [ "ActionPage", "reference/android/support/wearable/view/ActionPage.html", null, null ], [ "BoxInsetLayout", "reference/android/support/wearable/view/BoxInsetLayout.html", null, null ], [ "BoxInsetLayout.LayoutParams", "reference/android/support/wearable/view/BoxInsetLayout.LayoutParams.html", null, null ], [ "CardFragment", "reference/android/support/wearable/view/CardFragment.html", null, null ], [ "CardFrame", "reference/android/support/wearable/view/CardFrame.html", null, null ], [ "CardScrollView", "reference/android/support/wearable/view/CardScrollView.html", null, null ], [ "CircledImageView", "reference/android/support/wearable/view/CircledImageView.html", null, null ], [ "CircularButton", "reference/android/support/wearable/view/CircularButton.html", null, null ], [ "CrossfadeDrawable", "reference/android/support/wearable/view/CrossfadeDrawable.html", null, null ], [ "DelayedConfirmationView", "reference/android/support/wearable/view/DelayedConfirmationView.html", null, null ], [ "DismissOverlayView", "reference/android/support/wearable/view/DismissOverlayView.html", null, null ], [ "DotsPageIndicator", "reference/android/support/wearable/view/DotsPageIndicator.html", null, null ], [ "FragmentGridPagerAdapter", "reference/android/support/wearable/view/FragmentGridPagerAdapter.html", null, null ], [ "GridPagerAdapter", "reference/android/support/wearable/view/GridPagerAdapter.html", null, null ], [ "GridViewPager", "reference/android/support/wearable/view/GridViewPager.html", null, null ], [ "GridViewPager.LayoutParams", "reference/android/support/wearable/view/GridViewPager.LayoutParams.html", null, null ], [ "ProgressSpinner", "reference/android/support/wearable/view/ProgressSpinner.html", null, null ], [ "SimpleAnimatorListener", "reference/android/support/wearable/view/SimpleAnimatorListener.html", null, null ], [ "WatchViewStub", "reference/android/support/wearable/view/WatchViewStub.html", null, null ], [ "WearableFrameLayout", "reference/android/support/wearable/view/WearableFrameLayout.html", null, null ], [ "WearableFrameLayout.LayoutParams", "reference/android/support/wearable/view/WearableFrameLayout.LayoutParams.html", null, null ], [ "WearableListView", "reference/android/support/wearable/view/WearableListView.html", null, null ], [ "WearableListView.Adapter", "reference/android/support/wearable/view/WearableListView.Adapter.html", null, null ], [ "WearableListView.ViewHolder", "reference/android/support/wearable/view/WearableListView.ViewHolder.html", null, null ] ]
  /frameworks/base/nfc-extras/java/com/android/nfc_extras/
NfcExecutionEnvironment.java 67 * <p>This happens when an APDU of interest was matched by the Nfc adapter,
98 * Broadcast action: An adapter implementing MIFARE Classic via card
  /frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
BaseCursorPagerAdapter.java 33 * Page adapter for use with an BaseCursorLoader. Unlike other cursor adapters, this has no
228 * Initialize the adapter.
  /frameworks/support/fragment/java/android/support/v4/app/
FragmentStatePagerAdapter.java 45 * and {@link #getCount()} to have a working adapter.
87 throw new IllegalStateException("ViewPager with adapter " + this

Completed in 1700 milliseconds

<<51525354555657585960>>