Home | History | Annotate | Download | only in photos

Lines Matching full:mediaobject

29 import com.android.gallery3d.data.MediaObject;
84 if ((itemSupportedOperations & MediaObject.SUPPORT_DELETE) > 0) {
87 if ((itemSupportedOperations & MediaObject.SUPPORT_EDIT) > 0) {
90 if ((itemSupportedOperations & MediaObject.SUPPORT_CROP) > 0) {
93 if ((itemSupportedOperations & MediaObject.SUPPORT_SETAS) > 0) {
96 if ((itemSupportedOperations & MediaObject.SUPPORT_TRIM) > 0) {
99 if ((itemSupportedOperations & MediaObject.SUPPORT_MUTE) > 0) {
102 if ((itemSupportedOperations & MediaObject.SUPPORT_SHARE) > 0) {
145 supported |= MediaObject.SUPPORT_CROP;
148 supported |= MediaObject.SUPPORT_EDIT;
151 supported |= MediaObject.SUPPORT_SETAS;
154 supported |= MediaObject.SUPPORT_TRIM;
157 supported |= MediaObject.SUPPORT_MUTE;
161 supported |= MediaObject.SUPPORT_DELETE;
164 supported |= MediaObject.SUPPORT_SHARE;