Searched defs:bindView (Results 1 - 9 of 9) 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/base/core/java/android/widget/
H A DSimpleCursorAdapter.java107 * @see android.widget.CursorAdapter#bindView(android.view.View,
115 public void bindView(View view, Context context, Cursor cursor) { method in class:SimpleCursorAdapter
153 * @see #bindView(android.view.View, android.content.Context, android.database.Cursor)
166 * @see #bindView(android.view.View, android.content.Context, android.database.Cursor)
174 * Called by bindView() to set the image for an ImageView but only if
197 * Called by bindView() to set the text for a TextView but only if
353 * @see SimpleCursorAdapter#bindView(android.view.View, android.content.Context, android.database.Cursor)
H A DCursorAdapter.java186 bindView(v, mContext, mCursor);
200 bindView(v, mContext, mCursor);
236 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);
/frameworks/base/core/java/android/app/
H A DLauncherActivity.java154 bindView(view, mActivitiesList.get(position));
158 private void bindView(View view, ListItem item) { method in class:LauncherActivity.ActivityAdapter
H A DSuggestionsAdapter.java283 public void bindView(View view, Context context, Cursor cursor) { method in class:SuggestionsAdapter
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java415 bindView(view, mList.get(position));
419 private final void bindView(View view, DisplayResolveInfo info) { method in class:ResolverActivity.ResolveListAdapter

Completed in 130 milliseconds