Searched defs:bindView (Results 1 – 8 of 8) sorted by relevance
| /frameworks/base/core/java/android/widget/ |
| D | CursorAdapter.java | 236 public abstract void bindView(View view, Context context, Cursor cursor); in bindView() method in CursorAdapter
|
| D | SimpleCursorAdapter.java | 142 public void bindView(View view, Context context, Cursor cursor) { in bindView() method in SimpleCursorAdapter
|
| D | SimpleAdapter.java | 158 private void bindView(int position, View view) { in bindView() method in SimpleAdapter
|
| D | SimpleCursorTreeAdapter.java | 231 private void bindView(View view, Context context, Cursor cursor, int[] from, int[] to) { in bindView() method in SimpleCursorTreeAdapter
|
| D | SimpleExpandableListAdapter.java | 243 private void bindView(View view, Map<String, ?> data, String[] from, int[] to) { in bindView() method in SimpleExpandableListAdapter
|
| /frameworks/base/core/java/com/android/internal/app/ |
| D | ResolverActivity.java | 397 private final void bindView(View view, DisplayResolveInfo info) { in bindView() method in ResolverActivity.ResolveListAdapter
|
| /frameworks/base/core/java/android/app/ |
| D | LauncherActivity.java | 158 private void bindView(View view, ListItem item) { in bindView() method in LauncherActivity.ActivityAdapter
|
| D | SuggestionsAdapter.java | 355 public void bindView(View view, Context context, Cursor cursor) { in bindView() method in SuggestionsAdapter
|