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

<<31323334353637383940>>

  /packages/apps/Contacts/src/com/android/contacts/model/account/
AccountType.java 75 * - {@link #syncAdapterPackageName} is always set to the actual sync adapter package name.
84 * or the sync adapter (for external type, including extensions).
148 * The activity class should reside in the sync adapter package as determined by
157 * This allows the sync adapter to provide more up-to-date information.
159 * The service class should reside in the sync adapter package as determined by
170 * is the authenticator package name but the notification service is in the sync adapter
183 // Note this resource is defined in the sync adapter package, not resourcePackageName.
238 // Note this resource is defined in the sync adapter package, not resourcePackageName.
247 // Note this resource is defined in the sync adapter package, not resourcePackageName.
  /external/apache-http/src/org/apache/commons/logging/impl/
LogFactoryImpl.java 140 * determine system behaviour when a bad logging adapter class is
156 * determine system behaviour when a logging adapter class is
765 * or if no adapter at all can be instantiated
814 // for each discoverable log adapter
820 // for each discoverable log adapter
871 // the first 5 characters of the adapter class right (ignoring case),
872 // then suggest the candidate adapter class name.
    [all...]
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
BaseRecyclerViewAnimationsTest.java 294 assertEquals("on pre layout, state should return abstracted adapter size",
300 assertEquals("on post layout, state should return real adapter size",
442 assertEquals("adapter position calculations should match view holder "
496 final public void run(TestAdapter adapter) throws Throwable {
497 onRun(adapter);
535 adapter, enum constant in enum:BaseRecyclerViewAnimationsTest.PositionConstraint.Type
536 adapterScrap /*first pass adapter, second pass scrap*/
563 constraint.mPostLayoutPos = position;// adapter pos does not change
567 public static PositionConstraint adapter(int position) { method in class:BaseRecyclerViewAnimationsTest.PositionConstraint
569 constraint.mType = Type.adapter;
    [all...]
GridLayoutManagerWrapContentWithAspectRatioTest.java 125 WrapContentAdapter adapter = new WrapContentAdapter(behavior1, behavior2); local
133 mRecyclerView.setAdapter(adapter);
211 WrapContentAdapter adapter = new WrapContentAdapter(behavior1, behavior2); local
213 mRecyclerView.setAdapter(adapter);
287 WrapContentAdapter adapter = new WrapContentAdapter(behavior1, behavior2); local
289 mRecyclerView.setAdapter(adapter);
GridLayoutManagerTest.java 222 // adapter position of the currently focused item.
229 // adapter position of the item (whether focusable or not) that just becomes fully
232 // The VH of the above adapter position
256 assertTrue("Child view at adapter pos " + visibleIndex + " should be fully visible.",
312 // adapter position of the currently focused item.
319 // adapter position of the item (whether focusable or not) that just becomes fully
322 // The VH of the above adapter position
346 assertTrue("Child view at adapter pos " + visibleIndex + " should be fully visible.",
402 // adapter position of the currently focused item.
409 // adapter position of the item (whether focusable or not) that just becomes full
940 GridTestAdapter adapter = new GridTestAdapter(adapterSize) { local
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
PlaybackFragment.java 63 * of rows in a vertical list. The Adapter's {@link PresenterSelector} must maintain subclasses
68 * App can call {@link #setPlaybackRow(Row)} to set playback row for the first element of adapter.
71 * optional, app can pass playback row and PlaybackRowPresenter in the adapter using
1037 ArrayObjectAdapter adapter = ((ArrayObjectAdapter) mAdapter); local
1044 SparseArrayObjectAdapter adapter = ((SparseArrayObjectAdapter) mAdapter); local
    [all...]
PlaybackSupportFragment.java 66 * of rows in a vertical list. The Adapter's {@link PresenterSelector} must maintain subclasses
71 * App can call {@link #setPlaybackRow(Row)} to set playback row for the first element of adapter.
74 * optional, app can pass playback row and PlaybackRowPresenter in the adapter using
1040 ArrayObjectAdapter adapter = ((ArrayObjectAdapter) mAdapter); local
1047 SparseArrayObjectAdapter adapter = ((SparseArrayObjectAdapter) mAdapter); local
    [all...]
  /hardware/qcom/gps/msm8998/gnss/
GnssAdapter.cpp 82 inline MsgSetControlCallbacks(GnssAdapter& adapter,
85 mAdapter(adapter),
470 inline MsgReadConfig(GnssAdapter* adapter,
473 mAdapter(adapter),
495 inline MsgSetConfig(GnssAdapter& adapter,
498 mAdapter(adapter),
581 inline MsgGnssUpdateConfig(GnssAdapter& adapter,
587 mAdapter(adapter),
774 inline MsgDeleteAidingData(GnssAdapter& adapter,
779 mAdapter(adapter),
2064 GnssAdapter* adapter = pSession->adapter; local
    [all...]
  /external/autotest/server/cros/bluetooth/
bluetooth_adpater_tests.py 5 """Server side bluetooth adapter subtests."""
359 """Server side bluetooth adapter tests.
362 states of a bluetooth adapter.
448 """Test that the bluetooth adapter is in the correct working state.
450 This includes that the adapter is detectable, is powered on,
465 """Test that the adapter could be powered on successfully."""
472 desc='Waiting for adapter powered on')
485 """Test that the adapter could be powered off successfully."""
493 desc='Waiting for adapter powered off')
508 """Test that the adapter could be reset on successfully
    [all...]
  /cts/tests/tests/print/src/android/print/cts/
PrintJobStateTransitionsTest.java 282 // Create a print adapter that respects the print contract.
283 PrintDocumentAdapter adapter = createDefaultPrintDocumentAdapter(1);
285 makeDefaultPrinter(adapter, PRINTER_NAME);
361 // Create a print adapter that respects the print contract.
362 PrintDocumentAdapter adapter = createDefaultPrintDocumentAdapter(1);
365 print(adapter);
PrinterCapabilitiesTest.java 163 PrintDocumentAdapter adapter = createMockPrintDocumentAdapter(null, null, null); local
166 print(adapter);
296 PrintDocumentAdapter adapter = createMockPrintDocumentAdapter(null, null, null); local
299 print(adapter);
349 PrintDocumentAdapter adapter = createMockPrintDocumentAdapter( local
376 print(adapter);
  /developers/demos/JustForUs/justforus/src/main/java/com/example/android/justforus/
MainActivity.java 68 // Initialize the adapter with all the coupons. Set the adapter on the {@link GridView}.
112 * will be a view provided by the adapter).
113 * @param position The position of the view in the adapter.
118 // Find coupon that was clicked based off of position in adapter
151 * Adapter for grid of coupons.
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
AbstractTextPropertyEditor.java 146 public void proposalPopupClosed(ContentProposalAdapter adapter) {
151 public void proposalPopupOpened(ContentProposalAdapter adapter) {
174 ImmediateProposalAdapter adapter = new ImmediateProposalAdapter( local
177 adapter.setFilterStyle(ContentProposalAdapter.FILTER_NONE);
178 adapter.setProposalAcceptanceStyle(ContentProposalAdapter.PROPOSAL_REPLACE);
181 adapter.setLabelProvider(labelProvider);
  /frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/page/
PageAndListRowFragment.java 253 ArrayObjectAdapter adapter = new ArrayObjectAdapter(presenterSelector); local
255 adapter.add(card);
259 return new CardListRow(headerItem, adapter, cardRow);
297 ArrayObjectAdapter adapter = new ArrayObjectAdapter(iconCardPresenter); local
299 adapter.add(card);
303 return new CardListRow(headerItem, adapter, cardRow);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
BiosSnp16.h 703 Description: This call will prepare the network adapter driver to be unloaded from memory. This call must be
737 Description: This call resets the adapter and programs it with default parameters. The default parameters used
739 receive and transmit units of the network adapter to readily receive or transmit packets. The
740 application must call PXENV_UNDI_OPEN to logically connect the network adapter to the network.
741 This call must be made by an application to establish an interface to the network adapter driver.
742 Note: When the PXE code makes this call to initialize the network adapter, it passes a NULL pointer for
775 Wrapper routine for reset adapter.
778 UNDI RESET ADAPTER
785 Description: This call resets and reinitializes the network adapter with the same set of parameters supplied to
786 Initialize Routine. Unlike Initialize, this call opens the adapter that is, it connects logically to the
    [all...]
  /libcore/luni/src/main/java/org/xml/sax/helpers/
ParserAdapter.java 45 * <p>This adapter does not test for duplicate Namespace-qualified
66 * Construct a new parser adapter.
110 * Construct a new parser adapter.
113 * adapter is created; to embed a different parser, allocate
418 * Adapter implementation method; do not call.
434 * Adapter implementation method; do not call.
451 * Adapter implementation method; do not call.
468 * Adapter implementation method; do not call.
600 * Adapter implementation method; do not call.
635 * Adapter implementation method; do not call
    [all...]
  /art/compiler/optimizing/
graph_checker.h 31 errors_(graph->GetArena()->Adapter(kArenaAllocGraphChecker)),
37 blocks_storage_(graph->GetArena()->Adapter(kArenaAllocGraphChecker)),
linear_order.cc 96 allocator->Adapter(kArenaAllocLinearOrder));
109 ArenaVector<HBasicBlock*> worklist(allocator->Adapter(kArenaAllocLinearOrder));
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityWindowReportingTest.java 107 ArrayAdapter<String> adapter = new ArrayAdapter<String>(getActivity(),
109 autoCompleteTextView.setAdapter(adapter);
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/ui/
PlaybackOverlayFragment.java 295 ArrayObjectAdapter adapter = mPrimaryActionsAdapter; local
296 if (adapter.indexOf(action) >= 0) {
297 adapter.notifyArrayItemRangeChanged(adapter.indexOf(action), 1);
300 adapter = mSecondaryActionsAdapter;
301 if (adapter.indexOf(action) >= 0) {
302 adapter.notifyArrayItemRangeChanged(adapter.indexOf(action), 1);
  /developers/build/prebuilts/gradle/RecyclerView/Application/src/main/java/com/example/android/recyclerview/
RecyclerViewFragment.java 88 // Set CustomAdapter as the adapter for RecyclerView.
151 * Generates Strings for RecyclerView's adapter. This data would usually come
  /developers/samples/android/connectivity/bluetooth/BluetoothChat/
template-params.xml 35 (2) Querying the local Bluetooth adapter for paired Bluetooth devices
88 3. [Querying][4] the local Bluetooth adapter for paired Bluetooth devices
  /developers/samples/android/ui/views/RecyclerView/Application/src/main/java/com/example/android/recyclerview/
RecyclerViewFragment.java 88 // Set CustomAdapter as the adapter for RecyclerView.
151 * Generates Strings for RecyclerView's adapter. This data would usually come
  /development/samples/ApiDemos/src/com/example/android/apis/app/
QuickContactsDemo.java 65 ContactListItemAdapter adapter = new ContactListItemAdapter(this, R.layout.quick_contacts, c); local
66 setListAdapter(adapter);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
AutoComplete1.java 33 ArrayAdapter<String> adapter = new ArrayAdapter<String>(this, local
36 textView.setAdapter(adapter);

Completed in 895 milliseconds

<<31323334353637383940>>