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

  /packages/apps/VideoEditor/src/com/android/videoeditor/
VideoEditorBaseActivity.java 657 getOverlayLayout().updateOverlayAttributes(mediaItemId, overlayId, userAttributes);
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
OverlayLinearLayout.java 562 public void updateOverlayAttributes(String mediaItemId, String overlayId,
566 Log.e(TAG, "updateOverlayAttributes: Media item not found: " + mediaItemId);
572 Log.e(TAG, "updateOverlayAttributes: Overlay not found: " + overlayId);
    [all...]

Completed in 49 milliseconds