Searched refs:bindView (Results 1 - 25 of 25) sorted by relevance

/frameworks/base/core/java/android/widget/
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 DCursorAdapter.java289 bindView(v, mContext, mCursor);
304 bindView(v, context, mCursor);
340 public abstract void bindView(View view, Context context, Cursor cursor); method in class:CursorAdapter
H A DSimpleAdapter.java133 bindView(position, v);
182 private void bindView(int position, View view) { method in class:SimpleAdapter
263 * Called by bindView() to set the image for an ImageView but only if
280 * Called by bindView() to set the image for an ImageView but only if
305 * Called by bindView() to set the text for a TextView but only if
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 DSuggestionsAdapter.java316 public void bindView(View view, Context context, Cursor cursor) { method in class:SuggestionsAdapter
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DColorAndAppearanceFragment.java135 bindView(v.findViewById(R.id.r_group), 0);
136 bindView(v.findViewById(R.id.g_group), 5);
137 bindView(v.findViewById(R.id.b_group), 10);
153 private void bindView(View view, final int index) { method in class:ColorAndAppearanceFragment.CalibrateDialog
/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/opt/chips/src/com/android/ex/chips/
H A DSingleRecipientArrayAdapter.java48 return mDropdownChipLayouter.bindView(convertView, parent, getItem(position), position,
H A DDropdownChipLayouter.java106 public View bindView(View convertView, ViewGroup parent, RecipientEntry entry, int position, method in class:DropdownChipLayouter
108 return bindView(convertView, parent, entry, position, type, constraint, null);
112 * See {@link #bindView(View, ViewGroup, RecipientEntry, int, AdapterType, String)}
117 public View bindView(View convertView, ViewGroup parent, RecipientEntry entry, int position, method in class:DropdownChipLayouter
H A DRecipientAlternatesAdapter.java600 bindView(convertView, convertView.getContext(), cursor);
605 public void bindView(View view, Context context, Cursor cursor) { method in class:RecipientAlternatesAdapter
609 mDropdownChipLayouter.bindView(view, null, entry, position,
H A DBaseRecipientAdapter.java1012 return mDropdownChipLayouter.bindView(convertView, parent, entry, position,
/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(View, Context, Cursor)
119 public void bindView(View view, Context context, Cursor cursor) { method in class:SimpleCursorAdapter
157 * @see #bindView(android.view.View, android.content.Context, android.database.Cursor)
170 * @see #bindView(android.view.View, android.content.Context, android.database.Cursor)
178 * Called by bindView() to set the image for an ImageView but only if
201 * Called by bindView() to set the text for a TextView but only if
363 * @see SimpleCursorAdapter#bindView(View, Context, Cursor)
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DRootsFragment.java236 bindView(convertView);
240 public abstract void bindView(View convertView); method in class:RootsFragment.Item
252 public void bindView(View convertView) { method in class:RootsFragment.RootItem
279 public void bindView(View convertView) { method in class:RootsFragment.SpacerItem
293 public void bindView(View convertView) { method in class:RootsFragment.AppItem
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DBatteryTile.java188 bindView();
197 bindView();
202 private void bindView() { method in class:BatteryTile.BatteryDetail
/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);
/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/ex/common/java/com/android/common/widget/
H A DCompositeCursorAdapter.java402 bindView(view, partition, cursor, position);
417 protected abstract void bindView(View v, int partition, Cursor cursor, int position); method in class:CompositeCursorAdapter
/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/support/v7/appcompat/src/android/support/v7/widget/
H A DSuggestionsAdapter.java274 public void bindView(View view, Context context, Cursor cursor) { method in class:SuggestionsAdapter
/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java1072 public void bindView(View view, Context context, Cursor cursor) {
H A DChooserActivity.java1313 mChooserListAdapter.bindView(holder.itemIndices[i], v);
H A DResolverActivity.java1660 public final void bindView(int position, View view) { method in class:ResolverActivity.ResolveListAdapter
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAlertController.java911 public void bindView(View view, Context context, Cursor cursor) {

Completed in 7870 milliseconds