Searched defs:bindView (Results 1 - 16 of 16) sorted by relevance

/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/ex/chips/src/com/android/ex/chips/
H A DSingleRecipientArrayAdapter.java46 bindView(convertView, convertView.getContext(), getItem(position));
54 private void bindView(View view, Context context, RecipientEntry entry) { method in class:SingleRecipientArrayAdapter
H A DRecipientAlternatesAdapter.java252 bindView(convertView, convertView.getContext(), cursor);
259 public void bindView(View view, Context context, Cursor cursor) { method in class:RecipientAlternatesAdapter
/frameworks/base/core/java/android/widget/
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 DCursorAdapter.java250 bindView(v, mContext, mCursor);
264 bindView(v, mContext, mCursor);
300 public abstract void bindView(View view, Context context, Cursor cursor); method in class:CursorAdapter
H A DSimpleAdapter.java126 bindView(position, v);
146 private void bindView(int position, View view) { method in class:SimpleAdapter
227 * Called by bindView() to set the image for an ImageView but only if
244 * Called by bindView() to set the image for an ImageView but only if
269 * Called by bindView() to set the text for a TextView but only if
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.java308 public void bindView(View view, Context context, Cursor cursor) { method in class:SuggestionsAdapter
/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/ex/common/java/com/android/common/widget/
H A DCompositeCursorAdapter.java392 bindView(view, partition, cursor, position);
407 protected abstract void bindView(View v, int partition, Cursor cursor, int position); method in class:CompositeCursorAdapter
/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/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/com/android/internal/app/
H A DResolverActivity.java641 bindView(view, mList.get(position));
645 private final void bindView(View view, DisplayResolveInfo info) { method in class:ResolverActivity.ResolveListAdapter
/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);

Completed in 909 milliseconds