Home
last modified time | relevance | path

Searched defs:inverseMethods (Results 1 – 1 of 1) sorted by relevance

/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/store/
DSetterStore.java196 HashMap<String, InverseDescription> inverseMethods = mStore.inverseMethods.get(attribute); in addInverseMethod() local
843 HashMap<String, InverseDescription> inverseMethods = mStore.inverseMethods.get(attribute); in getBestGetter() local
1277 public final HashMap<String, HashMap<String, InverseDescription>> inverseMethods = field in SetterStore.IntermediateV2