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

<<51525354555657585960>>

  /frameworks/base/core/java/android/widget/
CalendarViewLegacyDelegate.java 169 * The adapter for the weeks list.
499 // calculating the indices in the adapter thus
505 // reinitialize the adapter since its range depends on min date
511 // adapter for the shown views since we have changed the adapter
530 // reinitialize the adapter since its range depends on max date
537 // adapter for the shown views since we have changed the adapter
669 * Creates a new adapter if necessary and sets up its parameters.
    [all...]
GridView.java 174 * Sets up this AbsListView to use a remote views adapter which connects to a RemoteViewsService
176 * @param intent the intent used to identify the RemoteViewsService for the adapter to connect to.
186 * @param adapter the adapter providing the grid's data
189 public void setAdapter(ListAdapter adapter) {
196 mAdapter = adapter;
202 super.setAdapter(adapter);
235 final ListAdapter adapter = mAdapter; local
236 if (adapter == null || isInTouchMode()) {
847 * Smoothly scroll to the specified adapter position. The view wil
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
ConnectionService.java 128 public void addConnectionServiceAdapter(IConnectionServiceAdapter adapter) {
129 mHandler.obtainMessage(MSG_ADD_CONNECTION_SERVICE_ADAPTER, adapter).sendToTarget();
132 public void removeConnectionServiceAdapter(IConnectionServiceAdapter adapter) {
133 mHandler.obtainMessage(MSG_REMOVE_CONNECTION_SERVICE_ADAPTER, adapter).sendToTarget();
551 Log.d(this, "Adapter set state %s %s", id, Connection.stateToString(state));
580 Log.d(this, "Adapter set disconnected %s", disconnectCause);
587 Log.d(this, "Adapter set video state %d", videoState);
612 Log.d(this, "Adapter onPostDialWait %s, %s", c, remaining);
619 Log.d(this, "Adapter onPostDialChar %s, %s", c, nextChar);
626 Log.d(this, "Adapter onRingback %b", ringback)
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc.cpp 316 loc_afw_data.adapter->mSupportsAgpsRequests = !loc_afw_data.adapter->hasAgpsExtendedCapabilities();
317 loc_afw_data.adapter->mSupportsPositionInjection = !loc_afw_data.adapter->hasCPIExtendedCapabilities();
318 loc_afw_data.adapter->setGpsLockMsg(0);
319 loc_afw_data.adapter->requestUlp(gps_conf.CAPABILITIES);
326 loc_afw_data.adapter->setPowerVoteRight(loc_get_target() == TARGET_QCA1530);
327 loc_afw_data.adapter->setPowerVote(true);
424 loc_afw_data.adapter->setPowerVote(false);
425 loc_afw_data.adapter->setGpsLockMsg(gps_conf.GPS_LOCK)
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaWindowAdapter.java 62 - Scroll using trackball isn't repositioning properly after a new adapter is added.
156 /** Cached value of the last used adapter */
372 // Method in Adapter
384 // Method in Adapter
582 * Return the event info for a given position in the adapter
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderListFragment.java 174 /** Adapter used by the list that wraps both the folder adapter and the accounts adapter. */
176 /** Adapter containing the list of accounts. */
178 /** Adapter containing the list of folders and, optionally, headers and the wait view. */
180 /** Adapter containing the Help and Feedback views */
355 // Initialize adapter for folder/hierarchical list. Note this relies on
541 // Clear the adapter.
602 // Get the ListView's adapter
    [all...]
  /development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
ContactsListFragment.java 97 private ContactsAdapter mAdapter; // The main query adapter
156 // Create the main contacts adapter
206 // Set up ListView, assign adapter and set some listeners. The adapter was previously
492 // This swaps the new cursor into the adapter.
526 // When the loader is being reset, clear the cursor from the adapter. This allows the
647 * Instantiates a new Contacts Adapter.
    [all...]
  /frameworks/opt/chips/src/com/android/ex/chips/
BaseRecipientAdapter.java 56 * Adapter for showing a recipient list.
506 * {@link #mEntries} is responsible for showing every result for this Adapter. To
530 /** The number of directories this adapter is waiting for results. */
681 * Returns permissions that this adapter needs in order to provide results.
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupEditorFragment.java 425 // Setup the autocomplete adapter (for contacts to suggest to add to the group) based on the
446 // Update the autocomplete adapter so the contact doesn't get suggested again
691 // Update the autocomplete adapter (if there is one) so these contacts don't get suggested
703 // Update the autocomplete adapter so the contact doesn't get suggested again
722 // Update the autocomplete adapter so the contact can get suggested again
    [all...]
  /frameworks/base/services/core/java/com/android/server/content/
SyncManager.java 168 * How often to periodically poll network traffic for an adapter performing a sync to determine
604 // message handler. Normally we will hold a sync adapter wake lock while it is being
606 // one sync adapter before starting the sync for the other sync adapter and we
723 // Else check if the sync adapter has opted-in or not.
2320 public final IBinder adapter; field in class:SyncManager.ServiceConnectionData
    [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
StaggeredGridLayoutManager.java 85 * For example, if LayoutManager ends up with the following layout due to adapter changes:
160 * Keeps the mapping between the adapter positions and spans. This is necessary to provide
260 * Checks for gaps in the UI that may be caused by adapter changes.
482 * Staggered grid may have gaps in the layout due to changes in the adapter. To avoid gaps,
831 // We don't recycle views out of adapter order. This way, we can rely on the first or
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
ScrollAdapterView.java 38 import android.widget.Adapter;
49 * Supports "expandable" views by supplying a Adapter that implements
105 public final class ScrollAdapterView extends AdapterView<Adapter> {
166 /** the Adapter used to create views */
187 void updateAdapter(ScrollAdapterBase adapter) {
188 if (adapter != null) {
189 int typeCount = adapter.getViewTypeCount();
197 mAdapter = adapter;
303 // current selected view adapter index, this is the final position to scroll to
370 final int index; // "Adapter index" of the expandable vie
    [all...]
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/serialization/github_parse5/
expected.html 648 <a href="/inikulin/parse5/commit/33972193530003cbaf24c3cdde4ab2d3c94ede67" class="message" data-pjax="true" title="htmlparser2 tree adapter tested">htmlparser2 tree adapter tested</a>
677 <span class="css-truncate css-truncate-target"><a href="/inikulin/parse5/commit/33972193530003cbaf24c3cdde4ab2d3c94ede67" class="message" data-pjax="true" title="htmlparser2 tree adapter tested">htmlparser2 tree adapter tested</a></span>
690 <span class="css-truncate css-truncate-target"><a href="/inikulin/parse5/commit/33972193530003cbaf24c3cdde4ab2d3c94ede67" class="message" data-pjax="true" title="htmlparser2 tree adapter tested">htmlparser2 tree adapter tested</a></span>
    [all...]
src.html 704 <a href="/inikulin/parse5/commit/33972193530003cbaf24c3cdde4ab2d3c94ede67" class="message" data-pjax="true" title="htmlparser2 tree adapter tested">htmlparser2 tree adapter tested</a>
734 <span class="css-truncate css-truncate-target"><a href="/inikulin/parse5/commit/33972193530003cbaf24c3cdde4ab2d3c94ede67" class="message" data-pjax="true" title="htmlparser2 tree adapter tested">htmlparser2 tree adapter tested</a></span>
747 <span class="css-truncate css-truncate-target"><a href="/inikulin/parse5/commit/33972193530003cbaf24c3cdde4ab2d3c94ede67" class="message" data-pjax="true" title="htmlparser2 tree adapter tested">htmlparser2 tree adapter tested</a></span>
    [all...]
  /frameworks/base/docs/html/guide/topics/connectivity/
bluetooth-le.jd 203 the device's own Bluetooth adapter (the Bluetooth radio). There's one Bluetooth
204 adapter for the entire system, and your application can interact with it using
205 this object. The snippet below shows how to get the adapter. Note that this approach
208 used to get the adapter. Android 4.3 (API Level 18) introduces
211 <pre>// Initializes Bluetooth adapter.
  /frameworks/base/docs/html/reference/android/support/wearable/view/
package-summary.html 214 Callback interface for responding to a replaced or removed adapter.&nbsp;
582 <td class="jd-linkcol"><a href="/reference/android/support/wearable/view/WearableListView.Adapter.html">WearableListView.Adapter</a></td>
667 <li class="api apilevel-"><a href="/reference/android/support/wearable/view/WearableListView.Adapter.html">WearableListView.Adapter</a></li>
  /frameworks/base/docs/html/training/contacts-provider/
display-contact-badge.jd 362 containing a {@link android.widget.QuickContactBadge}, define a custom adapter that
400 <h3>Define the custom list adapter</h3>
571 cursor adapter and get a handle to the {@link android.widget.ListView}:
600 // Sets up the adapter for the ListView
615 // When the loader has completed, swap the cursor into the adapter.
  /frameworks/base/docs/html/training/scheduling/
alarms.jd 86 in conjunction with <a href="{@docRoot}training/sync-adapters/index.html">sync adapter</a>
87 is a better solution than {@link android.app.AlarmManager}. A sync adapter gives you all
91 <a href="{@docRoot}training/sync-adapters/running-sync-adapter.html">Running a Sync
92 Adapter</a> for details), the user's activity (or inactivity), the time of day, and so on.
94 to use GCM and sync adapter.</p>
  /frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/
AdapterHelperTest.java 60 TestAdapter mPreProcessClone; // we clone adapter pre-process to run operations to see result
933 assertEquals("actual adapter position should match", ind,
1106 TestAdapter adapter = new TestAdapter(0, mAdapterHelper); local
1108 adapter.mItems.add(item);
1110 return adapter;
    [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/util/
SortedList.java 27 * such that it can be bound to a {@link android.support.v7.widget.RecyclerView.Adapter
28 * RecyclerView.Adapter}.
336 * Batches adapter updates that happen between calling this method until calling
722 * For example, if you are using SortedList with a {@link android.support.v7.widget.RecyclerView.Adapter
723 * RecyclerView.Adapter}, you should
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d9.h 192 STDMETHOD(GetAdapterIdentifier)(THIS_ UINT Adapter, DWORD Flags, D3DADAPTER_IDENTIFIER9* pIdentifier) PURE;
193 STDMETHOD_(UINT, GetAdapterModeCount)(THIS_ UINT Adapter, D3DFORMAT Format) PURE;
194 STDMETHOD(EnumAdapterModes)(THIS_ UINT Adapter, D3DFORMAT Format, UINT Mode, D3DDISPLAYMODE* pMode) PURE;
195 STDMETHOD(GetAdapterDisplayMode)(THIS_ UINT Adapter, D3DDISPLAYMODE* pMode) PURE;
197 STDMETHOD(CheckDeviceFormat)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, DWORD Usage, D3DRESOURCETYPE RType, D3DFORMAT CheckFormat) PURE;
198 STDMETHOD(CheckDeviceMultiSampleType)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT SurfaceFormat, WINBOOL Windowed, D3DMULTISAMPLE_TYPE MultiSampleType, DWORD* pQualityLevels) PURE;
199 STDMETHOD(CheckDepthStencilMatch)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, D3DFORMAT RenderTargetFormat, D3DFORMAT DepthStencilFormat) PURE;
200 STDMETHOD(CheckDeviceFormatConversion)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT SourceFormat, D3DFORMAT TargetFormat) PURE;
201 STDMETHOD(GetDeviceCaps)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DCAPS9* pCaps) PURE;
202 STDMETHOD_(HMONITOR, GetAdapterMonitor)(THIS_ UINT Adapter) PURE
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ViewPager.java 80 * Used to track what the expected number of items in the adapter should be.
90 /** Logical position of the item within the pager adapter. */
386 * @param adapter Adapter to use
388 public void setAdapter(PagerAdapter adapter) {
404 mAdapter = adapter;
429 if (mAdapterChangeListener != null && oldAdapter != adapter) {
430 mAdapterChangeListener.onAdapterChanged(oldAdapter, adapter);
446 * Retrieve the current adapter supplying pages.
464 * layout with its current adapter there will be a smooth animated transition betwee
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/features/
FeatureSummaryActivity.java 390 SimpleAdapter adapter = new SimpleAdapter(this, listViewData, R.layout.fs_row, local
396 adapter.setViewBinder(new SimpleAdapter.ViewBinder() {
412 setListAdapter(adapter);
  /cts/tests/tests/widget/src/android/widget/cts/
HeaderViewListAdapterTest.java 292 // No adapter, just header
297 // Adapter only
303 // Header and adapter
  /external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
BarPlotExampleActivity.java 164 ArrayAdapter <BarRenderer.BarRenderStyle> adapter = new ArrayAdapter <BarRenderer.BarRenderStyle> (this, android.R.layout.simple_spinner_item, BarRenderer.BarRenderStyle.values() ); local
165 adapter.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item);
166 spRenderStyle.setAdapter(adapter);

Completed in 859 milliseconds

<<51525354555657585960>>