Home
last modified time | relevance | path

Searched defs:bindView (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/widget/
DCursorAdapter.java236 public abstract void bindView(View view, Context context, Cursor cursor); in bindView() method in CursorAdapter
DSimpleCursorAdapter.java142 public void bindView(View view, Context context, Cursor cursor) { in bindView() method in SimpleCursorAdapter
DSimpleAdapter.java158 private void bindView(int position, View view) { in bindView() method in SimpleAdapter
DSimpleCursorTreeAdapter.java231 private void bindView(View view, Context context, Cursor cursor, int[] from, int[] to) { in bindView() method in SimpleCursorTreeAdapter
DSimpleExpandableListAdapter.java243 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/
DResolverActivity.java397 private final void bindView(View view, DisplayResolveInfo info) { in bindView() method in ResolverActivity.ResolveListAdapter
/frameworks/base/core/java/android/app/
DLauncherActivity.java158 private void bindView(View view, ListItem item) { in bindView() method in LauncherActivity.ActivityAdapter
DSuggestionsAdapter.java355 public void bindView(View view, Context context, Cursor cursor) { in bindView() method in SuggestionsAdapter