Home
last modified time | relevance | path

Searched refs:VIDEOS (Results 1 – 1 of 1) sorted by relevance

/external/doclava/src/com/google/doclava/
DSampleCode.java153 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