Home
last modified time | relevance | path

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

/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
DAsmAnalyzer.java121 String[] deriveFrom, String[] includeGlobs, String[] excludedGlobs, in AsmAnalyzer() argument
127 mExcludedGlobs = excludedGlobs != null ? excludedGlobs : new String[0]; in AsmAnalyzer()