/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/slices/ |
D | SliceContextualCardRendererTest.java | 92 mRenderer.bindView(viewHolder, buildContextualCard(invalidUri)); in bindView_invalidScheme_sliceShouldBeNull() 103 mRenderer.bindView(viewHolder, buildContextualCard(TEST_SLICE_URI)); in bindView_viewTypeFullWidth_shouldSetCachedSlice() 115 mRenderer.bindView(viewHolder, buildContextualCard(TEST_SLICE_URI)); in bindView_viewTypeSticky_shouldSetCachedSlice() 124 mRenderer.bindView(getSliceViewHolder(), buildContextualCard(TEST_SLICE_URI)); in bindView_newSliceLiveData_shouldAddDataToMap() 131 mRenderer.bindView(getSliceViewHolder(), buildContextualCard(TEST_SLICE_URI)); in bindView_sliceLiveDataShouldObserveSliceView() 140 mRenderer.bindView(getSliceViewHolder(), buildContextualCard(TEST_SLICE_URI)); in bindView_sliceLiveDataShouldRemoveObservers() 152 mRenderer.bindView(viewHolder, card); in bindView_isPendingDismiss_shouldShowDismissalView() 163 mRenderer.bindView(viewHolder, card); in bindView_isPendingDismiss_shouldAddViewHolderToSet() 174 mRenderer.bindView(viewHolder, card); in bindView_beforeSuccessfulSliceBinding_shouldHideSwipeBackground() 187 mRenderer.bindView(viewHolder, card); in bindView_reuseViewHolder_shouldHideSwipeBackgroundBeforeSliceBinding() [all …]
|
D | SliceFullCardRendererHelperTest.java | 79 mHelper.bindView(viewHolder, buildContextualCard(), buildSlice()); in bindView_shouldSetScrollableToFalse() 89 mHelper.bindView(viewHolder, card, buildSlice()); in bindView_shouldSetTagToSliceUri() 98 mHelper.bindView(viewHolder, buildContextualCard(), buildSlice()); in bindView_shouldSetModeToLarge() 108 mHelper.bindView(viewHolder, buildContextualCard(), buildSlice()); in bindView_shouldSetSlice()
|
/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 | 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 | 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 | 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()
|
D | EmailAddressListAdapter.java | 132 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView() method in EmailAddressListAdapter 133 super.bindView(itemView, partition, cursor, position); in bindView()
|
D | MultiSelectPhoneNumbersListAdapter.java | 144 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView() method in MultiSelectPhoneNumbersListAdapter 145 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/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/legacysuggestion/ |
D | LegacySuggestionContextualCardRendererTest.java | 79 mRenderer.bindView(viewHolder, buildContextualCard()); in bindView_shouldSetListener() 98 mRenderer.bindView(viewHolder, buildContextualCard()); in bindView_closeButton_shouldSetListener() 116 mRenderer.bindView(viewHolder, buildContextualCard()); in viewClick_shouldInvokeControllerPrimaryClick() 137 mRenderer.bindView(viewHolder, buildContextualCard()); in viewClick_closeButton_shouldInvokeControllerDismissClick()
|
/packages/apps/Settings/src/com/android/settings/security/ |
D | CredentialManagementAppAdapter.java | 84 public void bindView() { in bindView() method in CredentialManagementAppAdapter.HeaderViewHolder 145 public void bindView(int position) { in bindView() method in CredentialManagementAppAdapter.AppAuthenticationViewHolder 265 ((HeaderViewHolder) viewHolder).bindView(); in onBindViewHolder() 268 ((AppAuthenticationViewHolder) viewHolder).bindView(position); in onBindViewHolder()
|
/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/DocumentsUI/src/com/android/documentsui/sidebar/ |
D | Item.java | 58 bindView(convertView); in getView() 62 abstract void bindView(View convertView); in bindView() method in Item
|
/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 147 mHalfCardHelper.bindView(holder, card, slice); in bindView() 149 mFullCardHelper.bindView(holder, card, slice); 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/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/services/Telecomm/src/com/android/server/telecom/settings/ |
D | BlockedNumbersAdapter.java | 41 public void bindView(View view, final Context context, final Cursor cursor) { in bindView() method in BlockedNumbersAdapter 42 super.bindView(view, context, cursor); 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()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/ |
D | AppsRowManager.java | 116 bindView(item, data); in updateView() 124 private void bindView(View view, AppsRowItemData data) { in bindView() method in AppsRowManager
|