Home
last modified time | relevance | path

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

/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/processing/
DScope.java37 private static ThreadLocal<ScopeEntry> sScopeItems = new ThreadLocal<ScopeEntry>();
49 ScopeEntry peek = sScopeItems.get(); in enter()
50 ScopeEntry entry = new ScopeEntry(scopeProvider, peek); in enter()
55 ScopeEntry entry = sScopeItems.get(); in exit()
116 ScopeEntry top = sScopeItems.get(); in produceScopeLog()
143 ScopeEntry top = sScopeItems.get(); in createReport()
159 private static List<Location> findAbsoluteLocationFrom(ScopeEntry entry, in findAbsoluteLocationFrom()
179 private static boolean validatedContained(ScopeEntry parent, Location absLocation) { in validatedContained()
199 private static class ScopeEntry { class in Scope
203 ScopeEntry mParent;
[all …]