Lines Matching refs:ConstraintReference

1996   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!);
2010 method public androidx.constraintlayout.core.state.ConstraintReference! bottomToTop(Object!);
2011 …method public androidx.constraintlayout.core.state.ConstraintReference! centerHorizontally(Object!…
2012 … method public androidx.constraintlayout.core.state.ConstraintReference! centerVertically(Object!);
2013 …method public androidx.constraintlayout.core.state.ConstraintReference! circularConstraint(Object!…
2014 method public androidx.constraintlayout.core.state.ConstraintReference! clear();
2015 method public androidx.constraintlayout.core.state.ConstraintReference! clearAll();
2016 method public androidx.constraintlayout.core.state.ConstraintReference! clearHorizontal();
2017 method public androidx.constraintlayout.core.state.ConstraintReference! clearVertical();
2019 method public androidx.constraintlayout.core.state.ConstraintReference! end();
2020 method public androidx.constraintlayout.core.state.ConstraintReference! endToEnd(Object!);
2021 method public androidx.constraintlayout.core.state.ConstraintReference! endToStart(Object!);
2044 …method public androidx.constraintlayout.core.state.ConstraintReference! height(androidx.constraint…
2045 method public androidx.constraintlayout.core.state.ConstraintReference! horizontalBias(float);
2046 method public androidx.constraintlayout.core.state.ConstraintReference! left();
2047 method public androidx.constraintlayout.core.state.ConstraintReference! leftToLeft(Object!);
2048 method public androidx.constraintlayout.core.state.ConstraintReference! leftToRight(Object!);
2049 method public androidx.constraintlayout.core.state.ConstraintReference! margin(int);
2050 method public androidx.constraintlayout.core.state.ConstraintReference! margin(Object!);
2051 method public androidx.constraintlayout.core.state.ConstraintReference! marginGone(int);
2052 method public androidx.constraintlayout.core.state.ConstraintReference! marginGone(Object!);
2053 method public androidx.constraintlayout.core.state.ConstraintReference! pivotX(float);
2054 method public androidx.constraintlayout.core.state.ConstraintReference! pivotY(float);
2055 method public androidx.constraintlayout.core.state.ConstraintReference! right();
2056 method public androidx.constraintlayout.core.state.ConstraintReference! rightToLeft(Object!);
2057 method public androidx.constraintlayout.core.state.ConstraintReference! rightToRight(Object!);
2058 method public androidx.constraintlayout.core.state.ConstraintReference! rotationX(float);
2059 method public androidx.constraintlayout.core.state.ConstraintReference! rotationY(float);
2060 method public androidx.constraintlayout.core.state.ConstraintReference! rotationZ(float);
2061 method public androidx.constraintlayout.core.state.ConstraintReference! scaleX(float);
2062 method public androidx.constraintlayout.core.state.ConstraintReference! scaleY(float);
2065 …method public androidx.constraintlayout.core.state.ConstraintReference! setHeight(androidx.constra…
2073 …method public androidx.constraintlayout.core.state.ConstraintReference! setWidth(androidx.constrai…
2074 method public androidx.constraintlayout.core.state.ConstraintReference! start();
2075 method public androidx.constraintlayout.core.state.ConstraintReference! startToEnd(Object!);
2076 method public androidx.constraintlayout.core.state.ConstraintReference! startToStart(Object!);
2077 method public androidx.constraintlayout.core.state.ConstraintReference! top();
2078 method public androidx.constraintlayout.core.state.ConstraintReference! topToBottom(Object!);
2079 method public androidx.constraintlayout.core.state.ConstraintReference! topToTop(Object!);
2080 method public androidx.constraintlayout.core.state.ConstraintReference! translationX(float);
2081 method public androidx.constraintlayout.core.state.ConstraintReference! translationY(float);
2082 method public androidx.constraintlayout.core.state.ConstraintReference! translationZ(float);
2084 method public androidx.constraintlayout.core.state.ConstraintReference! verticalBias(float);
2085 method public androidx.constraintlayout.core.state.ConstraintReference! visibility(int);
2086 …method public androidx.constraintlayout.core.state.ConstraintReference! width(androidx.constraintl…
2115 public static interface ConstraintReference.ConstraintReferenceFactory {
2116 …method public androidx.constraintlayout.core.state.ConstraintReference! create(androidx.constraint…
2203 …public class HelperReference extends androidx.constraintlayout.core.state.ConstraintReference impl…
2261 method public androidx.constraintlayout.core.state.ConstraintReference! constraints(Object!);
2263 …method public androidx.constraintlayout.core.state.ConstraintReference! createConstraintReference(…
2297 field public final androidx.constraintlayout.core.state.ConstraintReference! mParent;