Searched refs:VIDEOS (Results 1 – 1 of 1) sorted by relevance
153 if (inList(path, IMAGES) || inList(path, VIDEOS) || inList(path, TEMPLATED)) { in setProjectStructure()225 } else if (inList(path, VIDEOS)) { in writeProjectDirectory()538 public static String[] VIDEOS = {".mp4", ".ogv", ".webm"}; field in SampleCode