/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/slices/ |
D | SliceContextualCardRendererTest.java | 88 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 …]
|
D | SliceFullCardRendererHelperTest.java | 81 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()
|
D | SliceDeferredSetupCardRendererHelperTest.java | 80 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/ |
D | ContactListFilterView.java | 85 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
|
D | HeaderEntryContactListAdapter.java | 92 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()
|
D | LegacyContactListAdapter.java | 81 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()
|
D | LegacyPhoneNumberListAdapter.java | 86 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()
|
D | LegacyPostalAddressListAdapter.java | 86 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()
|
D | MultiSelectEntryContactListAdapter.java | 154 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()
|
D | PostalAddressListAdapter.java | 123 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/ |
D | GalleryGridAdapter.java | 70 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/ |
D | SliceContextualCardRenderer.java | 96 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/ |
D | SliceContextualCardRenderer.java | 98 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/ |
D | ConversationViewAdapter.java | 148 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/ |
D | Item.java | 53 bindView(convertView); in getView() 57 abstract void bindView(View convertView); in bindView() method in Item
|
/packages/apps/Dialer/java/com/android/dialer/app/filterednumber/ |
D | ViewNumbersToImportAdapter.java | 49 public void bindView(View view, Context context, Cursor cursor) { in bindView() method in ViewNumbersToImportAdapter 50 super.bindView(view, context, cursor); in bindView()
|
D | BlockedNumbersAdapter.java | 53 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/ |
D | ConditionFooterContextualCardRendererTest.java | 72 mRenderer.bindView(viewHolder, card); in bindView_shouldSetClickListener() 90 mRenderer.bindView(viewHolder, card); in bindView_clickView_shouldSetTrueToIsConditionExpanded()
|
D | ConditionContextualCardRendererTest.java | 79 mRenderer.bindView(viewHolder, card); in bindView_shouldSetListener() 98 mRenderer.bindView(viewHolder, card); in viewClick_shouldInvokeControllerPrimaryClick()
|
D | ConditionHeaderContextualCardRendererTest.java | 80 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/ |
D | BlockedNumbersAdapter.java | 40 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/ |
D | AppsRowManager.java | 85 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/ |
D | LegacySuggestionContextualCardRendererTest.java | 79 mRenderer.bindView(viewHolder, buildContextualCard()); in bindView_shouldSetListener() 97 mRenderer.bindView(viewHolder, buildContextualCard()); in viewClick_shouldInvokeControllerPrimaryClick()
|
/packages/apps/Messaging/src/com/android/messaging/ui/contact/ |
D | ContactDropdownLayouter.java | 71 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/ |
D | GroupMembersAdapter.java | 147 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()
|