Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DIncludeFinder.java103 private Map<String, List<String>> mIncludedBy = null; field in IncludeFinder
170 List<String> result = mIncludedBy.get(mapKey); in getIncludedBy()
174 result = mIncludedBy.get(name); in getIncludedBy()
199 List<String> result = mIncludedBy.get(mapKey); in isIncluded()
203 result = mIncludedBy.get(name); in isIncluded()
213 return mIncludedBy.get(included); in getIncludedBy()
227 mIncludedBy = new HashMap<String, List<String>>(); in ensureInitialized()
395 mIncludedBy = new HashMap<String, List<String>>(2 * mIncludes.size()); in readSettings()
630 List<String> includers = mIncludedBy.get(includee); in setIncluded()
649 List<String> list = mIncludedBy.get(target); in setIncludedBy()
[all …]