Home | History | Annotate | Download | only in writer

Lines Matching refs:tab

33                         tab("case ${firstVal.modulePackage}.R.layout.${firstVal.layoutname}:") {
36 tab("return new ${firstVal.`package`}.${firstVal.implementationName}(bindingComponent, new android.view.View[]{view});")
38 tab("return ${firstVal.`package`}.${firstVal.implementationName}.bind(view, bindingComponent);")
43 tab("final Object tag = view.getTag();")
44 tab("if(tag == null) throw new java.lang.RuntimeException(\"view must have a tag\");")
48 tab("return new ${it.`package`}.${it.implementationName}(bindingComponent, new android.view.View[]{view});")
50 tab("return new ${it.`package`}.${it.implementationName}(bindingComponent, view);")
54 tab("throw new java.lang.IllegalArgumentException(\"The tag for ${firstVal.layoutname} is invalid. Received: \" + tag);");
69 tab("return new ${firstVal.`package`}.${firstVal.implementationName}(bindingComponent, views);")
117 tab("\"_all\"")
119 tab(",\"${it.value}\"")