HomeSort by relevance Sort by last modified time
    Searched defs:PARAM_OVERLAY_ID (Results 1 - 2 of 2) sorted by null

  /packages/apps/VideoEditor/src/com/android/videoeditor/
OverlayTitleTemplatePicker.java 32 public static final String PARAM_OVERLAY_ID = "overlay_id";
OverlayTitleEditor.java 40 public static final String PARAM_OVERLAY_ID = "overlay_id";
159 String overlayId = getIntent().getStringExtra(PARAM_OVERLAY_ID);
161 extras.putExtra(PARAM_OVERLAY_ID, overlayId);

Completed in 236 milliseconds