Searched refs:computeUniqueKey (Results 1 - 25 of 25) sorted by relevance

/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
H A DArgListExpr.java40 protected String computeUniqueKey() { method in class:ArgListExpr
41 return "ArgList[" + mId + "]" + super.computeUniqueKey();
H A DComparisonExpr.java33 protected String computeUniqueKey() { method in class:ComparisonExpr
34 return join(mOp, super.computeUniqueKey());
H A DInstanceOfExpr.java35 protected String computeUniqueKey() { method in class:InstanceOfExpr
36 return join("instanceof", super.computeUniqueKey(), mTypeStr);
H A DCastExpr.java48 protected String computeUniqueKey() { method in class:CastExpr
49 return join(mType, getCastExpr().computeUniqueKey());
H A DIdentifierExpr.java53 protected String computeUniqueKey() { method in class:IdentifierExpr
54 return join(mName, super.computeUniqueKey());
H A DListenerExpr.java79 protected String computeUniqueKey() { method in class:ListenerExpr
80 return join(getResolvedType().getCanonicalName(), getTarget().computeUniqueKey(), mName);
H A DBitShiftExpr.java33 protected String computeUniqueKey() { method in class:BitShiftExpr
H A DCallbackArgExpr.java76 protected String computeUniqueKey() { method in class:CallbackArgExpr
H A DMethodReferenceExpr.java37 protected String computeUniqueKey() { method in class:MethodReferenceExpr
H A DObservableFieldExpr.java37 protected String computeUniqueKey() { method in class:ObservableFieldExpr
H A DSymbolExpr.java47 protected String computeUniqueKey() { method in class:SymbolExpr
H A DTwoWayListenerExpr.java59 protected String computeUniqueKey() { method in class:TwoWayListenerExpr
H A DUnaryExpr.java38 protected String computeUniqueKey() { method in class:UnaryExpr
H A DTernaryExpr.java47 protected String computeUniqueKey() { method in class:TernaryExpr
48 return "?:" + super.computeUniqueKey();
H A DFieldAssignmentExpr.java40 protected String computeUniqueKey() { method in class:FieldAssignmentExpr
H A DBracketExpr.java93 protected String computeUniqueKey() { method in class:BracketExpr
94 final String targetKey = getTarget().computeUniqueKey();
95 return join(targetKey, "$", getArg().computeUniqueKey(), "$");
H A DMethodCallExpr.java182 protected String computeUniqueKey() { method in class:MethodCallExpr
183 return join(getTarget().computeUniqueKey(), mName,
184 super.computeUniqueKey());
H A DLambdaExpr.java76 protected String computeUniqueKey() { method in class:LambdaExpr
H A DResourceExpr.java127 protected String computeUniqueKey() { method in class:ResourceExpr
155 computeUniqueKey();
H A DMathExpr.java38 protected String computeUniqueKey() { method in class:MathExpr
H A DExpr.java426 mUniqueKey = computeUniqueKey();
428 "if there are no children, you must override computeUniqueKey");
430 "if there are no children, you must override computeUniqueKey");
435 protected String computeUniqueKey() { method in class:Expr
H A DFieldAccessExpr.java127 protected String computeUniqueKey() { method in class:FieldAccessExpr
/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/expr/
H A DExprTest.java54 protected String computeUniqueKey() { method in class:ExprTest.DummyExpr
55 return mKey + super.computeUniqueKey();
H A DExprModelTest.java73 protected String computeUniqueKey() { method in class:ExprModelTest.DummyExpr
74 return mKey + super.computeUniqueKey();
/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 1895 milliseconds