Home
last modified time | relevance | path

Searched refs:bindView (Results 1 – 25 of 70) sorted by relevance

123

/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/slices/
DSliceContextualCardRendererTest.java88 mRenderer.bindView(viewHolder, buildContextualCard(sliceUri)); in bindView_invalidScheme_sliceShouldBeNull()
97 mRenderer.bindView(getSliceViewHolder(), buildContextualCard(TEST_SLICE_URI)); in bindView_newSliceLiveData_shouldAddDataToMap()
104 mRenderer.bindView(getSliceViewHolder(), buildContextualCard(TEST_SLICE_URI)); in bindView_sliceLiveDataShouldObserveSliceView()
113 mRenderer.bindView(getSliceViewHolder(), buildContextualCard(TEST_SLICE_URI)); in bindView_sliceLiveDataShouldRemoveObservers()
125 mRenderer.bindView(viewHolder, card); in bindView_isPendingDismiss_shouldShowDismissalView()
136 mRenderer.bindView(viewHolder, card); in bindView_isPendingDismiss_shouldAddViewHolderToSet()
147 mRenderer.bindView(viewHolder, card); in bindView_beforeSuccessfulSliceBinding_shouldHideSwipeBackground()
160 mRenderer.bindView(viewHolder, card); in bindView_reuseViewHolder_shouldHideSwipeBackgroundBeforeSliceBinding()
171 mRenderer.bindView(viewHolder, card); in bindView_deferredSetupCard_shouldNotCrash()
182 mRenderer.bindView(viewHolder, card); in viewClick_keepCard_shouldShowSlice()
[all …]
DSliceFullCardRendererHelperTest.java81 mHelper.bindView(viewHolder, buildContextualCard(), buildSlice()); in bindView_shouldSetScrollableToFalse()
91 mHelper.bindView(viewHolder, card, buildSlice()); in bindView_shouldSetTagToSliceUri()
100 mHelper.bindView(viewHolder, buildContextualCard(), buildSlice()); in bindView_shouldSetModeToLarge()
110 mHelper.bindView(viewHolder, buildContextualCard(), buildSlice()); in bindView_shouldSetSlice()
DSliceDeferredSetupCardRendererHelperTest.java80 mHelper.bindView(viewHolder, buildContextualCard(), buildSlice()); in bindView_shouldSetTitle()
89 mHelper.bindView(viewHolder, buildContextualCard(), buildSlice()); in bindView_shouldSetSummary()
/packages/apps/Contacts/src/com/android/contacts/list/
DContactListFilterView.java85 public void bindView(AccountTypeManager accountTypes) { in bindView() method in ContactListFilterView
102 bindView(0, R.string.list_filter_all_accounts); in bindView()
106 bindView(R.drawable.quantum_ic_star_vd_theme_24, R.string.list_filter_all_starred); in bindView()
110 bindView(0, R.string.list_filter_customize); in bindView()
114 bindView(0, R.string.list_filter_phones); in bindView()
118 bindView(0, R.string.list_filter_single); in bindView()
139 private void bindView(int iconResource, int textResource) { in bindView() method in ContactListFilterView
DHeaderEntryContactListAdapter.java92 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView() method in HeaderEntryContactListAdapter
93 super.bindView(itemView, partition, cursor, position + getHeaderEntryCount()); in bindView()
DLegacyContactListAdapter.java81 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView() method in LegacyContactListAdapter
82 super.bindView(itemView, partition, cursor, position); in bindView()
DLegacyPhoneNumberListAdapter.java86 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView() method in LegacyPhoneNumberListAdapter
87 super.bindView(itemView, partition, cursor, position); in bindView()
DLegacyPostalAddressListAdapter.java86 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView() method in LegacyPostalAddressListAdapter
87 super.bindView(itemView, partition, cursor, position); in bindView()
DMultiSelectEntryContactListAdapter.java154 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView() method in MultiSelectEntryContactListAdapter
155 super.bindView(itemView, partition, cursor, position); in bindView()
DPostalAddressListAdapter.java123 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView() method in PostalAddressListAdapter
124 super.bindView(itemView, partition, cursor, position); in bindView()
/packages/apps/Dialer/java/com/android/dialer/callcomposer/
DGalleryGridAdapter.java70 bindView(view, context, getCursor(), position); in getView()
74 private void bindView(View view, Context context, Cursor cursor, int position) { in bindView() method in GalleryGridAdapter
79 bindView(view, context, cursor); in bindView()
84 public void bindView(View view, Context context, Cursor cursor) { in bindView() method in GalleryGridAdapter
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/homepage/contextualcards/slices/
DSliceContextualCardRenderer.java96 public void bindView(RecyclerView.ViewHolder holder, ContextualCard card) { in bindView() method in SliceContextualCardRenderer
122 mDeferredSetupCardHelper.bindView(holder, card, slice); in bindView()
125 mHalfCardHelper.bindView(holder, card, slice); in bindView()
128 mFullCardHelper.bindView(holder, card, slice); in bindView()
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/
DSliceContextualCardRenderer.java98 public void bindView(RecyclerView.ViewHolder holder, ContextualCard card) { in bindView() method in SliceContextualCardRenderer
137 mDeferredSetupCardHelper.bindView(holder, card, slice); in bindView()
140 mHalfCardHelper.bindView(holder, card, slice); in bindView()
143 mFullCardHelper.bindView(holder, card, slice); in bindView()
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DConversationViewAdapter.java148 public void bindView(View v, boolean measureOnly) { in bindView() method in ConversationViewAdapter.ConversationHeaderItem
196 public void bindView(View v, boolean measureOnly) { in bindView() method in ConversationViewAdapter.ConversationFooterItem
290 public void bindView(View v, boolean measureOnly) { in bindView() method in ConversationViewAdapter.MessageHeaderItem
428 public void bindView(View v, boolean measureOnly) { in bindView() method in ConversationViewAdapter.MessageFooterItem
502 public void bindView(View v, boolean measureOnly) { in bindView() method in ConversationViewAdapter.SuperCollapsedBlockItem
616 item.bindView(v, measureOnly); in getView()
/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
DItem.java53 bindView(convertView); in getView()
57 abstract void bindView(View convertView); in bindView() method in Item
/packages/apps/Dialer/java/com/android/dialer/app/filterednumber/
DViewNumbersToImportAdapter.java49 public void bindView(View view, Context context, Cursor cursor) { in bindView() method in ViewNumbersToImportAdapter
50 super.bindView(view, context, cursor); in bindView()
DBlockedNumbersAdapter.java53 public void bindView(View view, final Context context, Cursor cursor) { in bindView() method in BlockedNumbersAdapter
54 super.bindView(view, context, cursor); in bindView()
/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/conditional/
DConditionFooterContextualCardRendererTest.java72 mRenderer.bindView(viewHolder, card); in bindView_shouldSetClickListener()
90 mRenderer.bindView(viewHolder, card); in bindView_clickView_shouldSetTrueToIsConditionExpanded()
DConditionContextualCardRendererTest.java79 mRenderer.bindView(viewHolder, card); in bindView_shouldSetListener()
98 mRenderer.bindView(viewHolder, card); in viewClick_shouldInvokeControllerPrimaryClick()
DConditionHeaderContextualCardRendererTest.java80 mRenderer.bindView(viewHolder, generateConditionHeaderContextualCard()); in bindView_shouldSetClickListener()
98 mRenderer.bindView(viewHolder, generateConditionHeaderContextualCard()); in bindView_clickView_shouldSetTrueToIsConditionExpanded()
/packages/services/Telecomm/src/com/android/server/telecom/settings/
DBlockedNumbersAdapter.java40 public void bindView(View view, final Context context, final Cursor cursor) { in bindView() method in BlockedNumbersAdapter
41 super.bindView(view, context, cursor); in bindView()
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DAppsRowManager.java85 bindView(item, data); in updateView()
90 private void bindView(View view, AppsRowItemData data) { in bindView() method in AppsRowManager
/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/legacysuggestion/
DLegacySuggestionContextualCardRendererTest.java79 mRenderer.bindView(viewHolder, buildContextualCard()); in bindView_shouldSetListener()
97 mRenderer.bindView(viewHolder, buildContextualCard()); in viewClick_shouldInvokeControllerPrimaryClick()
/packages/apps/Messaging/src/com/android/messaging/ui/contact/
DContactDropdownLayouter.java71 public View bindView(final View convertView, final ViewGroup parent, final RecipientEntry entry, in bindView() method in ContactDropdownLayouter
81 return super.bindView(convertView, parent, entry, position, type, substring, in bindView()
/packages/apps/Contacts/src/com/android/contacts/group/
DGroupMembersAdapter.java147 protected void bindView(View v, int partition, Cursor cursor, int position) { in bindView() method in GroupMembersAdapter
148 super.bindView(v, partition, cursor, position); in bindView()

123