Searched refs:MockLayoutBinder (Results 1 – 5 of 5) sorted by relevance
22 import android.databinding.tool.MockLayoutBinder;152 MockLayoutBinder lb = new MockLayoutBinder(); in testShouldRead()174 MockLayoutBinder lb = new MockLayoutBinder(); in testReadConstantTernary()199 MockLayoutBinder lb = new MockLayoutBinder(); in testTernaryWithPlus()254 MockLayoutBinder lb = new MockLayoutBinder(); in testTernaryInsideTernary()299 MockLayoutBinder lb = new MockLayoutBinder(); in testRequirementFlags()371 MockLayoutBinder lb = new MockLayoutBinder(); in testPostConditionalDependencies()451 MockLayoutBinder lb = new MockLayoutBinder(); in testCircularDependency()469 MockLayoutBinder lb = new MockLayoutBinder(); in testNestedCircularDependency()492 MockLayoutBinder lb = new MockLayoutBinder(); in testInterExprDependency()[all …]
19 import android.databinding.tool.MockLayoutBinder;58 MockLayoutBinder lb = new MockLayoutBinder(); in simpleExpr()
20 import android.databinding.tool.MockLayoutBinder;117 LayoutBinder lb = new MockLayoutBinder(); in testBasicInvalidationFlag()132 LayoutBinder lb = new MockLayoutBinder(); in testCannotBeInvalidated()
22 public class MockLayoutBinder extends LayoutBinder { class24 public MockLayoutBinder() { in MockLayoutBinder() method in MockLayoutBinder
38 MockLayoutBinder mLayoutBinder;42 mLayoutBinder = new MockLayoutBinder(); in setUp()