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

<<51525354555657585960>>

  /external/webrtc/webrtc/base/
sslstreamadapterhelper.h 24 // SSLStreamAdapterHelper : A stream adapter which implements much
  /frameworks/base/core/java/android/content/
SyncRequest.java 31 /** Account to pass to the sync adapter. Can be null. */
217 /** Whether this will go to a sync adapter. */
458 * value that may have been set by the adapter. Successive failures will not honor this
541 throw new IllegalArgumentException("Must specify an adapter with" +
  /frameworks/base/core/java/android/nfc/tech/
BasicTagTechnology.java 83 "adapter.");
  /frameworks/base/core/java/android/print/
PrintFileDocumentAdapter.java 39 * Adapter for printing PDF files. This class could be useful if you
  /frameworks/base/core/java/android/service/textservice/
SpellCheckerService.java 328 * Adapter class to accommodate word level spell checking APIs to sentence level spell checking
391 Log.d(TAG, "Adapter: word (" + (wordItems.size() - 1) + ") " + query);
409 Log.w(TAG, "Adapter: onGetSuggestions: got " + results.length);
413 Log.w(TAG, "Adapter: originalTextInfoParams is null.");
  /frameworks/base/core/java/android/view/
ContextMenu.java 94 * {@link AdapterView}s use this to pass the exact item position within the adapter
  /frameworks/base/core/java/com/android/server/backup/
AccountSyncSettingsBackupHelper.java 378 * give the enabled adapter the chance to run an initialization sync.
387 * disabled after a restore to run initialization logic when the adapter is later enabled.
390 * The end result is that an adapter that the user had on will be turned on and get an
391 * initialization sync, while an adapter that the user had off will be off until the user
  /frameworks/base/docs/html/guide/topics/providers/
content-providers.jd 46 Sample Sync Adapter</a>
  /frameworks/base/docs/html/training/animation/
screen-slide.jd 132 instances of <code>ScreenSlidePageFragment</code> as new pages. The pager adapter also requires that you implement the
133 {@link android.support.v4.view.PagerAdapter#getCount getCount()} method, which returns the amount of pages the adapter will create (five in the example).
156 * The pager adapter, which provides the pages to the view pager widget.
184 * A simple pager adapter that represents 5 ScreenSlidePageFragment objects, in
  /frameworks/base/docs/html/training/displaying-bitmaps/
display-bitmap.jd 46 android.support.v4.view.PagerAdapter}. However, a more suitable backing adapter is the subclass
58 android.support.v4.view.ViewPager} and the adapter:</p>
67 // A static dataset to back the ViewPager adapter
238 // A static dataset to back the GridView adapter
  /frameworks/base/docs/html-intl/intl/ja/guide/components/
loaders.jd 331 // This is the Adapter being used to display the list's data.<br
351 // This is the Adapter being used to display the list's data.
378 // This is the Adapter being used to display the list's data.
394         // Create an empty adapter we will use to display the loaded data.
  /frameworks/base/docs/html-intl/intl/ko/guide/components/
loaders.jd 331 // This is the Adapter being used to display the list's data.<br
351 // This is the Adapter being used to display the list's data.
378 // This is the Adapter being used to display the list's data.
394         // Create an empty adapter we will use to display the loaded data.
  /frameworks/base/docs/html-intl/intl/ru/guide/components/
loaders.jd 331 // This is the Adapter being used to display the list's data.<br
351 // This is the Adapter being used to display the list's data.
378 // This is the Adapter being used to display the list's data.
394         // Create an empty adapter we will use to display the loaded data.
  /frameworks/base/docs/html-intl/intl/zh-cn/guide/components/
loaders.jd 331 // This is the Adapter being used to display the list's data.<br
351 // This is the Adapter being used to display the list's data.
378 // This is the Adapter being used to display the list's data.
394         // Create an empty adapter we will use to display the loaded data.
  /frameworks/base/docs/html-intl/intl/zh-tw/guide/components/
loaders.jd 331 // This is the Adapter being used to display the list's data.<br
351 // This is the Adapter being used to display the list's data.
378 // This is the Adapter being used to display the list's data.
394         // Create an empty adapter we will use to display the loaded data.
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
LocalBluetoothProfileManager.java 98 LocalBluetoothAdapter adapter,
103 mLocalAdapter = adapter;
107 // pass this reference to adapter and event manager (circular dependency)
111 ParcelUuid[] uuids = adapter.getUuids();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/views/
TaskStackHorizontalViewAdapter.java 40 RecyclerView.Adapter<TaskStackHorizontalViewAdapter.ViewHolder> {
  /frameworks/base/tests/JobSchedulerTestApp/src/com/android/demo/jobSchedulerApp/service/
TestJobService.java 47 * For performance, only one sync adapter will be initialized within this application's context.
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
FakeAdapter.java 36 * Fake adapter to do fake data binding in {@link AdapterView} objects for {@link ListAdapter}
  /frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
LayoutPullParser.java 77 // Store tools attributes if this looks like a layout we'll need adapter view
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
DelegateMethodAdapter.java 33 * This method adapter generates delegate methods.
49 * or by having the class adapter <em>directly</em> call {@link #generateDelegateCode()}
66 * The class adapter also takes care of calling {@link #generateDelegateCode()} directly for
72 * The class adapter creates a new instance for each method.
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
MergedBinding.java 33 * Multiple binding expressions can be evaluated using a single adapter. In those cases,
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsEcbm.java 82 * Adapter class for {@link IImsEcbmListener}.
  /frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
PhotoPagerAdapter.java 33 * Pager adapter for the photo view
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
ButtonItem.java 31 * will not be bound by the adapter, and must be a child of {@code ButtonBarItem}.

Completed in 1686 milliseconds

<<51525354555657585960>>