Home
last modified time | relevance | path

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

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DRootsFragment.java240 public abstract void bindView(View convertView); in bindView() method in RootsFragment.Item
252 public void bindView(View convertView) { in bindView() method in RootsFragment.RootItem
279 public void bindView(View convertView) { in bindView() method in RootsFragment.SpacerItem
293 public void bindView(View convertView) { in bindView() method in RootsFragment.AppItem
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
DTrackerListHelper.java67 public void bindView(View view, Context context, Cursor cursor) { in bindView() method in TrackerListHelper.TrackerAdapter
/frameworks/opt/chips/src/com/android/ex/chips/
DDropdownChipLayouter.java106 public View bindView(View convertView, ViewGroup parent, RecipientEntry entry, int position, in bindView() method in DropdownChipLayouter
117 public View bindView(View convertView, ViewGroup parent, RecipientEntry entry, int position, in bindView() method in DropdownChipLayouter
DRecipientAlternatesAdapter.java605 public void bindView(View view, Context context, Cursor cursor) { in bindView() method in RecipientAlternatesAdapter
/frameworks/ex/common/tests/src/com/android/common/widget/
DCompositeCursorAdapterTest.java64 protected void bindView(View v, int partition, Cursor cursor, int position) { in bindView() method in CompositeCursorAdapterTest.TestCompositeCursorAdapter
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DColorAndAppearanceFragment.java153 private void bindView(View view, final int index) { in bindView() method in ColorAndAppearanceFragment.CalibrateDialog
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DBatteryTile.java202 private void bindView() { in bindView() method in BatteryTile.BatteryDetail
/frameworks/base/core/java/android/widget/
DSimpleCursorAdapter.java135 public void bindView(View view, Context context, Cursor cursor) { in bindView() method in SimpleCursorAdapter
DSimpleCursorTreeAdapter.java212 private void bindView(View view, Context context, Cursor cursor, int[] from, int[] to) { in bindView() method in SimpleCursorTreeAdapter
DCursorAdapter.java340 public abstract void bindView(View view, Context context, Cursor cursor); in bindView() method in CursorAdapter
DSimpleExpandableListAdapter.java243 private void bindView(View view, Map<String, ?> data, String[] from, int[] to) { in bindView() method in SimpleExpandableListAdapter
DSimpleAdapter.java182 private void bindView(int position, View view) { in bindView() method in SimpleAdapter
DSuggestionsAdapter.java316 public void bindView(View view, Context context, Cursor cursor) { in bindView() method in SuggestionsAdapter
/frameworks/support/v4/java/android/support/v4/widget/
DSimpleCursorAdapter.java119 public void bindView(View view, Context context, Cursor cursor) { in bindView() method in SimpleCursorAdapter
DCursorAdapter.java306 public abstract void bindView(View view, Context context, Cursor cursor); in bindView() method in CursorAdapter
/frameworks/ex/common/java/com/android/common/contacts/
DBaseEmailAddressAdapter.java293 protected abstract void bindView(View view, String directoryType, String directoryName, in bindView() method in BaseEmailAddressAdapter
325 protected void bindView(View v, int partition, Cursor cursor, int position) { in bindView() method in BaseEmailAddressAdapter
/frameworks/base/core/java/android/app/
DLauncherActivity.java162 private void bindView(View view, ListItem item) { in bindView() method in LauncherActivity.ActivityAdapter
/frameworks/ex/common/java/com/android/common/widget/
DCompositeCursorAdapter.java417 protected abstract void bindView(View v, int partition, Cursor cursor, int position); in bindView() method in CompositeCursorAdapter
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DSuggestionsAdapter.java274 public void bindView(View view, Context context, Cursor cursor) { in bindView() method in SuggestionsAdapter
/frameworks/base/core/java/com/android/internal/app/
DResolverActivity.java1660 public final void bindView(int position, View view) { in bindView() method in ResolverActivity.ResolveListAdapter