HomeSort by relevance Sort by last modified time
    Searched refs:bindView (Results 1 - 25 of 62) sorted by null

1 2 3

  /development/apps/Development/src/com/android/development/
ArrayAdapter.java 40 public abstract void bindView(View view, E item);
69 bindView(view, mList.get(position));
AppHwConfigList.java 130 bindView(view, mList.get(position));
134 private final void bindView(View view, PackageInfo info) {
InstrumentationList.java 91 bindView(view, mList.get(position));
95 private final void bindView(View view, InstrumentationInfo info)
RunningProcesses.java 121 bindView(view, mList.get(position));
125 private final void bindView(View view, ListItem info) {
AppPicker.java 116 public void bindView(View view, MyApplicationInfo info) {
  /packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DateSortedDownloadAdapter.java 56 mDelegate.bindView(convertView);
DownloadAdapter.java 94 public void bindView(View convertView) {
209 public void bindView(View view, Context context, Cursor cursor) {
210 bindView(view);
  /development/samples/BusinessCard/src/com/example/android/businesscard/
BusinessCardActivity.java 108 bindView(result);
118 protected void bindView(ContactInfo contactInfo) {
  /frameworks/base/core/java/android/widget/
CursorAdapter.java 186 bindView(v, mContext, mCursor);
200 bindView(v, mContext, mCursor);
236 public abstract void bindView(View view, Context context, Cursor cursor);
SimpleCursorTreeAdapter.java 212 private void bindView(View view, Context context, Cursor cursor, int[] from, int[] to) {
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
SimpleExpandableListAdapter.java 229 bindView(v, mChildData.get(groupPosition).get(childPosition), mChildFrom, mChildTo);
243 private void bindView(View view, Map<String, ?> data, String[] from, int[] to) {
278 bindView(v, mGroupData.get(groupPosition), mGroupFrom, mGroupTo);
SimpleAdapter.java 126 bindView(position, v);
146 private void bindView(int position, View view) {
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
SimpleCursorAdapter.java 107 * @see android.widget.CursorAdapter#bindView(android.view.View,
115 public void bindView(View view, Context context, Cursor cursor) {
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)
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
TrackerListHelper.java 67 public void bindView(View view, Context context, Cursor cursor) {
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastListAdapter.java 62 public void bindView(View view, Context context, Cursor cursor) {
  /cts/tests/tests/widget/src/android/widget/cts/
SimpleCursorAdapterTest.java 124 method = "bindView",
129 + "SimpleCursorAdapter#bindView(View, Context, Cursor) if the param view is "
136 mSimpleCursorAdapter.bindView(listItem, null, mCursor);
140 mSimpleCursorAdapter.bindView(listItem, null, mCursor);
149 mSimpleCursorAdapter.bindView(listItem, null, mCursor);
157 mSimpleCursorAdapter.bindView(listItem, null, mCursor);
167 mSimpleCursorAdapter.bindView(illegalView, null, mCursor);
441 mSimpleCursorAdapter.bindView(listItem, null, mCursor);
445 mSimpleCursorAdapter.bindView(listItem, null, mCursor);
453 mSimpleCursorAdapter.bindView(listItem, null, newCursor)
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
EmailAddressAdapter.java 66 public final void bindView(View view, Context context, Cursor cursor) {
  /packages/apps/Mms/src/com/android/mms/ui/
ConversationListAdapter.java 50 public void bindView(View view, Context context, Cursor cursor) {
  /packages/providers/ApplicationsProvider/src/com/android/providers/applications/
ApplicationsAdapter.java 40 public void bindView(View view, Context context, Cursor cursor) {
  /development/samples/ApiDemos/src/com/example/android/apis/app/
QuickContactsDemo.java 76 public void bindView(View view, Context context, Cursor cursor) {
  /development/samples/ApiDemos/src/com/example/android/apis/view/
AutoComplete4.java 69 public void bindView(View view, Context context, Cursor cursor) {
  /packages/apps/Email/src/com/android/email/
EmailAddressAdapter.java 63 public void bindView(View view, Context context, Cursor cursor) {
  /packages/apps/Contacts/src/com/android/contacts/
ContactEntryAdapter.java 243 bindView(v, getEntry(mSections, position, mSeparators));
261 protected abstract void bindView(View view, E entry);
  /packages/apps/Settings/src/com/android/settings/
DeviceAdminSettings.java 162 bindView(v, position);
177 public void bindView(View view, int position) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransferAdapter.java 66 public void bindView(View view, Context context, Cursor cursor) {

Completed in 967 milliseconds

1 2 3