Home | History | Annotate | Download | only in store

Lines Matching defs:viewType

246                     for (Map.Entry<String, String> viewType : viewTypes.entrySet()) {
247 BindingTargetBundle target = bundle.getBindingTargetById(viewType.getKey());
249 String include = includes.get(viewType.getKey());
251 bundle.createBindingTarget(viewType.getKey(), viewType.getValue(),
256 viewType.getKey(), null, false, null, null, null);
258 .setIncludedLayout(includes.get(viewType.getKey()));
259 bindingTargetBundle.setInterfaceType(viewType.getValue());
263 target.getFullClassName(), viewType.getValue());
264 target.setInterfaceType(viewType.getValue());