Home
last modified time | relevance | path

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

123

/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.java289 bindView(v, mContext, mCursor); in getView()
304 bindView(v, context, mCursor); in getDropDownView()
340 public abstract void bindView(View view, Context context, Cursor cursor); in bindView() method in CursorAdapter
DSimpleAdapter.java133 bindView(position, v); in createViewFromResource()
182 private void bindView(int position, View view) { in bindView() method in SimpleAdapter
DSimpleCursorAdapter.java135 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/support/core-ui/java/android/support/v4/widget/
DCursorAdapter.java273 bindView(v, mContext, mCursor); in getView()
287 bindView(v, mContext, mCursor); in getDropDownView()
323 public abstract void bindView(View view, Context context, Cursor cursor); in bindView() method in CursorAdapter
DSimpleCursorAdapter.java124 public void bindView(View view, Context context, Cursor cursor) { in bindView() method in SimpleCursorAdapter
/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/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/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/core/java/android/app/
DLauncherActivity.java158 bindView(view, mActivitiesList.get(position)); in getView()
162 private void bindView(View view, ListItem item) { in bindView() method in LauncherActivity.ActivityAdapter
/frameworks/ex/common/tests/src/com/android/common/widget/
DCompositeCursorAdapterTest.java64 protected void bindView(View v, int partition, Cursor cursor, int position) { in bindView() method in CompositeCursorAdapterTest.TestCompositeCursorAdapter
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/graphics/
DPaletteActivity.java188 public void bindView(final View view, Context context, Cursor cursor) { in bindView() method in PaletteActivity.PaletteMediaStoreListFragment.PhotosCursorAdapter
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DSuggestionsAdapter.java273 public void bindView(View view, Context context, Cursor cursor) { in bindView() method in SuggestionsAdapter
/frameworks/support/core-ui/api/
Dcurrent.txt306 …method public abstract void bindView(android.view.View, android.content.Context, android.database.…
480 … method public void bindView(android.view.View, android.content.Context, android.database.Cursor);
D26.0.0.txt306 …method public abstract void bindView(android.view.View, android.content.Context, android.database.…
480 … method public void bindView(android.view.View, android.content.Context, android.database.Cursor);
/frameworks/support/v7/appcompat/src/android/support/v7/app/
DAlertController.java996 public void bindView(View view, Context context, Cursor cursor) { in createListView()
/frameworks/base/core/java/com/android/internal/app/
DAlertController.java1094 public void bindView(View view, Context context, Cursor cursor) { in createListView()
DChooserActivity.java1489 mChooserListAdapter.bindView(holder.itemIndices[i], v); in bindViewHolder()

123