HomeSort by relevance Sort by last modified time
    Searched refs:bindView (Results 26 - 50 of 120) sorted by null

12 3 4 5

  /frameworks/support/v4/java/android/support/v4/widget/
CursorAdapter.java 256 bindView(v, mContext, mCursor);
270 bindView(v, mContext, mCursor);
306 public abstract void bindView(View view, Context context, Cursor cursor);
SimpleCursorAdapter.java 112 * @see android.widget.CursorAdapter#bindView(android.view.View,
120 public void bindView(View view, Context context, Cursor cursor) {
158 * @see #bindView(android.view.View, android.content.Context, android.database.Cursor)
171 * @see #bindView(android.view.View, android.content.Context, android.database.Cursor)
179 * Called by bindView() to set the image for an ImageView but only if
202 * Called by bindView() to set the text for a TextView but only if
359 * @see SimpleCursorAdapter#bindView(android.view.View, android.content.Context, android.database.Cursor)
  /packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DownloadAdapter.java 90 public void bindView(View convertView, int position) {
212 public void bindView(View view, Context context, Cursor cursor) {
213 bindView(view, cursor.getPosition());
  /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 72 public void bindView(View view, Context context, Cursor cursor) {
  /packages/apps/Contacts/src/com/android/contacts/list/
LegacyContactListAdapter.java 84 protected void bindView(View itemView, int partition, Cursor cursor, int position) {
LegacyPhoneNumberListAdapter.java 88 protected void bindView(View itemView, int partition, Cursor cursor, int position) {
LegacyPostalAddressListAdapter.java 89 protected void bindView(View itemView, int partition, Cursor cursor, int position) {
PostalAddressListAdapter.java 120 protected void bindView(View itemView, int partition, Cursor cursor, int position) {
  /development/apps/Development/src/com/android/development/
InstrumentationList.java 92 bindView(view, mList.get(position));
96 private final void bindView(View view, InstrumentationInfo info)
  /frameworks/base/core/java/android/widget/
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 127 * @see android.widget.CursorAdapter#bindView(android.view.View,
135 public void bindView(View view, Context context, Cursor cursor) {
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)
  /packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
ContactEntryAdapter.java 241 bindView(v, getEntry(mSections, position, mSeparators));
259 protected abstract void bindView(View view, E entry);
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
CursorAdapterTest.java 109 public void bindView(View view, Context context, Cursor cursor) { }
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransferAdapter.java 66 public void bindView(View view, Context context, Cursor cursor) {
  /packages/apps/Browser/src/com/android/browser/
BrowserBookmarksAdapter.java 62 public void bindView(View view, BrowserBookmarksAdapterItem object) {
  /packages/apps/Contacts/src/com/android/contacts/widget/
PinnedHeaderListDemoActivity.java 75 protected void bindView(View v, int partition, Cursor cursor, int position) {
  /packages/apps/Email/src/com/android/email/activity/
MailboxMoveToAdapter.java 107 public void bindView(View view, Context context, Cursor cursor) {
  /development/samples/ApiDemos/src/com/example/android/apis/content/
ChangedContacts.java 292 public void bindView(View view, Context context, Cursor cursor) {
323 public void bindView(View view, Context context, Cursor cursor) {
  /frameworks/ex/common/java/com/android/common/widget/
CompositeCursorAdapter.java 392 bindView(view, partition, cursor, position);
407 protected abstract void bindView(View v, int partition, Cursor cursor, int position);
  /packages/apps/Settings/src/com/android/settings/
DeviceAdminSettings.java 200 bindView(v, position);
215 public void bindView(View view, int position) {
NotificationAccessSettings.java 294 bindView(v, position);
309 public void bindView(View view, int position) {
  /frameworks/ex/common/java/com/android/common/contacts/
BaseEmailAddressAdapter.java 293 protected abstract void bindView(View view, String directoryType, String directoryName,
325 protected void bindView(View v, int partition, Cursor cursor, int position) {
338 bindView(v, directoryType, directoryName, displayName, emailAddress);
  /frameworks/base/core/java/android/app/
LauncherActivity.java 158 bindView(view, mActivitiesList.get(position));
162 private void bindView(View view, ListItem item) {
  /cts/tests/tests/widget/src/android/widget/cts/
ResourceCursorAdapterTest.java 177 public void bindView(View view, Context context, Cursor cursor) {

Completed in 2016 milliseconds

12 3 4 5