Searched refs:NameTypeLocation (Results 1 - 2 of 2) sorted by relevance

/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
H A DResourceBundle.java131 Map<String, NameTypeLocation> variableTypes = validateAndMergeNameTypeLocations(
135 public List<? extends NameTypeLocation> get(LayoutFileBundle bundle) {
140 Map<String, NameTypeLocation> importTypes = validateAndMergeNameTypeLocations(
144 public List<NameTypeLocation> get(LayoutFileBundle bundle) {
153 for (Map.Entry<String, NameTypeLocation> variable : variableTypes.entrySet()) {
154 if (!NameTypeLocation.contains(bundle.mVariables, variable.getKey())) {
155 NameTypeLocation orig = variable.getValue();
161 for (Map.Entry<String, NameTypeLocation> userImport : importTypes.entrySet()) {
162 if (!NameTypeLocation.contains(bundle.mImports, userImport.getKey())) {
301 private Map<String, NameTypeLocation> validateAndMergeNameTypeLocation
657 public static class NameTypeLocation { class in class:ResourceBundle
667 public NameTypeLocation() { method in class:ResourceBundle.NameTypeLocation
670 public NameTypeLocation(String name, String type, Location location) { method in class:ResourceBundle.NameTypeLocation
[all...]
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
H A DLayoutBinder.java183 for (ResourceBundle.NameTypeLocation userImport : mBundle.getImports()) {

Completed in 287 milliseconds