Home
last modified time | relevance | path

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

/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
DAsmAnalyzer.java366 Map<String, ClassReader> outDeps) { in getVisitor() argument
367 return new DependencyVisitor(zipClasses, inKeep, outKeep, inDeps, outDeps); in getVisitor()
450 Map<String,ClassReader> outDeps) { in DependencyVisitor() argument
456 mOutDeps = outDeps; in DependencyVisitor()