Home | History | Annotate | Download | only in service

Lines Matching defs:overlayId

1070             String overlayId, Bundle userAttributes, long startTimeMs, long durationMs) {
1075 intent.putExtra(PARAM_STORYBOARD_ITEM_ID, overlayId);
1089 * @param overlayId The id of the overlay to remove
1092 String overlayId) {
1097 intent.putExtra(PARAM_STORYBOARD_ITEM_ID, overlayId);
1108 * @param overlayId The id of the overlay
1112 String overlayId, long startTimeMs) {
1117 intent.putExtra(PARAM_STORYBOARD_ITEM_ID, overlayId);
1129 * @param overlayId The id of the overlay
1133 String overlayId, long durationMs) {
1138 intent.putExtra(PARAM_STORYBOARD_ITEM_ID, overlayId);
1150 * @param overlayId The id of the overlay
1154 String mediaItemId, String overlayId, Bundle userAttributes) {
1159 intent.putExtra(PARAM_STORYBOARD_ITEM_ID, overlayId);
3635 final String overlayId = intent.getStringExtra(PARAM_STORYBOARD_ITEM_ID);
3640 videoProject.removeOverlay(mediaItemId, overlayId);
3645 listener.onOverlayRemoved(projectPath, overlayId, mediaItemId, ex);
3658 final String overlayId = intent.getStringExtra(PARAM_STORYBOARD_ITEM_ID);
3663 final MovieOverlay overlay = videoProject.getOverlay(mediaItemId, overlayId);
3675 listener.onOverlayStartTimeSet(projectPath, overlayId, mediaItemId,
3689 final String overlayId = intent.getStringExtra(PARAM_STORYBOARD_ITEM_ID);
3694 final MovieOverlay overlay = videoProject.getOverlay(mediaItemId, overlayId);
3706 listener.onOverlayDurationSet(projectPath, overlayId, mediaItemId,
3720 final String overlayId = intent.getStringExtra(PARAM_STORYBOARD_ITEM_ID);
3727 overlayId);
3736 listener.onOverlayUserAttributesSet(projectPath, overlayId, mediaItemId,