Home
last modified time | relevance | path

Searched refs:ConstraintReference (Results 1 – 16 of 16) sorted by relevance

/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/state/
DConstraintReference.java34 public class ConstraintReference implements Reference { class
58 ConstraintReference create(State state); in create()
249 if (!(reference instanceof ConstraintReference)) { in get()
255 public ConstraintReference(State state) { in ConstraintReference() method in ConstraintReference
293 public ConstraintReference clearVertical() { in clearVertical()
301 public ConstraintReference clearHorizontal() { in clearHorizontal()
354 public ConstraintReference pivotX(float x) { in pivotX()
360 public ConstraintReference pivotY(float y) { in pivotY()
366 public ConstraintReference rotationX(float x) { in rotationX()
372 public ConstraintReference rotationY(float y) { in rotationY()
[all …]
DState.java58 public final ConstraintReference mParent = new ConstraintReference(this);
276 public ConstraintReference createConstraintReference(Object key) { in createConstraintReference()
277 return new ConstraintReference(this); in createConstraintReference()
317 public ConstraintReference constraints(Object key) { in constraints()
325 if (reference instanceof ConstraintReference) { in constraints()
326 return (ConstraintReference) reference; in constraints()
398 ConstraintReference reference = constraints(key); in guideline()
411 ConstraintReference reference = constraints(key); in barrier()
428 ConstraintReference reference = constraints(key); in getGrid()
449 ConstraintReference reference = constraints(key); in getFlow()
[all …]
DConstraintSetParser.java778 (ConstraintReference) chain, in parseChain()
949 ConstraintReference elementReference = in parseGridType()
1057 ConstraintReference reference = state.constraints(name); in parseGridType()
1334 ConstraintReference reference = state.constraints(flowName); in parseFlowType()
1359 ConstraintReference reference = state.constraints(guidelineId); in parseGuidelineParams()
1501 ConstraintReference elementReference = in parseBarrier()
1524 ConstraintReference reference = state.constraints(elementName); in parseWidget()
1541 ConstraintReference reference, in applyAttribute()
1558 ConstraintReference targetReference; in applyAttribute()
1683 ConstraintReference reference, in parseWidget()
[all …]
DHelperReference.java26 public class HelperReference extends ConstraintReference implements Facade {
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/state/helpers/
DVerticalChainReference.java21 import androidx.constraintlayout.core.state.ConstraintReference;
34 ConstraintReference first = null; in apply()
35 ConstraintReference previous = null; in apply()
37 ConstraintReference reference = mHelperState.constraints(key); in apply()
42 ConstraintReference reference = mHelperState.constraints(key); in apply()
DHorizontalChainReference.java21 import androidx.constraintlayout.core.state.ConstraintReference;
34 ConstraintReference first = null; in apply()
35 ConstraintReference previous = null; in apply()
37 ConstraintReference reference = mHelperState.constraints(key); in apply()
42 ConstraintReference reference = mHelperState.constraints(key); in apply()
DBarrierReference.java19 import androidx.constraintlayout.core.state.ConstraintReference;
40 public ConstraintReference margin(Object marginValue) { in margin()
47 public ConstraintReference margin(int value) { in margin()
DAlignHorizontallyReference.java19 import androidx.constraintlayout.core.state.ConstraintReference;
35 ConstraintReference reference = mHelperState.constraints(key); in apply()
DAlignVerticallyReference.java19 import androidx.constraintlayout.core.state.ConstraintReference;
35 ConstraintReference reference = mHelperState.constraints(key); in apply()
/constraintlayout/constraintlayout-core/api/
Dapi_lint.ignore270 GenericException: androidx.constraintlayout.core.state.ConstraintReference#validate():
412 InternalField: androidx.constraintlayout.core.state.ConstraintReference#mBottomToBottom:
414 InternalField: androidx.constraintlayout.core.state.ConstraintReference#mBottomToTop:
416 InternalField: androidx.constraintlayout.core.state.ConstraintReference#mEndToEnd:
418 InternalField: androidx.constraintlayout.core.state.ConstraintReference#mEndToStart:
420 InternalField: androidx.constraintlayout.core.state.ConstraintReference#mHorizontalBias:
422 InternalField: androidx.constraintlayout.core.state.ConstraintReference#mLeftToLeft:
424 InternalField: androidx.constraintlayout.core.state.ConstraintReference#mLeftToRight:
426 InternalField: androidx.constraintlayout.core.state.ConstraintReference#mMarginBottom:
428 InternalField: androidx.constraintlayout.core.state.ConstraintReference#mMarginBottomGone:
[all …]
D1.1.0-beta01.txt1996 public class ConstraintReference implements androidx.constraintlayout.core.state.Reference {
1997 ctor public ConstraintReference(androidx.constraintlayout.core.state.State!);
2000 method public androidx.constraintlayout.core.state.ConstraintReference! alpha(float);
2003 method public androidx.constraintlayout.core.state.ConstraintReference! baseline();
2004 …method public androidx.constraintlayout.core.state.ConstraintReference! baselineToBaseline(Object!…
2005 … method public androidx.constraintlayout.core.state.ConstraintReference! baselineToBottom(Object!);
2006 method public androidx.constraintlayout.core.state.ConstraintReference! baselineToTop(Object!);
2007 method public androidx.constraintlayout.core.state.ConstraintReference! bias(float);
2008 method public androidx.constraintlayout.core.state.ConstraintReference! bottom();
2009 method public androidx.constraintlayout.core.state.ConstraintReference! bottomToBottom(Object!);
[all …]
Drestricted_1.1.0-beta01.txt1996 public class ConstraintReference implements androidx.constraintlayout.core.state.Reference {
1997 ctor public ConstraintReference(androidx.constraintlayout.core.state.State!);
2000 method public androidx.constraintlayout.core.state.ConstraintReference! alpha(float);
2003 method public androidx.constraintlayout.core.state.ConstraintReference! baseline();
2004 …method public androidx.constraintlayout.core.state.ConstraintReference! baselineToBaseline(Object!…
2005 … method public androidx.constraintlayout.core.state.ConstraintReference! baselineToBottom(Object!);
2006 method public androidx.constraintlayout.core.state.ConstraintReference! baselineToTop(Object!);
2007 method public androidx.constraintlayout.core.state.ConstraintReference! bias(float);
2008 method public androidx.constraintlayout.core.state.ConstraintReference! bottom();
2009 method public androidx.constraintlayout.core.state.ConstraintReference! bottomToBottom(Object!);
[all …]
Drestricted_current.txt1996 public class ConstraintReference implements androidx.constraintlayout.core.state.Reference {
1997 ctor public ConstraintReference(androidx.constraintlayout.core.state.State!);
2000 method public androidx.constraintlayout.core.state.ConstraintReference! alpha(float);
2003 method public androidx.constraintlayout.core.state.ConstraintReference! baseline();
2004 …method public androidx.constraintlayout.core.state.ConstraintReference! baselineToBaseline(Object!…
2005 … method public androidx.constraintlayout.core.state.ConstraintReference! baselineToBottom(Object!);
2006 method public androidx.constraintlayout.core.state.ConstraintReference! baselineToTop(Object!);
2007 method public androidx.constraintlayout.core.state.ConstraintReference! bias(float);
2008 method public androidx.constraintlayout.core.state.ConstraintReference! bottom();
2009 method public androidx.constraintlayout.core.state.ConstraintReference! bottomToBottom(Object!);
[all …]
Dcurrent.txt1996 public class ConstraintReference implements androidx.constraintlayout.core.state.Reference {
1997 ctor public ConstraintReference(androidx.constraintlayout.core.state.State!);
2000 method public androidx.constraintlayout.core.state.ConstraintReference! alpha(float);
2003 method public androidx.constraintlayout.core.state.ConstraintReference! baseline();
2004 …method public androidx.constraintlayout.core.state.ConstraintReference! baselineToBaseline(Object!…
2005 … method public androidx.constraintlayout.core.state.ConstraintReference! baselineToBottom(Object!);
2006 method public androidx.constraintlayout.core.state.ConstraintReference! baselineToTop(Object!);
2007 method public androidx.constraintlayout.core.state.ConstraintReference! bias(float);
2008 method public androidx.constraintlayout.core.state.ConstraintReference! bottom();
2009 method public androidx.constraintlayout.core.state.ConstraintReference! bottomToBottom(Object!);
[all …]
/constraintlayout/constraintlayout-core/src/test/java/androidx/constraintlayout/core/cl/
DConstraintSetParserTest.java21 import androidx.constraintlayout.core.state.ConstraintReference;
53 ConstraintReference id1 = state.constraints("id1"); in testSimpleConstraintSet1()
/constraintlayout/constraintlayout-core/src/test/java/androidx/constraintlayout/core/
DComposeLayoutsTest.java21 import androidx.constraintlayout.core.state.ConstraintReference;
81 ConstraintReference parent = state.constraints(State.PARENT); in dividerMatchTextHeight_inWrapConstraintLayout_longText()