HomeSort by relevance Sort by last modified time
    Searched refs:PhotoViewColumns (Results 1 - 5 of 5) sorted by null

  /frameworks/opt/photoviewer/src/com/android/ex/photo/provider/
PhotoContract.java 25 public static interface PhotoViewColumns {
61 PhotoViewColumns.URI,
62 PhotoViewColumns.NAME,
63 PhotoViewColumns.CONTENT_URI,
64 PhotoViewColumns.THUMBNAIL_URI,
65 PhotoViewColumns.CONTENT_TYPE
69 PhotoViewColumns.LOADING_INDICATOR
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
ConversationImagePartsView.java 21 import com.android.ex.photo.provider.PhotoContract.PhotoViewColumns;
32 * {@link com.android.ex.photo.provider.PhotoContract.PhotoViewColumns}.
78 static final String URI = PhotoViewColumns.URI;
79 static final String SENDER_FULL_NAME = PhotoViewColumns.NAME;
80 static final String CONTENT_URI = PhotoViewColumns.CONTENT_URI;
81 static final String THUMBNAIL_URI = PhotoViewColumns.THUMBNAIL_URI;
82 static final String CONTENT_TYPE = PhotoViewColumns.CONTENT_TYPE;
91 PhotoViewColumns.URI,
92 PhotoViewColumns.NAME,
93 PhotoViewColumns.CONTENT_URI
    [all...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
PhotoPagerAdapter.java 29 import com.android.ex.photo.provider.PhotoContract.PhotoViewColumns;
103 return getString(cursor, PhotoViewColumns.CONTENT_URI);
107 return getString(cursor, PhotoViewColumns.THUMBNAIL_URI);
111 return getString(cursor, PhotoViewColumns.CONTENT_TYPE);
115 return getString(cursor, PhotoViewColumns.NAME);
119 String value = getString(cursor, PhotoViewColumns.LOADING_INDICATOR);
BaseCursorPagerAdapter.java 183 mRowIDColumn = newCursor.getColumnIndex(PhotoContract.PhotoViewColumns.URI);
235 ? mCursor.getColumnIndex(PhotoContract.PhotoViewColumns.URI) : -1;
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
PhotoViewController.java 600 final int uriIndex = data.getColumnIndex(PhotoContract.PhotoViewColumns.URI);
809 int uriIndex = cursor.getColumnIndex(PhotoContract.PhotoViewColumns.URI);
    [all...]

Completed in 5233 milliseconds