Searched defs:ifFalse (Results 1 - 3 of 3) sorted by path

/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
H A DExprModel.java184 public TernaryExpr ternary(Expr pred, Expr ifTrue, Expr ifFalse) { argument
185 return register(new TernaryExpr(pred, ifTrue, ifFalse));
H A DTernaryExpr.java30 TernaryExpr(Expr pred, Expr ifTrue, Expr ifFalse) { argument
31 super(pred, ifTrue, ifFalse);
68 final Expr ifFalse = getIfFalse();
70 return ifFalse.getResolvedType();
71 } else if (isNullLiteral(ifFalse)) {
113 ExecutionPath ifFalse = path.addBranch(getPred(), false);
114 if (ifFalse != null) {
115 result.addAll(getIfFalse().toExecutionPath(ifFalse));
139 final Expr ifFalse = getIfFalse().generateInverse(model, value, bindingClassName);
140 return model.ternary(pred, ifTrue, ifFalse);
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 49 milliseconds