Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/preference/
H A 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
/aosp14/frameworks/base/core/java/android/widget/
H A 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()
H A 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()
H A 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
H A DSimpleAdapter.java136 bindView(position, v); in createViewFromResource()
185 private void bindView(int position, View view) { in bindView() method in SimpleAdapter
H A DSimpleCursorAdapter.java139 public void bindView(View view, Context context, Cursor cursor) { in bindView() method in SimpleCursorAdapter
H A DSuggestionsAdapter.java316 public void bindView(View view, Context context, Cursor cursor) { in bindView() method in SuggestionsAdapter
/aosp14/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerListHelper.java67 public void bindView(View view, Context context, Cursor cursor) { in bindView() method in TrackerListHelper.TrackerAdapter
/aosp14/frameworks/base/core/java/android/app/
H A DLauncherActivity.java162 bindView(view, mActivitiesList.get(position)); in getView()
166 private void bindView(View view, ListItem item) { in bindView() method in LauncherActivity.ActivityAdapter
/aosp14/frameworks/base/packages/SoundPicker/src/com/android/soundpicker/
H A DRingtonePickerActivity.java753 public void bindView(View view, Context context, Cursor cursor) { in bindView() method in RingtonePickerActivity.BadgedRingtoneAdapter
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DResolverListAdapter.java643 public final void bindView(int position, View view) {
H A DAlertController.java1203 public void bindView(View view, Context context, Cursor cursor) { in createListView()
H A DChooserActivity.java3640 mChooserListAdapter.bindView(listPosition, v);
3686 mChooserListAdapter.bindView(holder.getItemIndex(i), v);
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt7254 Landroid/app/LauncherActivity$ActivityAdapter;->bindView(Landroid/view/View;Landroid/app/LauncherAc…
69713 Landroid/widget/SimpleAdapter;->bindView(ILandroid/view/View;)V
69729 Landroid/widget/SimpleCursorTreeAdapter;->bindView(Landroid/view/View;Landroid/content/Context;Land…
69739 Landroid/widget/SimpleExpandableListAdapter;->bindView(Landroid/view/View;Ljava/util/Map;[Ljava/lan…
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt58399 …method public abstract void bindView(android.view.View, android.content.Context, android.database.…
59873 … method public void bindView(android.view.View, android.content.Context, android.database.Cursor);