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

/packages/apps/VideoEditor/src/com/android/videoeditor/service/
H A DApiService.java178 private static final int OP_OVERLAY_REMOVE = 401; field in class:ApiService
1094 intent.putExtra(PARAM_OP, OP_OVERLAY_REMOVE);
1428 case OP_OVERLAY_REMOVE:
2570 case OP_OVERLAY_REMOVE: {
2571 logd("OP_OVERLAY_REMOVE: " + intent.getStringExtra(PARAM_STORYBOARD_ITEM_ID));
3628 case OP_OVERLAY_REMOVE: {

Completed in 51 milliseconds