Searched defs:bindView (Results 1 - 18 of 18) sorted by last modified time

/frameworks/support/v4/java/android/support/v4/widget/
H A DCursorAdapter.java256 bindView(v, mContext, mCursor);
270 bindView(v, mContext, mCursor);
306 public abstract void bindView(View view, Context context, Cursor cursor); method in class:CursorAdapter
H A DSimpleCursorAdapter.java112 * @see android.widget.CursorAdapter#bindView(android.view.View,
120 public void bindView(View view, Context context, Cursor cursor) { method in class:SimpleCursorAdapter
158 * @see #bindView(android.view.View, android.content.Context, android.database.Cursor)
171 * @see #bindView(android.view.View, android.content.Context, android.database.Cursor)
179 * Called by bindView() to set the image for an ImageView but only if
202 * Called by bindView() to set the text for a TextView but only if
359 * @see SimpleCursorAdapter#bindView(android.view.View, android.content.Context, android.database.Cursor)
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSuggestionsAdapter.java274 public void bindView(View view, Context context, Cursor cursor) { method in class:SuggestionsAdapter
/frameworks/opt/chips/src/com/android/ex/chips/
H A DDropdownChipLayouter.java84 public View bindView(View convertView, ViewGroup parent, RecipientEntry entry, int position, method in class:DropdownChipLayouter
86 return bindView(convertView, parent, entry, position, type, constraint, null);
90 * See {@link #bindView(View, ViewGroup, RecipientEntry, int, AdapterType, String)}
95 public View bindView(View convertView, ViewGroup parent, RecipientEntry entry, int position, method in class:DropdownChipLayouter
H A DRecipientAlternatesAdapter.java589 bindView(convertView, convertView.getContext(), cursor);
594 public void bindView(View view, Context context, Cursor cursor) { method in class:RecipientAlternatesAdapter
598 mDropdownChipLayouter.bindView(view, null, entry, position,
/frameworks/ex/common/java/com/android/common/contacts/
H A DBaseEmailAddressAdapter.java293 protected abstract void bindView(View view, String directoryType, String directoryName, method in class:BaseEmailAddressAdapter
325 protected void bindView(View v, int partition, Cursor cursor, int position) { method in class:BaseEmailAddressAdapter
338 bindView(v, directoryType, directoryName, displayName, emailAddress);
/frameworks/ex/common/java/com/android/common/widget/
H A DCompositeCursorAdapter.java402 bindView(view, partition, cursor, position);
417 protected abstract void bindView(View v, int partition, Cursor cursor, int position); method in class:CompositeCursorAdapter
/frameworks/ex/common/tests/src/com/android/common/widget/
H A DCompositeCursorAdapterTest.java64 protected void bindView(View v, int partition, Cursor cursor, int position) { method in class:CompositeCursorAdapterTest.TestCompositeCursorAdapter
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerListHelper.java67 public void bindView(View view, Context context, Cursor cursor) { method in class:TrackerListHelper.TrackerAdapter
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DRootsFragment.java215 bindView(convertView);
219 public abstract void bindView(View convertView); method in class:RootsFragment.Item
231 public void bindView(View convertView) { method in class:RootsFragment.RootItem
258 public void bindView(View convertView) { method in class:RootsFragment.SpacerItem
272 public void bindView(View convertView) { method in class:RootsFragment.AppItem
/frameworks/base/core/java/android/app/
H A DLauncherActivity.java158 bindView(view, mActivitiesList.get(position));
162 private void bindView(View view, ListItem item) { method in class:LauncherActivity.ActivityAdapter
/frameworks/base/core/java/android/widget/
H A DCursorAdapter.java289 bindView(v, mContext, mCursor);
304 bindView(v, context, mCursor);
340 public abstract void bindView(View view, Context context, Cursor cursor); method in class:CursorAdapter
H A DSimpleAdapter.java133 bindView(position, v);
182 private void bindView(int position, View view) { method in class:SimpleAdapter
263 * Called by bindView() to set the image for an ImageView but only if
280 * Called by bindView() to set the image for an ImageView but only if
305 * Called by bindView() to set the text for a TextView but only if
H A DSimpleCursorAdapter.java127 * @see android.widget.CursorAdapter#bindView(android.view.View,
135 public void bindView(View view, Context context, Cursor cursor) { method in class:SimpleCursorAdapter
173 * @see #bindView(android.view.View, android.content.Context, android.database.Cursor)
186 * @see #bindView(android.view.View, android.content.Context, android.database.Cursor)
194 * Called by bindView() to set the image for an ImageView but only if
217 * Called by bindView() to set the text for a TextView but only if
379 * @see SimpleCursorAdapter#bindView(android.view.View, android.content.Context, android.database.Cursor)
H A DSimpleCursorTreeAdapter.java212 private void bindView(View view, Context context, Cursor cursor, int[] from, int[] to) { method in class:SimpleCursorTreeAdapter
254 bindView(view, context, cursor, mChildFrom, mChildTo);
264 bindView(view, context, cursor, mGroupFrom, mGroupTo);
268 * Called by bindView() to set the image for an ImageView. By default, the
284 * Called by bindView() to set the text for a TextView but only if
H A DSimpleExpandableListAdapter.java229 bindView(v, mChildData.get(groupPosition).get(childPosition), mChildFrom, mChildTo);
243 private void bindView(View view, Map<String, ?> data, String[] from, int[] to) { method in class:SimpleExpandableListAdapter
278 bindView(v, mGroupData.get(groupPosition), mGroupFrom, mGroupTo);
H A DSuggestionsAdapter.java316 public void bindView(View view, Context context, Cursor cursor) { method in class:SuggestionsAdapter
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java1583 public final void bindView(int position, View view) { method in class:ResolverActivity.ResolveListAdapter

Completed in 404 milliseconds