Searched refs:SUPPORT_CAMERA_SHORTCUT (Results 1 – 3 of 3) sorted by relevance
32 return super.getSupportedOperations() | SUPPORT_CAMERA_SHORTCUT; in getSupportedOperations()
42 public static final int SUPPORT_CAMERA_SHORTCUT = 1 << 15; field in MediaObject
1144 boolean launchCamera = ((supported & MediaItem.SUPPORT_CAMERA_SHORTCUT) != 0); in onSingleTapUp()