Searched defs:expressions (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tools/aapt2/
H A DBindingXmlPullParser.h73 std::vector<XmlPullParser::Attribute> expressions; member in struct:aapt::BindingXmlPullParser::Target
H A DBindingXmlPullParser.cpp70 std::vector<XmlPullParser::Attribute> expressions; local
83 expressions.push_back(XmlPullParser::Attribute{
95 // Check if we have any expressions.
96 if (!expressions.empty()) {
97 // We have expressions, so let's assign the target a tag number
104 std::move(expressions)
136 // Check for expressions of the form @{} in attribute text.
183 for (const XmlPullParser::Attribute& a : t.expressions) {
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
H A DExprModel.java57 * Used by code generation. Keeps the list of expressions that are waiting to be evaluated.
80 * Adds the expression to the list of expressions and returns it.
87 Preconditions.check(!mSealed, "Cannot add expressions to a model after it is sealed");
344 // non-dynamic binding expressions receive some ids so that they can be invalidated
345 L.d("list of binding expressions");
349 // we don't assign ids to constant binding expressions because now invalidateAll has its own
412 * Run updateExpr on each binding expression until no new expressions are added.
414 * Some expressions (e.g. field access) may replace themselves and add/remove new dependencies
597 public Expr argListExpr(Iterable<Expr> expressions) { argument
598 return register(new ArgListExpr(mArgListIdCounter ++, expressions));
[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 154 milliseconds