Searched refs:lb (Results 1 – 6 of 6) sorted by relevance
145 MockLayoutBinder lb = new MockLayoutBinder(); in testShouldRead() local146 mExprModel = lb.getModel(); in testShouldRead()147 IdentifierExpr a = lb.addVariable("a", "java.lang.String", null); in testShouldRead()148 IdentifierExpr b = lb.addVariable("b", "java.lang.String", null); in testShouldRead()149 IdentifierExpr c = lb.addVariable("c", "java.lang.String", null); in testShouldRead()150 lb.parse("a == null ? b : c", false, null); in testShouldRead()152 lb.getModel().seal(); in testShouldRead()167 MockLayoutBinder lb = new MockLayoutBinder(); in testReadConstantTernary() local168 mExprModel = lb.getModel(); in testReadConstantTernary()169 IdentifierExpr a = lb.addVariable("a", "java.lang.String", null); in testReadConstantTernary()[all …]
107 LayoutBinder lb = new MockLayoutBinder(); in testBasicInvalidationFlag() local108 ExprModel model = lb.getModel(); in testBasicInvalidationFlag()122 LayoutBinder lb = new MockLayoutBinder(); in testCannotBeInvalidated() local123 ExprModel model = lb.getModel(); in testCannotBeInvalidated()
204 vec2 lb( bounds.left, bounds.bottom ); in transform() local209 lb = transform(lb); in transform()212 r.left = floorf(min(lt[0], rt[0], lb[0], rb[0]) + 0.5f); in transform()213 r.top = floorf(min(lt[1], rt[1], lb[1], rb[1]) + 0.5f); in transform()214 r.right = floorf(max(lt[0], rt[0], lb[0], rb[0]) + 0.5f); in transform()215 r.bottom = floorf(max(lt[1], rt[1], lb[1], rb[1]) + 0.5f); in transform()
1180 vec2 lb = vec2(win.left, win.bottom); local1186 lb = s.active.transform.transform(lb);1193 boundPoint(&lb, s.finalCrop);1200 position[1] = tr.transform(lb);
221 int32_t lb = u_getIntPropertyValue(c, UCHAR_LINE_BREAK); in wordStart() local224 if (!(lb == U_LB_OPEN_PUNCTUATION || lb == U_LB_QUOTATION)) { in wordStart()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...