HomeSort by relevance Sort by last modified time
    Searched defs:bindView (Results 1 - 25 of 59) 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) {
AppPicker.java 116 public void bindView(View view, MyApplicationInfo 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) {
PackageBrowser.java 73 public void bindView(View view, MyPackageInfo info) {
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastListAdapter.java 62 public void bindView(View view, Context context, Cursor cursor) {
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
TrackerListHelper.java 67 public void bindView(View view, Context context, Cursor cursor) {
  /packages/apps/Calendar/src/com/android/calendar/
AlertAdapter.java 36 public void bindView(View view, Context context, Cursor cursor) {
EmailAddressAdapter.java 66 public final void bindView(View view, Context context, Cursor cursor) {
AgendaAdapter.java 53 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) {
  /development/samples/BusinessCard/src/com/example/android/businesscard/
BusinessCardActivity.java 108 bindView(result);
118 protected void bindView(ContactInfo contactInfo) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransferAdapter.java 66 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/providers/ApplicationsProvider/src/com/android/providers/applications/
ApplicationsAdapter.java 40 public void bindView(View view, Context context, Cursor cursor) {
  /cts/tests/tests/widget/src/android/widget/cts/
ResourceCursorAdapterTest.java 216 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) {
  /frameworks/base/core/java/android/widget/
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)
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);
CursorAdapter.java 186 bindView(v, mContext, mCursor);
200 bindView(v, mContext, mCursor);
236 public abstract void bindView(View view, Context context, Cursor cursor);
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
  /packages/apps/Mms/src/com/android/mms/ui/
ConversationListAdapter.java 50 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);

Completed in 1934 milliseconds

1 2 3