Searched refs:SUPPORT_SHARE (Results 1 – 12 of 12) sorted by relevance
102 if ((itemSupportedOperations & MediaObject.SUPPORT_SHARE) > 0) { in onItemSelectedStateChanged()164 supported |= MediaObject.SUPPORT_SHARE; in getSupportedOperations()
116 if ((supported & MediaObject.SUPPORT_SHARE) > 0) { in onItemCheckedStateChanged()144 shareItem.setVisible((supportedOperations & MediaObject.SUPPORT_SHARE) > 0); in updateActionItemVisibilities()
60 | MediaObject.SUPPORT_ROTATE | MediaObject.SUPPORT_SHARE365 if ((support & MediaObject.SUPPORT_SHARE) != 0) { in computeSharingIntent()
174 boolean supportShare = (supported & MediaObject.SUPPORT_SHARE) != 0; in updateMenuOperation()
29 public static final int SUPPORT_SHARE = 1 << 2; field in MediaObject
122 return SUPPORT_SHARE | SUPPORT_DELETE; in getSupportedOperations()
123 return SUPPORT_SHARE | SUPPORT_DELETE | SUPPORT_INFO; in getSupportedOperations()
215 if (isSharable()) supported |= SUPPORT_SHARE; in getSupportedOperations()
185 … return SUPPORT_DELETE | SUPPORT_SHARE | SUPPORT_PLAY | SUPPORT_INFO | SUPPORT_TRIM | SUPPORT_MUTE; in getSupportedOperations()
265 return SUPPORT_DELETE | SUPPORT_SHARE | SUPPORT_INFO; in getSupportedOperations()
239 int operation = SUPPORT_DELETE | SUPPORT_SHARE | SUPPORT_CROP in getSupportedOperations()
747 && (mCurrentPhoto.getSupportedOperations() & MediaItem.SUPPORT_SHARE) != 0) { in updateUIForCurrentPhoto()1496 } else if ((mCurrentPhoto.getSupportedOperations() & MediaObject.SUPPORT_SHARE) != 0) { in updatePanoramaUI()