Home
last modified time | relevance | path

Searched defs:adapter (Results 1 – 25 of 211) sorted by relevance

123456789

/frameworks/ex/common/tests/src/com/android/common/widget/
DCompositeCursorAdapterTest.java81 TestCompositeCursorAdapter adapter = new TestCompositeCursorAdapter(); in testGetCountNoEmptySections() local
92 TestCompositeCursorAdapter adapter = new TestCompositeCursorAdapter(); in testGetViewNoEmptySections() local
107 TestCompositeCursorAdapter adapter = new TestCompositeCursorAdapter(); in testGetCountWithHeadersAndNoEmptySections() local
118 TestCompositeCursorAdapter adapter = new TestCompositeCursorAdapter(); in testGetViewWithHeadersNoEmptySections() local
133 TestCompositeCursorAdapter adapter = new TestCompositeCursorAdapter(); in testGetCountWithHiddenEmptySection() local
143 TestCompositeCursorAdapter adapter = new TestCompositeCursorAdapter(); in testGetPartitionForPosition() local
157 TestCompositeCursorAdapter adapter = new TestCompositeCursorAdapter(); in testGetOffsetForPosition() local
171 TestCompositeCursorAdapter adapter = new TestCompositeCursorAdapter(); in testGetPositionForPartition() local
183 TestCompositeCursorAdapter adapter = new TestCompositeCursorAdapter(); in testGetViewWithHiddenEmptySections() local
197 TestCompositeCursorAdapter adapter = new TestCompositeCursorAdapter(); in testGetCountWithShownEmptySection() local
[all …]
/frameworks/opt/setupwizard/library/recyclerview/test/instrumentation/src/com/android/setupwizardlib/items/
DRecyclerItemAdapterTest.java69 RecyclerItemAdapter adapter = new RecyclerItemAdapter(mItemGroup); in testAdapter() local
80 RecyclerItemAdapter adapter = new RecyclerItemAdapter(mItemGroup); in testGetRootItemHierarchy() local
109 RecyclerItemAdapter adapter = new RecyclerItemAdapter(mItemGroup); in testAdapterNotifications() local
125 RecyclerItemAdapter adapter = new RecyclerItemAdapter(mItemGroup); in testCreateViewHolder() local
135 RecyclerItemAdapter adapter = new RecyclerItemAdapter(mItemGroup); in testCreateViewHolderNoBackground() local
145 RecyclerItemAdapter adapter = new RecyclerItemAdapter(mItemGroup); in testCreateViewHolderWithExistingBackground() local
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DRemoteAnimationControllerTest.java132 final AnimationAdapter adapter = mController.createRemoteAnimationRecord( in testForwardsShowBackdrop() local
165 final AnimationAdapter adapter = mController.createRemoteAnimationRecord( in testRun() local
206 final AnimationAdapter adapter = mController.createRemoteAnimationRecord( in testCancel() local
220 final AnimationAdapter adapter = mController.createRemoteAnimationRecord( in testTimeout() local
241 final AnimationAdapter adapter = mController.createRemoteAnimationRecord( in testTimeout_scaled() local
287 final AnimationAdapter adapter = mController.createRemoteAnimationRecord( in testOneNotStarted() local
312 final AnimationAdapter adapter = mController.createRemoteAnimationRecord( in testRemovedBeforeStarted() local
523 final AnimationAdapter adapter = mController.createRemoteAnimationRecord( in testWallpaperIncluded_expectTarget() local
556 final AnimationAdapter adapter = mController.createRemoteAnimationRecord( in testWallpaperAnimatorCanceled_expectAnimationKeepsRunning() local
592 final AnimationAdapter adapter = mController.createRemoteAnimationRecord( in testNonAppIncluded_keygaurdGoingAway() local
[all …]
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
DItemAdapterTest.java59 ItemAdapter adapter = new ItemAdapter(mItemGroup); in testAdapter() local
76 ItemAdapter adapter = new ItemAdapter(mItemGroup); in testGetRootItemHierarchy() local
83 ItemAdapter adapter = new ItemAdapter(mItemGroup); in testAdapterNotifications() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/ui/
DOverflowMenuAdapterTest.kt35 val adapter = in <lambda>() constant
51 val adapter = in <lambda>() constant
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothManager.java60 LocalBluetoothAdapter adapter = LocalBluetoothAdapter.getInstance(); in getInstance() local
82 LocalBluetoothAdapter adapter = LocalBluetoothAdapter.getInstance(); in create() local
101 LocalBluetoothAdapter adapter = LocalBluetoothAdapter.getInstance(); in create() local
109 private LocalBluetoothManager(LocalBluetoothAdapter adapter, Context context, Handler handler, in LocalBluetoothManager()
/frameworks/base/services/core/java/com/android/server/wm/
DPendingRemoteAnimationRegistry.java47 void addPendingAnimation(String packageName, RemoteAnimationAdapter adapter, in addPendingAnimation()
77 final RemoteAnimationAdapter adapter; field in PendingRemoteAnimationRegistry.Entry
81 Entry(String packageName, RemoteAnimationAdapter adapter, @Nullable IBinder launchCookie) { in Entry()
DShellRoot.java130 final AnimationAdapter adapter = new LocalAnimationAdapter( in startAnimation() local
134 mToken.startAnimation(mToken.getPendingTransaction(), adapter, false /* hidden */, in startAnimation() local
/frameworks/base/core/java/android/view/
DRemoteAnimationDefinition.java58 @ActivityType int activityTypeFilter, RemoteAnimationAdapter adapter) { in addRemoteAnimation()
72 RemoteAnimationAdapter adapter) { in addRemoteAnimation()
174 final RemoteAnimationAdapter adapter; field in RemoteAnimationDefinition.RemoteAnimationAdapterEntry
182 RemoteAnimationAdapterEntry(RemoteAnimationAdapter adapter, int activityTypeFilter) { in RemoteAnimationAdapterEntry()
/frameworks/native/libs/gui/tests/
DBLASTBufferQueue_test.cpp214 void setUpProducer(BLASTBufferQueueHelper& adapter, sp<IGraphicBufferProducer>& producer, in setUpProducer()
356 BLASTBufferQueueHelper adapter(mSurfaceControl, mDisplayWidth, mDisplayHeight); in TEST_F() local
364 BLASTBufferQueueHelper adapter(mSurfaceControl, mDisplayWidth, mDisplayHeight); in TEST_F() local
382 BLASTBufferQueueHelper adapter(mSurfaceControl, mDisplayWidth, mDisplayHeight); in TEST_F() local
390 BLASTBufferQueueHelper adapter(mSurfaceControl, mDisplayWidth, mDisplayHeight); in TEST_F() local
422 BLASTBufferQueueHelper adapter(mSurfaceControl, mDisplayWidth, mDisplayHeight); in TEST_F() local
459 BLASTBufferQueueHelper adapter(mSurfaceControl, mDisplayWidth, mDisplayHeight); in TEST_F() local
507 BLASTBufferQueueHelper adapter(mSurfaceControl, mDisplayWidth, mDisplayHeight); in TEST_F() local
562 BLASTBufferQueueHelper adapter(mSurfaceControl, bufferSideLength, bufferSideLength); in TEST_F() local
621 BLASTBufferQueueHelper adapter(mSurfaceControl, windowSize.getWidth(), windowSize.getHeight()); in TEST_F() local
[all …]
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/widget/
DSettingsSpinnerPreferenceTest.java63 final SettingsSpinnerAdapter adapter = new SettingsSpinnerAdapter(mContext); in onBindViewHolder_noSetSelection_getDefaultItem() local
80 final SettingsSpinnerAdapter adapter = new SettingsSpinnerAdapter(mContext); in onBindViewHolder_setSelection_getSelectedItem() local
/frameworks/opt/localepicker/tests/src/com/android/localepicker/
DSuggestedLocaleAdapterTest.java123 private static List<Integer> getItemTypeList(final SuggestedLocaleAdapter adapter) { in getItemTypeList()
129 private static List<String> getLocaleTagList(final SuggestedLocaleAdapter adapter) { in getLocaleTagList()
/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DBilingualSuggestedLocaleAdapterTest.java113 private static List<Integer> getItemTypeList(final BilingualSuggestedLocaleAdapter adapter) { in getItemTypeList()
119 private static List<String> getLocaleTagList(final BilingualSuggestedLocaleAdapter adapter) { in getLocaleTagList()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsServiceControllerCompat.java102 MmTelFeatureCompatAdapter adapter = mMmTelCompatAdapters.get(slotId); in enableIms() local
119 MmTelFeatureCompatAdapter adapter = mMmTelCompatAdapters.get(slotId); in disableIms() local
136 ImsRegistrationCompatAdapter adapter = mRegCompatAdapters.get(slotId); in getRegistration() local
149 ImsConfigCompatAdapter adapter = mConfigCompatAdapters.get(slotId); in getConfig() local
214 MmTelFeatureCompatAdapter adapter = mMmTelCompatAdapters.get(slotId, null); in removeImsFeature() local
/frameworks/base/core/java/android/widget/
DAdapterView.java478 public abstract void setAdapter(T adapter); in setAdapter()
603 T adapter = getAdapter(); in getSelectedItem() local
705 final T adapter = getAdapter(); in setEmptyView() local
733 final T adapter = getAdapter(); in setFocusable() local
746 final T adapter = getAdapter(); in setFocusableInTouchMode() local
758 final T adapter = getAdapter(); in checkFocus() local
809 T adapter = getAdapter(); in getItemAtPosition() local
814 T adapter = getAdapter(); in getItemIdAtPosition() local
1034 T adapter = getAdapter(); in isScrollableForAccessibility() local
1179 T adapter = getAdapter(); in findSyncPosition() local
[all …]
/frameworks/base/nfc-extras/java/com/android/nfc_extras/
DNfcAdapterExtras.java76 private static void initService(NfcAdapter adapter) { in initService()
93 public static NfcAdapterExtras get(NfcAdapter adapter) { in get()
113 private NfcAdapterExtras(NfcAdapter adapter) { in NfcAdapterExtras()
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/template/
DRecyclerMixin.java107 final RecyclerItemAdapter adapter = new RecyclerItemAdapter(inflated); in parseAttributes() local
166 final RecyclerView.Adapter<? extends ViewHolder> adapter = recyclerView.getAdapter(); in getAdapter() local
174 public void setAdapter(Adapter<? extends ViewHolder> adapter) { in setAdapter()
/frameworks/base/core/java/com/android/internal/widget/
DWatchHeaderListView.java51 ListAdapter adapter) { in wrapHeaderListAdapterInternal()
70 public void setAdapter(ListAdapter adapter) { in setAdapter()
111 ListAdapter adapter = getAdapter(); in wrapAdapterIfNecessary() local
128 ListAdapter adapter) { in WatchHeaderListAdapter()
/frameworks/base/core/java/com/android/internal/app/
DResolverMultiProfilePagerAdapter.java41 ResolverListAdapter adapter, in ResolverMultiProfilePagerAdapter()
70 ResolverListAdapter adapter) { in createProfileDescriptor()
184 ResolverProfileDescriptor(ViewGroup rootView, ResolverListAdapter adapter) { in ResolverProfileDescriptor()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/core/instrumentation/
DSettingsJankMonitor.kt47 val adapter = recyclerView.adapter as? PreferenceGroupAdapter ?: return in detectSwitchPreferenceClickJank() constant
/frameworks/base/core/java/android/nfc/cardemulation/
DCardEmulation.java151 public static synchronized CardEmulation getInstance(NfcAdapter adapter) { in getInstance()
389 NfcAdapter adapter = NfcAdapter.getDefaultAdapter(mContext); in unsetOffHostForService() local
450 NfcAdapter adapter = NfcAdapter.getDefaultAdapter(mContext); in setOffHostForService() local
945 NfcAdapter adapter = NfcAdapter.getDefaultAdapter(mContext); in recoverService() local
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/view/
DHeaderRecyclerView.java67 private final RecyclerView.Adapter<CVH> adapter; field in HeaderRecyclerView.HeaderAdapter
115 public HeaderAdapter(RecyclerView.Adapter<CVH> adapter) { in HeaderAdapter()
267 public void setAdapter(Adapter adapter) { in setAdapter()
/frameworks/base/core/tests/coretests/src/android/widget/
DRemoteViewsAdapterTest.java86 RemoteViewsAdapter adapter = getOnUiThread( in onRemoteAdapterConnected_after_metadata_loaded() local
111 RemoteViewsAdapter adapter = getOnUiThread( in viewReplaced_after_mainView_loaded() local
145 RemoteViewsAdapter adapter = getOnUiThread( in notifyDataSetChanged_deferred() local
185 RemoteViewsAdapter adapter = getOnUiThread( in serviceDisconnected_before_getView() local
/frameworks/base/telecomm/java/com/android/internal/telecom/
DICallScreeningService.aidl29 void screenCall(in ICallScreeningAdapter adapter, in ParcelableCall call); in screenCall()
/frameworks/base/core/java/android/service/contentcapture/
DIDataShareCallback.aidl24 void accept(in IDataShareReadAdapter adapter); in accept()

123456789