Searched refs:justRead (Results 1 - 4 of 4) sorted by relevance

/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/expr/
H A DExprModelTest.java182 List<Expr> justRead = new ArrayList<Expr>();
183 justRead.add(a);
184 justRead.add(b);
185 first = filterOut(getReadFirst(shouldRead, justRead), justRead);
203 List<Expr> justRead = new ArrayList<Expr>();
204 justRead.add(user);
205 readNow = filterOut(getReadFirst(toRead, justRead), justRead);
207 justRead
995 getReadFirst(List<Expr> shouldRead, final List<Expr> justRead) argument
[all...]
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
H A DExpr.java452 public boolean considerElevatingConditionals(Expr justRead) { argument
455 if (dependency.isConditional() && dependency.getCondition() == justRead) {
615 public boolean shouldReadNow(final List<Expr> justRead) { argument
620 boolean dependencyReady = input.getOther().isRead() || (justRead != null &&
621 justRead.contains(input.getOther()));
/frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/
H A DLayoutBinderWriter.kt768 val justRead = arrayListOf<Expr>()
771 val readNow = batch.filter { it.shouldReadNow(justRead) }
776 nl(readWithDependants(readNow, justRead, batch, tmpDirtyFlags))
777 batch.removeAll(justRead)
856 fun readWithDependants(expressionList: List<Expr>, justRead: MutableList<Expr>,
893 justRead.add(expr)
962 dependant.shouldReadNow(justRead)
971 nl(readWithDependants(dependants, justRead, batch, tmpDirtyFlags, nextInheritedFlags))
/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 83 milliseconds