Home
last modified time | relevance | path

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

12

/frameworks/base/core/tests/coretests/src/android/preference/
DPreferenceIconSpaceTest.java66 mPreference.bindView(mViewGroup); in bindView_iconSpaceReserved_shouldReserveIconSpace()
75 mPreference.bindView(mViewGroup); in bindView_iconSpaceNotReserved_shouldNotReserveIconSpace()
84 mPreference.bindView(mViewGroup); in bindView_hasIcon_shouldDisplayIcon()
96 public void bindView(View view) { in bindView() method in PreferenceIconSpaceTest.TestPreference
/frameworks/base/core/java/android/widget/
DSimpleCursorTreeAdapter.java212 private void bindView(View view, Context context, Cursor cursor, int[] from, int[] to) { in bindView() method in SimpleCursorTreeAdapter
254 bindView(view, context, cursor, mChildFrom, mChildTo); in bindChildView()
264 bindView(view, context, cursor, mGroupFrom, mGroupTo); in bindGroupView()
DSimpleExpandableListAdapter.java229 bindView(v, mChildData.get(groupPosition).get(childPosition), mChildFrom, mChildTo); in getChildView()
243 private void bindView(View view, Map<String, ?> data, String[] from, int[] to) { in bindView() method in SimpleExpandableListAdapter
278 bindView(v, mGroupData.get(groupPosition), mGroupFrom, mGroupTo); in getGroupView()
DCursorAdapter.java296 bindView(v, mContext, mCursor); in getView()
311 bindView(v, context, mCursor); in getDropDownView()
347 public abstract void bindView(View view, Context context, Cursor cursor); in bindView() method in CursorAdapter
DSimpleAdapter.java136 bindView(position, v); in createViewFromResource()
185 private void bindView(int position, View view) { in bindView() method in SimpleAdapter
DSimpleCursorAdapter.java139 public void bindView(View view, Context context, Cursor cursor) { in bindView() method in SimpleCursorAdapter
DSuggestionsAdapter.java316 public void bindView(View view, Context context, Cursor cursor) { in bindView() method in SuggestionsAdapter
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/hearingaid/
DHearingDevicesListAdapter.java61 ((DeviceItemViewHolder) viewHolder).bindView(item, mCallback); in onBindViewHolder()
120 public void bindView(DeviceItem item, HearingDeviceItemCallback callback) { in bindView() method in HearingDevicesListAdapter.DeviceItemViewHolder
/frameworks/opt/chips/src/com/android/ex/chips/
DSingleRecipientArrayAdapter.java48 return mDropdownChipLayouter.bindView(convertView, parent, getItem(position), position, in getView()
DDropdownChipLayouter.java106 public View bindView(View convertView, ViewGroup parent, RecipientEntry entry, int position, in bindView() method in DropdownChipLayouter
108 return bindView(convertView, parent, entry, position, type, constraint, null); in bindView()
117 public View bindView(View convertView, ViewGroup parent, RecipientEntry entry, int position, in bindView() method in DropdownChipLayouter
DRecipientAlternatesAdapter.java600 bindView(convertView, convertView.getContext(), cursor); in getView()
605 public void bindView(View view, Context context, Cursor cursor) { in bindView() method in RecipientAlternatesAdapter
609 mDropdownChipLayouter.bindView(view, null, entry, position, in bindView()
DBaseRecipientAdapter.java1012 return mDropdownChipLayouter.bindView(convertView, parent, entry, position, in getView()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
DMessageContainerControllerTest.kt117 .bindView(eq(workProfileFirstRunView), eq(profileData), any()) in <lambda>()
127 verify(profileMessageController, never()).bindView(any(), any(), any()) in testOnScreenshotTakenScreenshotData_nothingToShow()
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
DTrackerListHelper.java67 public void bindView(View view, Context context, Cursor cursor) { in bindView() method in TrackerListHelper.TrackerAdapter
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/message/
DProfileMessageController.kt73 fun bindView(view: ViewGroup, data: ProfileFirstRunData, animateOut: () -> Unit) { in <lambda>() method in com.android.systemui.screenshot.message.ProfileMessageController
/frameworks/ex/common/java/com/android/common/contacts/
DBaseEmailAddressAdapter.java293 protected abstract void bindView(View view, String directoryType, String directoryName, in bindView() method in BaseEmailAddressAdapter
325 protected void bindView(View v, int partition, Cursor cursor, int position) { in bindView() method in BaseEmailAddressAdapter
338 bindView(v, directoryType, directoryName, displayName, emailAddress); in bindView()
/frameworks/ex/common/java/com/android/common/widget/
DCompositeCursorAdapter.java402 bindView(view, partition, cursor, position); in getView()
417 protected abstract void bindView(View v, int partition, Cursor cursor, int position); in bindView() method in CompositeCursorAdapter
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DMessageContainerController.kt63 profileMessageController.bindView(workProfileFirstRunView, profileData) { in <lambda>()
/frameworks/base/core/java/android/app/
DLauncherActivity.java162 bindView(view, mActivitiesList.get(position)); in getView()
166 private void bindView(View view, ListItem item) { in bindView() method in LauncherActivity.ActivityAdapter
/frameworks/ex/common/tests/src/com/android/common/widget/
DCompositeCursorAdapterTest.java65 protected void bindView(View v, int partition, Cursor cursor, int position) { in bindView() method in CompositeCursorAdapterTest.TestCompositeCursorAdapter
/frameworks/base/packages/SoundPicker/src/com/android/soundpicker/
DRingtonePickerActivity.java759 public void bindView(View view, Context context, Cursor cursor) { in bindView() method in RingtonePickerActivity.BadgedRingtoneAdapter
/frameworks/base/core/java/com/android/internal/app/
DResolverListAdapter.java643 public final void bindView(int position, View view) {
DAlertController.java1203 public void bindView(View view, Context context, Cursor cursor) { in createListView()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt7254 Landroid/app/LauncherActivity$ActivityAdapter;->bindView(Landroid/view/View;Landroid/app/LauncherAc…
69070 Landroid/widget/SimpleAdapter;->bindView(ILandroid/view/View;)V
69086 Landroid/widget/SimpleCursorTreeAdapter;->bindView(Landroid/view/View;Landroid/content/Context;Land…
69096 Landroid/widget/SimpleExpandableListAdapter;->bindView(Landroid/view/View;Ljava/util/Map;[Ljava/lan…

12