Searched refs:PROJECTION (Results 1 - 11 of 11) sorted by relevance

/frameworks/ex/photoviewer/src/com/android/ex/photo/provider/
H A DPhotoContract.java56 public final static String[] PROJECTION = { field in interface:PhotoContract.PhotoQuery
/frameworks/opt/photoviewer/src/com/android/ex/photo/provider/
H A DPhotoContract.java61 public final static String[] PROJECTION = { field in interface:PhotoContract.PhotoQuery
/frameworks/ex/photoviewer/src/com/android/ex/photo/loaders/
H A DPhotoPagerLoader.java38 mProjection = projection != null ? projection : PhotoContract.PhotoQuery.PROJECTION;
/frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/
H A DPhotoPagerLoader.java38 mProjection = projection != null ? projection : PhotoContract.PhotoQuery.PROJECTION;
/frameworks/ex/common/java/com/android/common/contacts/
H A DBaseEmailAddressAdapter.java114 public static final String[] PROJECTION = { field in class:BaseEmailAddressAdapter.EmailQuery
136 public static final String[] PROJECTION = { field in class:BaseEmailAddressAdapter.DirectoryListQuery
169 DirectoryListQuery.URI, DirectoryListQuery.PROJECTION, null, null, null);
185 cursor = mContentResolver.query(uri, EmailQuery.PROJECTION, null, null, null);
239 uri, EmailQuery.PROJECTION, null, null, null);
539 MatrixCursor newCursor = new MatrixCursor(EmailQuery.PROJECTION);
/frameworks/ex/common/tests/src/com/android/common/widget/
H A DGroupingListAdapterTests.java41 static private final String[] PROJECTION = new String[] { field in class:GroupingListAdapterTests
108 mCursor = new MatrixCursor(PROJECTION);
/frameworks/base/core/java/android/provider/
H A DMediaStore.java530 private static final String[] PROJECTION = new String[] {_ID, MediaColumns.DATA}; field in class:MediaStore.InternalThumbnails
574 c = cr.query(cancelUri, PROJECTION, null, null, null);
623 c = cr.query(baseUri, PROJECTION, column + origId, null, null);
637 c = cr.query(blockingUri, PROJECTION, null, null, null);
671 c = cr.query(uri, PROJECTION, null, null, null);
/frameworks/ex/chips/src/com/android/ex/chips/
H A DBaseRecipientAdapter.java114 public static final String[] PROJECTION = { field in class:BaseRecipientAdapter.PhotoQuery
125 public static final String[] PROJECTION = { field in class:BaseRecipientAdapter.DirectoryListQuery
251 DirectoryListQuery.URI, DirectoryListQuery.PROJECTION,
756 photoThumbnailUri, PhotoQuery.PROJECTION, null, null, null);
787 final Cursor photoCursor = mContentResolver.query(photoThumbnailUri, PhotoQuery.PROJECTION,
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java106 private static final String[] PROJECTION = { field in class:SettingsBackupAgent
578 Cursor cursor = getContentResolver().query(Settings.System.CONTENT_URI, PROJECTION, null,
588 Cursor cursor = getContentResolver().query(Settings.Secure.CONTENT_URI, PROJECTION, null,
598 Cursor cursor = getContentResolver().query(Settings.Global.CONTENT_URI, PROJECTION, null,
/frameworks/native/opengl/libagl/
H A Dcontext.h483 PROJECTION = 0x02, enumerator in enum:android::gl::transform_state_t::__anon1472
H A Dmatrix.cpp128 if (dirty & transform_state_t::PROJECTION) {
499 case GL_PROJECTION: dirty |= PROJECTION | MVP; break;

Completed in 219 milliseconds