/frameworks/base/core/tests/coretests/src/android/preference/ |
D | PreferenceIconSpaceTest.java | 66 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/ |
D | SimpleCursorTreeAdapter.java | 212 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()
|
D | SimpleExpandableListAdapter.java | 229 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()
|
D | CursorAdapter.java | 296 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
|
D | SimpleAdapter.java | 136 bindView(position, v); in createViewFromResource() 185 private void bindView(int position, View view) { in bindView() method in SimpleAdapter
|
D | SimpleCursorAdapter.java | 139 public void bindView(View view, Context context, Cursor cursor) { in bindView() method in SimpleCursorAdapter
|
D | SuggestionsAdapter.java | 316 public void bindView(View view, Context context, Cursor cursor) { in bindView() method in SuggestionsAdapter
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/hearingaid/ |
D | HearingDevicesListAdapter.java | 61 ((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/ |
D | SingleRecipientArrayAdapter.java | 48 return mDropdownChipLayouter.bindView(convertView, parent, getItem(position), position, in getView()
|
D | DropdownChipLayouter.java | 106 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
|
D | RecipientAlternatesAdapter.java | 600 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()
|
D | BaseRecipientAdapter.java | 1012 return mDropdownChipLayouter.bindView(convertView, parent, entry, position, in getView()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/ |
D | MessageContainerControllerTest.kt | 117 .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/ |
D | TrackerListHelper.java | 67 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/ |
D | ProfileMessageController.kt | 73 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/ |
D | BaseEmailAddressAdapter.java | 293 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/ |
D | CompositeCursorAdapter.java | 402 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/ |
D | MessageContainerController.kt | 63 profileMessageController.bindView(workProfileFirstRunView, profileData) { in <lambda>()
|
/frameworks/base/core/java/android/app/ |
D | LauncherActivity.java | 162 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/ |
D | CompositeCursorAdapterTest.java | 65 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/ |
D | RingtonePickerActivity.java | 759 public void bindView(View view, Context context, Cursor cursor) { in bindView() method in RingtonePickerActivity.BadgedRingtoneAdapter
|
/frameworks/base/core/java/com/android/internal/app/ |
D | ResolverListAdapter.java | 643 public final void bindView(int position, View view) {
|
D | AlertController.java | 1203 public void bindView(View view, Context context, Cursor cursor) { in createListView()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 7254 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…
|