HomeSort by relevance Sort by last modified time
    Searched defs:bindView (Results 51 - 75 of 84) sorted by null

1 23 4

  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmClock.java 87 public void bindView(View view, Context context, Cursor cursor) {
  /packages/apps/Settings/src/com/android/settings/
DeviceAdminSettings.java 162 bindView(v, position);
177 public void bindView(View view, int position) {
DataUsageSummary.java     [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
CursorAdapterTest.java 480 public void bindView(View view, Context context, Cursor cursor) {
SimpleCursorAdapterTest.java 123 method = "bindView",
128 + "SimpleCursorAdapter#bindView(View, Context, Cursor) if the param view is "
135 mSimpleCursorAdapter.bindView(listItem, null, mCursor);
139 mSimpleCursorAdapter.bindView(listItem, null, mCursor);
148 mSimpleCursorAdapter.bindView(listItem, null, mCursor);
156 mSimpleCursorAdapter.bindView(listItem, null, mCursor);
166 mSimpleCursorAdapter.bindView(illegalView, null, mCursor);
440 mSimpleCursorAdapter.bindView(listItem, null, mCursor);
444 mSimpleCursorAdapter.bindView(listItem, null, mCursor);
452 mSimpleCursorAdapter.bindView(listItem, null, newCursor)
    [all...]
  /frameworks/base/core/java/android/app/
LauncherActivity.java 158 bindView(view, mActivitiesList.get(position));
162 private void bindView(View view, ListItem item) {
  /frameworks/base/core/java/com/android/internal/app/
ResolverActivity.java 419 bindView(view, mList.get(position));
423 private final void bindView(View view, DisplayResolveInfo info) {
  /packages/apps/Browser/src/com/android/browser/
BrowserSnapshotPage.java 251 public void bindView(View view, Context context, Cursor cursor) {
SuggestionsAdapter.java 170 bindView(view, getItem(position));
174 private void bindView(View view, SuggestItem item) {
AddBookmarkPage.java 575 public void bindView(View view, Context context, Cursor cursor) {
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
AccountSelectorAdapter.java 199 public void bindView(View view, Context context, Cursor cursor) {
MailboxFragmentAdapter.java 202 public void bindView(View view, Context context, Cursor cursor) {
MessagesAdapter.java 188 public void bindView(View view, Context context, Cursor cursor) {
  /packages/apps/Mms/src/com/android/mms/ui/
MessageListAdapter.java 147 public void bindView(View view, Context context, Cursor cursor) {
  /packages/apps/Music/src/com/android/music/
QueryBrowserActivity.java 375 public void bindView(View view, Context context, Cursor cursor) {
AlbumBrowserActivity.java 590 public void bindView(View view, Context context, Cursor cursor) {
MusicPicker.java 231 public void bindView(View view, Context context, Cursor cursor) {
PlaylistBrowserActivity.java 590 public void bindView(View view, Context context, Cursor cursor) {
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
Adapters.java     [all...]
  /frameworks/base/core/java/android/widget/
SuggestionsAdapter.java 308 public void bindView(View view, Context context, Cursor cursor) {
  /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);
  /packages/apps/Contacts/src/com/android/contacts/calllog/
CallLogAdapter.java 412 bindView(view, cursor, 1);
426 bindView(view, cursor, 1);
441 bindView(view, cursor, groupSize);
459 private void bindView(View view, Cursor c, int count) {
  /packages/apps/Settings/src/com/android/settings/applications/
RunningProcessesView.java 277 bindView(v, position);
287 public void bindView(View view, int position) {
  /packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
ContactFragment.java 697 bindView(v, entry);
708 protected void bindView(View view, ViewEntry entry) {
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventView.java 588 public void bindView(View view, Context context, Cursor cursor) {
    [all...]

Completed in 557 milliseconds

1 23 4