Searched defs:parentLocation (Results 1 - 1 of 1) sorted by relevance

/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
H A DLocation.java50 @XmlElement(name = "parentLocation")
51 public Location parentLocation; field in class:Location
103 ", parentLocation=" + parentLocation +
107 public void setParentLocation(Location parentLocation) { argument
108 this.parentLocation = parentLocation;
134 return !(parentLocation != null ? !parentLocation.equals(location.parentLocation)
[all...]

Completed in 98 milliseconds