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

  /packages/apps/VideoEditor/src/com/android/videoeditor/util/
FileUtils.java 78 * @param maskRawResourceId The mask raw resource id
82 public static String getMaskFilename(Context context, int maskRawResourceId)
85 switch (maskRawResourceId) {
107 is = context.getResources().openRawResource(maskRawResourceId);
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
ApiService.java 813 * @param maskRawResourceId The mask raw resource id
    [all...]

Completed in 46 milliseconds