/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/ |
loc_eng_msg.h | 62 LocEngPositionMode(LocEngAdapter* adapter, LocPosMode &mode); 71 LocEngStartFix(LocEngAdapter* adapter); 80 LocEngStopFix(LocEngAdapter* adapter); 94 LocEngReportPosition(LocAdapterBase* adapter, 111 LocEngReportSv(LocAdapterBase* adapter, 124 LocEngReportStatus(LocAdapterBase* adapter, 285 LocEngGetZpp(LocEngAdapter* adapter);
|
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/ |
loc_eng_msg.h | 62 LocEngPositionMode(LocEngAdapter* adapter, LocPosMode &mode); 71 LocEngStartFix(LocEngAdapter* adapter); 80 LocEngStopFix(LocEngAdapter* adapter); 94 LocEngReportPosition(LocAdapterBase* adapter, 111 LocEngReportSv(LocAdapterBase* adapter, 124 LocEngReportStatus(LocAdapterBase* adapter, 285 LocEngGetZpp(LocEngAdapter* adapter);
|
/hardware/qcom/gps/msmcobalt/loc_api/libloc_api_50001/ |
loc_eng_msg.h | 62 LocEngPositionMode(LocEngAdapter* adapter, LocPosMode &mode); 71 LocEngStartFix(LocEngAdapter* adapter); 80 LocEngStopFix(LocEngAdapter* adapter); 94 LocEngReportPosition(LocAdapterBase* adapter, 111 LocEngReportSv(LocAdapterBase* adapter, 124 LocEngReportStatus(LocAdapterBase* adapter, 285 LocEngGetZpp(LocEngAdapter* adapter);
|
/packages/apps/Contacts/src/com/android/contacts/widget/ |
CompositeListAdapter.java | 28 * A general purpose adapter that is composed of multiple sub-adapters. It just 75 /*package*/ void addAdapter(ListAdapter adapter) { 91 adapter.registerDataSetObserver(mDataSetObserver); 93 int count = adapter.getCount(); 94 int viewTypeCount = adapter.getViewTypeCount(); 96 mAdapters[mSize] = adapter; 99 mAllItemsEnabled &= adapter.areAllItemsEnabled();
|
/packages/apps/Messaging/src/com/android/messaging/ui/photoviewer/ |
BuglePhotoViewController.java | 98 final PhotoPagerAdapter adapter = getAdapter(); local 100 if (mShareActionProvider == null || mShareItem == null || adapter == null || 105 final String photoUri = adapter.getPhotoUri(cursor); 110 final String contentType = adapter.getContentType(cursor); 152 final PhotoPagerAdapter adapter = getAdapter(); local 161 final String photoUri = adapter.getPhotoUri(cursor); 163 Uri.parse(photoUri), adapter.getContentType(cursor)).executeOnThreadPool();
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
DefaultContactBrowseListFragment.java | 100 DefaultContactListAdapter adapter = new DefaultContactListAdapter(getContext()); local 101 adapter.setSectionHeaderDisplayEnabled(isSectionHeaderDisplayEnabled()); 102 adapter.setDisplayPhotos(true); 103 adapter.setPhotoPosition( 105 return adapter; 186 ContactListAdapter adapter = getAdapter(); local 187 if (adapter == null) { 192 if (TextUtils.isEmpty(getQueryString()) || !adapter.areAllPartitionsEmpty()) { 197 if (adapter.isLoading()) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
XmlProperty.java | 126 public <T> T getAdapter(Class<T> adapter) { 128 if (adapter == PropertyTooltipProvider.class) { 129 return adapter.cast(new PropertyTooltipTextProvider() { 140 } else if (adapter == IContentProposalProvider.class) { 143 return adapter.cast(new PropertyValueCompleter(this)); 146 return adapter.cast(new ResourceValueCompleter(this)); 147 } else if (adapter == ILabelProvider.class) { 148 return adapter.cast(new LabelProvider() { 160 return super.getAdapter(adapter);
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
ScreenOrientation.java | 61 ArrayAdapter<CharSequence> adapter = ArrayAdapter.createFromResource( local 63 adapter.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item); 64 mOrientation.setAdapter(adapter);
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
Animation2.java | 45 ArrayAdapter<String> adapter = new ArrayAdapter<String>(this, local 47 adapter.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item); 48 s.setAdapter(adapter);
|
SplitTouchView.java | 43 ListAdapter adapter = new ArrayAdapter<String>(this, local 45 list1.setAdapter(adapter); 46 list2.setAdapter(adapter);
|
/development/samples/SampleSyncAdapter/ |
_index.html | 5 adapter). It also demonstrates how to provide users the ability to create 21 <p>The sync adapter (essential to the synchronization service) declares the 27 issues a sync operation for that sync adapter. </p>
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
ListWithDisappearingItemBug.java | 36 * See 1080989. You need some contacts for this adapter. 50 ListAdapter adapter = new SimpleCursorAdapter(this, local 59 setListAdapter(adapter);
|
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/ |
ListViewAddRemoveNoTransition.java | 48 final StableArrayAdapter adapter = new StableArrayAdapter(this, local 50 listview.setAdapter(adapter); 64 adapter.notifyDataSetChanged();
|
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/ |
MultiArgAdapterEvaluationTest.java | 21 import static android.databinding.testapp.adapter.MultiArgTestAdapter.MultiBindingClass1; 22 import static android.databinding.testapp.adapter.MultiArgTestAdapter.MultiBindingClass2; 23 import static android.databinding.testapp.adapter.MultiArgTestAdapter.join;
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
LayoutState.java | 50 * Current position on the adapter to get the next item. 55 * Defines the direction in which the data adapter is traversed. 87 * @return true if there are more items in the data adapter
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
RecyclerViewAccessibilityLifecycleTest.java | 60 TestAdapter adapter = new TestAdapter(10) { local 70 recyclerView.setAdapter(adapter); 77 adapter.deleteAndNotify(2, 2);
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/interactions/ |
ImportExportDialogFragment.java | 116 // Adapter that shows a list of string resources 117 final ArrayAdapter<AdapterEntry> adapter = new ArrayAdapter<AdapterEntry>(getActivity(), local 132 adapter.add(new AdapterEntry(getString(R.string.import_from_vcf_file), 148 adapter.add(new AdapterEntry(getString(R.string.import_from_sim), 152 adapter.add(new AdapterEntry(getSubDescription(record), 161 adapter.add(new AdapterEntry(getString(R.string.import_from_sim), 168 adapter.add(new AdapterEntry(getString(R.string.export_to_vcf_file), 175 adapter.add(new AdapterEntry(getString(R.string.share_favorite_contacts), 180 adapter.add(new AdapterEntry(getString(R.string.share_contacts), 190 final int resId = adapter.getItem(which).mChoiceResourceId [all...] |
/packages/apps/Messaging/src/com/android/messaging/ui/ |
PagingAwareViewPager.java | 59 final PagerAdapter adapter = getAdapter(); local 60 if (adapter != null && UiUtils.isRtlMode()) { 61 return adapter.getCount() - 1 - position;
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/ |
SuggestionsAdapter.java | 29 * @param <A> the adapter class used by the UI, probably either {@link ListAdapter} or 50 * Indicates if there's any suggestions in this adapter. 82 * Gets the adapter to be used by the UI view.
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
TelecomWakeLock.java | 78 WakeLockAdapter adapter = null; local 81 adapter = new WakeLockAdapter(wakeLock); 83 return adapter;
|
/frameworks/base/core/java/android/widget/ |
RemoteViewsAdapter.java | 52 * An adapter to a RemoteViewsService which fetches and caches RemoteViews 113 // Used to indicate to the AdapterView that it can use this Adapter immediately after 123 * @return whether the adapter was set or not. 141 * FrameLayouts in the adapter). 150 public RemoteViewsAdapterServiceConnection(RemoteViewsAdapter adapter) { 151 mAdapter = new WeakReference<RemoteViewsAdapter>(adapter); 157 RemoteViewsAdapter adapter; local 159 if ((adapter = mAdapter.get()) != null) { 163 Slog.w(TAG, "bind: adapter was null"); 176 RemoteViewsAdapter adapter; local 195 final RemoteViewsAdapter adapter = mAdapter.get(); local 261 final RemoteViewsAdapter adapter = mAdapter.get(); local [all...] |
/hardware/qcom/gps/core/ |
LocApiBase.cpp | 159 void LocApiBase::addAdapter(LocAdapterBase* adapter) 161 for (int i = 0; i < MAX_ADAPTERS && mLocAdapters[i] != adapter; i++) { 163 mLocAdapters[i] = adapter; 165 (adapter->getEvtMask()))); 171 void LocApiBase::removeAdapter(LocAdapterBase* adapter) 176 if (mLocAdapters[i] == adapter) { 189 // i now should point to a none NULL adapter within valid 296 // loop through adapters, and deliver to the first handling adapter. 303 // loop through adapters, and deliver to the first handling adapter. 309 // loop through adapters, and deliver to the first handling adapter [all...] |
/hardware/qcom/gps/msm8909/core/ |
LocApiBase.cpp | 159 void LocApiBase::addAdapter(LocAdapterBase* adapter) 161 for (int i = 0; i < MAX_ADAPTERS && mLocAdapters[i] != adapter; i++) { 163 mLocAdapters[i] = adapter; 165 (adapter->getEvtMask()))); 171 void LocApiBase::removeAdapter(LocAdapterBase* adapter) 176 if (mLocAdapters[i] == adapter) { 189 // i now should point to a none NULL adapter within valid 297 // loop through adapters, and deliver to the first handling adapter. 304 // loop through adapters, and deliver to the first handling adapter. 310 // loop through adapters, and deliver to the first handling adapter [all...] |
/hardware/qcom/gps/msm8994/core/ |
LocApiBase.cpp | 159 void LocApiBase::addAdapter(LocAdapterBase* adapter) 161 for (int i = 0; i < MAX_ADAPTERS && mLocAdapters[i] != adapter; i++) { 163 mLocAdapters[i] = adapter; 165 (adapter->getEvtMask()))); 171 void LocApiBase::removeAdapter(LocAdapterBase* adapter) 176 if (mLocAdapters[i] == adapter) { 189 // i now should point to a none NULL adapter within valid 296 // loop through adapters, and deliver to the first handling adapter. 303 // loop through adapters, and deliver to the first handling adapter. 309 // loop through adapters, and deliver to the first handling adapter [all...] |
/hardware/qcom/gps/msm8996/core/ |
LocApiBase.cpp | 159 void LocApiBase::addAdapter(LocAdapterBase* adapter) 161 for (int i = 0; i < MAX_ADAPTERS && mLocAdapters[i] != adapter; i++) { 163 mLocAdapters[i] = adapter; 165 (adapter->getEvtMask()))); 171 void LocApiBase::removeAdapter(LocAdapterBase* adapter) 176 if (mLocAdapters[i] == adapter) { 189 // i now should point to a none NULL adapter within valid 295 // loop through adapters, and deliver to the first handling adapter. 302 // loop through adapters, and deliver to the first handling adapter. 308 // loop through adapters, and deliver to the first handling adapter [all...] |