A B C D E F G H I K L M N O P R S T U V W X Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- add(int, boolean) - Method in class androidx.constraintlayout.core.motion.utils.TypedBundle
- add(int, float) - Method in class androidx.constraintlayout.core.motion.utils.TypedBundle
- add(int, int) - Method in class androidx.constraintlayout.core.motion.utils.TypedBundle
- add(int, String) - Method in class androidx.constraintlayout.core.motion.utils.TypedBundle
- add(Constraint) - Method in class androidx.constraintlayout.core.dsl.ConstraintSet
- add(Helper) - Method in class androidx.constraintlayout.core.dsl.ConstraintSet
- add(Keys) - Method in class androidx.constraintlayout.core.dsl.KeyFrames
- add(CLElement) - Method in class androidx.constraintlayout.core.parser.CLContainer
- add(SolverVariable, float, boolean) - Method in class androidx.constraintlayout.core.ArrayLinkedVariables
-
Add value to an existing variable The code is broadly identical to the put() method, only differing in in-line deletion, and of course doing an add rather than a put
- add(SolverVariable, float, boolean) - Method in interface androidx.constraintlayout.core.ArrayRow.ArrayRowVariables
- add(SolverVariable, float, boolean) - Method in class androidx.constraintlayout.core.SolverVariableValues
- add(ConstraintWidget) - Method in class androidx.constraintlayout.core.widgets.analyzer.WidgetGroup
- add(ConstraintWidget) - Method in interface androidx.constraintlayout.core.widgets.Helper
- add(ConstraintWidget) - Method in class androidx.constraintlayout.core.widgets.HelperWidget
-
Add a widget to the helper
- add(ConstraintWidget) - Method in class androidx.constraintlayout.core.widgets.WidgetContainer
-
Add a child widget
- add(ConstraintWidget...) - Method in class androidx.constraintlayout.core.widgets.WidgetContainer
-
Add multiple child widgets.
- add(Object...) - Method in class androidx.constraintlayout.core.state.HelperReference
- addCentering(SolverVariable, SolverVariable, int, float, SolverVariable, SolverVariable, int, int) - Method in class androidx.constraintlayout.core.LinearSystem
-
Add an equation of the form (1 - bias) * (a - b) = bias * (c - d)
- addCenterPoint(ConstraintWidget, ConstraintWidget, float, int) - Method in class androidx.constraintlayout.core.LinearSystem
-
Add the equations constraining a widget center to another widget center, positioned on a circle, following an angle and radius
- addChainElement(String, float, float, float) - Method in class androidx.constraintlayout.core.state.helpers.ChainReference
- addChildrenToSolver(LinearSystem) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidgetContainer
-
Add this widget to the solver
- addChildrenToSolverByDependency(ConstraintWidgetContainer, LinearSystem, HashSet<ConstraintWidget>, int, boolean) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
- addConstraint(ArrayRow) - Method in class androidx.constraintlayout.core.LinearSystem
-
Add the equation to the system
- addConstraintSet(ConstraintSet) - Method in class androidx.constraintlayout.core.dsl.MotionScene
- addCustomColor(int, String, String, int) - Method in class androidx.constraintlayout.core.state.Transition
- addCustomColor(String, int) - Method in class androidx.constraintlayout.core.state.ConstraintReference
- addCustomColor(String, int) - Method in class androidx.constraintlayout.core.state.WidgetFrame
- addCustomFloat(int, String, String, float) - Method in class androidx.constraintlayout.core.state.Transition
- addCustomFloat(String, float) - Method in class androidx.constraintlayout.core.state.ConstraintReference
- addCustomFloat(String, float) - Method in class androidx.constraintlayout.core.state.WidgetFrame
- addCycleValues(HashMap<String, KeyCycleOscillator>) - Method in class androidx.constraintlayout.core.motion.key.MotionKeyCycle
- addDependency(Dependency) - Method in class androidx.constraintlayout.core.widgets.analyzer.DependencyNode
- addDependents(ArrayList<WidgetGroup>, int, WidgetGroup) - Method in class androidx.constraintlayout.core.widgets.HelperWidget
- addEquality(SolverVariable, int) - Method in class androidx.constraintlayout.core.LinearSystem
-
Add an equation of the form a = value
- addEquality(SolverVariable, SolverVariable, int, int) - Method in class androidx.constraintlayout.core.LinearSystem
-
Add an equation of the form a = b + margin
- addError(LinearSystem, int) - Method in class androidx.constraintlayout.core.ArrayRow
- addError(SolverVariable) - Method in class androidx.constraintlayout.core.ArrayRow
- addError(SolverVariable) - Method in class androidx.constraintlayout.core.GoalRow
- addError(SolverVariable) - Method in class androidx.constraintlayout.core.PriorityGoalRow
- addFlowElement(String, float, float, float) - Method in class androidx.constraintlayout.core.state.helpers.FlowReference
-
Relate widgets to the FlowReference
- addGreaterBarrier(SolverVariable, SolverVariable, int, boolean) - Method in class androidx.constraintlayout.core.LinearSystem
- addGreaterThan(SolverVariable, SolverVariable, int, int) - Method in class androidx.constraintlayout.core.LinearSystem
-
Add an equation of the form a >= b + margin
- addHorizontalWrapMaxVariable(ConstraintAnchor) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidgetContainer
- addHorizontalWrapMinVariable(ConstraintAnchor) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidgetContainer
- addIfNotNull(int, String) - Method in class androidx.constraintlayout.core.motion.utils.TypedBundle
- addIndent(StringBuilder, int) - Method in class androidx.constraintlayout.core.parser.CLElement
- additionalMeasures - Variable in class androidx.constraintlayout.core.Metrics
- addKey(MotionKey) - Method in class androidx.constraintlayout.core.motion.Motion
- addKeyAttribute(String, TypedBundle) - Method in class androidx.constraintlayout.core.state.Transition
- addKeyAttribute(String, TypedBundle, CustomVariable[]) - Method in class androidx.constraintlayout.core.state.Transition
-
Add a key attribute and the custom variables into the
- addKeyCycle(String, TypedBundle) - Method in class androidx.constraintlayout.core.state.Transition
- addKeyPosition(String, int, int, float, float) - Method in class androidx.constraintlayout.core.state.Transition
- addKeyPosition(String, TypedBundle) - Method in class androidx.constraintlayout.core.state.Transition
- addLowerBarrier(SolverVariable, SolverVariable, int, boolean) - Method in class androidx.constraintlayout.core.LinearSystem
- addLowerThan(SolverVariable, SolverVariable, int, int) - Method in class androidx.constraintlayout.core.LinearSystem
-
Add an equation of the form a <= b + margin
- addPoint(double, float) - Method in class androidx.constraintlayout.core.motion.utils.Oscillator
- addRatio(SolverVariable, SolverVariable, SolverVariable, SolverVariable, float, int) - Method in class androidx.constraintlayout.core.LinearSystem
- addReference(Ref) - Method in class androidx.constraintlayout.core.dsl.Barrier
-
Add a new reference
- addReference(Ref) - Method in class androidx.constraintlayout.core.dsl.Chain
-
Add a new reference
- addReference(String) - Method in class androidx.constraintlayout.core.dsl.Barrier
-
Add a new reference
- addReference(String) - Method in class androidx.constraintlayout.core.dsl.Chain
-
Add a new reference
- addStringToReferences(String, ArrayList<Ref>) - Static method in class androidx.constraintlayout.core.dsl.Ref
-
Add references in a String representation to a Ref ArrayList Used to add the Ref(s) property in the Config to references
- addSynonym(SolverVariable, SolverVariable, int) - Method in class androidx.constraintlayout.core.LinearSystem
- addTarget(DependencyNode, DependencyNode, int) - Method in class androidx.constraintlayout.core.widgets.analyzer.WidgetRun
- addTarget(DependencyNode, DependencyNode, int, DimensionDependency) - Method in class androidx.constraintlayout.core.widgets.analyzer.WidgetRun
- addTimeValues(HashMap<String, TimeCycleSplineSet>) - Method in class androidx.constraintlayout.core.motion.key.MotionKeyTimeCycle
- addToRow(ArrayRow) - Method in class androidx.constraintlayout.core.SolverVariable
- addToSolver(LinearSystem, boolean) - Method in class androidx.constraintlayout.core.widgets.Barrier
-
Add this widget to the solver
- addToSolver(LinearSystem, boolean) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Add this widget to the solver
- addToSolver(LinearSystem, boolean) - Method in class androidx.constraintlayout.core.widgets.Flow
-
Add this widget to the solver
- addToSolver(LinearSystem, boolean) - Method in class androidx.constraintlayout.core.widgets.Guideline
- addToSolver(LinearSystem, boolean) - Method in class androidx.constraintlayout.core.widgets.Placeholder
- addTransition(Transition) - Method in class androidx.constraintlayout.core.dsl.MotionScene
- addValues(HashMap<String, SplineSet>) - Method in class androidx.constraintlayout.core.motion.key.MotionKey
-
Defines method to add a a view to splines derived form this key frame.
- addValues(HashMap<String, SplineSet>) - Method in class androidx.constraintlayout.core.motion.key.MotionKeyAttributes
- addValues(HashMap<String, SplineSet>) - Method in class androidx.constraintlayout.core.motion.key.MotionKeyCycle
- addValues(HashMap<String, SplineSet>) - Method in class androidx.constraintlayout.core.motion.key.MotionKeyPosition
- addValues(HashMap<String, SplineSet>) - Method in class androidx.constraintlayout.core.motion.key.MotionKeyTimeCycle
- addValues(HashMap<String, SplineSet>) - Method in class androidx.constraintlayout.core.motion.key.MotionKeyTrigger
- ALIGN_HORIZONTALLY - androidx.constraintlayout.core.state.State.Helper
- ALIGN_VERTICALLY - androidx.constraintlayout.core.state.State.Helper
- ALIGNED - androidx.constraintlayout.core.state.State.Wrap
- AlignHorizontallyReference - Class in androidx.constraintlayout.core.state.helpers
- AlignHorizontallyReference(State) - Constructor for class androidx.constraintlayout.core.state.helpers.AlignHorizontallyReference
- AlignVerticallyReference - Class in androidx.constraintlayout.core.state.helpers
- AlignVerticallyReference(State) - Constructor for class androidx.constraintlayout.core.state.helpers.AlignVerticallyReference
- allocate(char[]) - Static method in class androidx.constraintlayout.core.parser.CLArray
- allocate(char[]) - Static method in class androidx.constraintlayout.core.parser.CLContainer
- allocate(char[]) - Static method in class androidx.constraintlayout.core.parser.CLKey
- allocate(char[]) - Static method in class androidx.constraintlayout.core.parser.CLNumber
- allocate(char[]) - Static method in class androidx.constraintlayout.core.parser.CLObject
-
Allocate a CLObject around an array of chars
- allocate(char[]) - Static method in class androidx.constraintlayout.core.parser.CLString
- allocate(char[]) - Static method in class androidx.constraintlayout.core.parser.CLToken
- allocate(String, CLElement) - Static method in class androidx.constraintlayout.core.parser.CLKey
- allowedInBarrier() - Method in class androidx.constraintlayout.core.widgets.Barrier
- allowedInBarrier() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Returns true if this widget should be used in a barrier
- allowedInBarrier() - Method in class androidx.constraintlayout.core.widgets.Guideline
- allowsGoneWidget() - Method in class androidx.constraintlayout.core.widgets.Barrier
-
Deprecated.This method should be called
getAllowsGoneWidgetsuch thatallowsGoneWidgetcan be accessed as a property from Kotlin; {@see https://android.github .io/kotlin-guides/interop.html#property-prefixes}. UseBarrier.getAllowsGoneWidget()instead. - allSolved() - Method in class androidx.constraintlayout.core.widgets.Barrier
- alpha - Variable in class androidx.constraintlayout.core.motion.MotionWidget.PropertySet
- alpha - Variable in class androidx.constraintlayout.core.state.WidgetFrame
- alpha(float) - Method in class androidx.constraintlayout.core.state.ConstraintReference
- ALPHA - Static variable in class androidx.constraintlayout.core.motion.key.MotionKey
- ANCHOR_BASELINE - Static variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- ANCHOR_BOTTOM - Static variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- ANCHOR_LEFT - Static variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- ANCHOR_RIGHT - Static variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- ANCHOR_TOP - Static variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- androidx.constraintlayout.core - package androidx.constraintlayout.core
- androidx.constraintlayout.core.dsl - package androidx.constraintlayout.core.dsl
- androidx.constraintlayout.core.motion - package androidx.constraintlayout.core.motion
- androidx.constraintlayout.core.motion.key - package androidx.constraintlayout.core.motion.key
- androidx.constraintlayout.core.motion.parse - package androidx.constraintlayout.core.motion.parse
- androidx.constraintlayout.core.motion.utils - package androidx.constraintlayout.core.motion.utils
- androidx.constraintlayout.core.parser - package androidx.constraintlayout.core.parser
- androidx.constraintlayout.core.state - package androidx.constraintlayout.core.state
- androidx.constraintlayout.core.state.helpers - package androidx.constraintlayout.core.state.helpers
- androidx.constraintlayout.core.utils - package androidx.constraintlayout.core.utils
- androidx.constraintlayout.core.widgets - package androidx.constraintlayout.core.widgets
- androidx.constraintlayout.core.widgets.analyzer - package androidx.constraintlayout.core.widgets.analyzer
- ANTICLOCKWISE - androidx.constraintlayout.core.dsl.OnSwipe.Drag
- append(int, CustomAttribute) - Method in class androidx.constraintlayout.core.motion.utils.KeyFrameArray.CustomArray
- append(int, CustomVariable) - Method in class androidx.constraintlayout.core.motion.utils.KeyFrameArray.CustomVar
- append(StringBuilder, String, float) - Method in class androidx.constraintlayout.core.dsl.Constraint
- append(StringBuilder, String, float) - Method in class androidx.constraintlayout.core.dsl.Keys
- append(StringBuilder, String, float[]) - Method in class androidx.constraintlayout.core.dsl.Keys
- append(StringBuilder, String, int) - Method in class androidx.constraintlayout.core.dsl.Keys
- append(StringBuilder, String, String) - Method in class androidx.constraintlayout.core.dsl.Keys
- append(StringBuilder, String, String[]) - Method in class androidx.constraintlayout.core.dsl.Keys
- append(Map<String, String>, StringBuilder) - Method in class androidx.constraintlayout.core.dsl.Helper
- apply() - Method in class androidx.constraintlayout.core.state.ConstraintReference
- apply() - Method in class androidx.constraintlayout.core.state.HelperReference
- apply() - Method in class androidx.constraintlayout.core.state.helpers.AlignHorizontallyReference
- apply() - Method in class androidx.constraintlayout.core.state.helpers.AlignVerticallyReference
- apply() - Method in class androidx.constraintlayout.core.state.helpers.BarrierReference
- apply() - Method in interface androidx.constraintlayout.core.state.helpers.Facade
- apply() - Method in class androidx.constraintlayout.core.state.helpers.FlowReference
- apply() - Method in class androidx.constraintlayout.core.state.helpers.GuidelineReference
- apply() - Method in class androidx.constraintlayout.core.state.helpers.HorizontalChainReference
- apply() - Method in class androidx.constraintlayout.core.state.helpers.VerticalChainReference
- apply() - Method in interface androidx.constraintlayout.core.state.Reference
- apply() - Method in class androidx.constraintlayout.core.widgets.analyzer.WidgetGroup
- apply(State, ConstraintWidget, int) - Method in class androidx.constraintlayout.core.state.Dimension
-
Apply the dimension to the given constraint widget
- apply(ConstraintWidgetContainer) - Method in class androidx.constraintlayout.core.state.State
- applyBase() - Method in class androidx.constraintlayout.core.state.HelperReference
-
Allows the derived classes to invoke the apply method in the ConstraintReference
- applyChainConstraints(ConstraintWidgetContainer, LinearSystem, ArrayList<ConstraintWidget>, int) - Static method in class androidx.constraintlayout.core.widgets.Chain
-
Apply specific rules for dealing with chains of widgets.
- applyDelta(TypedBundle) - Method in class androidx.constraintlayout.core.motion.utils.TypedBundle
- applyDelta(TypedValues) - Method in class androidx.constraintlayout.core.motion.utils.TypedBundle
- applyParameters(MotionWidget) - Method in class androidx.constraintlayout.core.motion.MotionPaths
- applyRtl(boolean) - Method in class androidx.constraintlayout.core.widgets.VirtualLayout
- applyToWidget() - Method in class androidx.constraintlayout.core.widgets.analyzer.ChainRun
- applyToWidget() - Method in class androidx.constraintlayout.core.widgets.analyzer.HorizontalWidgetRun
- applyToWidget() - Method in class androidx.constraintlayout.core.widgets.analyzer.VerticalWidgetRun
- applyToWidget(MotionWidget) - Method in class androidx.constraintlayout.core.motion.CustomVariable
- applyTransform(float, float, int, int, float[]) - Method in class androidx.constraintlayout.core.motion.utils.VelocityMatrix
-
Apply the transform a velocity vector
- applyWidgetConstraints() - Method in class androidx.constraintlayout.core.state.ConstraintReference
-
apply all the constraints attributes of the mConstraintWidget
- approxLength(HyperSpline.Cubic[]) - Method in class androidx.constraintlayout.core.motion.utils.HyperSpline
- ARC_START_FLIP - Static variable in class androidx.constraintlayout.core.motion.utils.ArcCurveFit
- ARC_START_HORIZONTAL - Static variable in class androidx.constraintlayout.core.motion.utils.ArcCurveFit
- ARC_START_LINEAR - Static variable in class androidx.constraintlayout.core.motion.utils.ArcCurveFit
- ARC_START_VERTICAL - Static variable in class androidx.constraintlayout.core.motion.utils.ArcCurveFit
- ArcCurveFit - Class in androidx.constraintlayout.core.motion.utils
-
This provides provides a curve fit system that stitches the x,y path together with quarter ellipses
- ArcCurveFit(int[], double[], double[][]) - Constructor for class androidx.constraintlayout.core.motion.utils.ArcCurveFit
- ARRAY_ROW_CREATION - Static variable in class androidx.constraintlayout.core.LinearSystem
- ArrayLinkedVariables - Class in androidx.constraintlayout.core
-
Store a set of variables and their values in an array-based linked list.
- ArrayRow - Class in androidx.constraintlayout.core
- ArrayRow() - Constructor for class androidx.constraintlayout.core.ArrayRow
- ArrayRow(Cache) - Constructor for class androidx.constraintlayout.core.ArrayRow
- ArrayRow.ArrayRowVariables - Interface in androidx.constraintlayout.core
- AT_MOST - Static variable in class androidx.constraintlayout.core.widgets.analyzer.BasicMeasure
- attributesToString(StringBuilder) - Method in class androidx.constraintlayout.core.dsl.KeyAttribute
- attributesToString(StringBuilder) - Method in class androidx.constraintlayout.core.dsl.KeyAttributes
- attributesToString(StringBuilder) - Method in class androidx.constraintlayout.core.dsl.KeyCycle
- attributesToString(StringBuilder) - Method in class androidx.constraintlayout.core.dsl.KeyCycles
- AUTOCOMPLETE - androidx.constraintlayout.core.dsl.OnSwipe.TouchUp
- AUTOCOMPLETE_MODE - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.OnSwipe
- AUTOCOMPLETE_MODE_ENUM - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.OnSwipe
B
- barrier(Object, State.Direction) - Method in class androidx.constraintlayout.core.state.State
- Barrier - Class in androidx.constraintlayout.core.dsl
- Barrier - Class in androidx.constraintlayout.core.widgets
-
A Barrier takes multiple widgets
- Barrier() - Constructor for class androidx.constraintlayout.core.widgets.Barrier
- Barrier(String) - Constructor for class androidx.constraintlayout.core.dsl.Barrier
- Barrier(String) - Constructor for class androidx.constraintlayout.core.widgets.Barrier
- Barrier(String, String) - Constructor for class androidx.constraintlayout.core.dsl.Barrier
- BARRIER - androidx.constraintlayout.core.dsl.Helper.Type
- BARRIER - androidx.constraintlayout.core.state.State.Helper
- BarrierReference - Class in androidx.constraintlayout.core.state.helpers
- BarrierReference(State) - Constructor for class androidx.constraintlayout.core.state.helpers.BarrierReference
- baseline - Variable in class androidx.constraintlayout.core.widgets.analyzer.VerticalWidgetRun
- baseline() - Method in class androidx.constraintlayout.core.state.ConstraintReference
- BASELINE - androidx.constraintlayout.core.dsl.Constraint.Side
- BASELINE - androidx.constraintlayout.core.dsl.Constraint.VSide
- BASELINE - androidx.constraintlayout.core.widgets.ConstraintAnchor.Type
- BASELINE_TO_BASELINE - androidx.constraintlayout.core.state.State.Constraint
- BASELINE_TO_BOTTOM - androidx.constraintlayout.core.state.State.Constraint
- BASELINE_TO_TOP - androidx.constraintlayout.core.state.State.Constraint
- baselineNeededFor(Object) - Method in class androidx.constraintlayout.core.state.State
-
Baseline is needed for this object
- baselineToBaseline(Object) - Method in class androidx.constraintlayout.core.state.ConstraintReference
- baselineToBottom(Object) - Method in class androidx.constraintlayout.core.state.ConstraintReference
- baselineToTop(Object) - Method in class androidx.constraintlayout.core.state.ConstraintReference
- BasicMeasure - Class in androidx.constraintlayout.core.widgets.analyzer
-
Implements basic measure for linear resolution
- BasicMeasure(ConstraintWidgetContainer) - Constructor for class androidx.constraintlayout.core.widgets.analyzer.BasicMeasure
- BasicMeasure.Measure - Class in androidx.constraintlayout.core.widgets.analyzer
- BasicMeasure.Measurer - Interface in androidx.constraintlayout.core.widgets.analyzer
- bfs - Variable in class androidx.constraintlayout.core.Metrics
- bias(float) - Method in class androidx.constraintlayout.core.state.ConstraintReference
- bias(float) - Method in class androidx.constraintlayout.core.state.helpers.ChainReference
- BOOLEAN_MASK - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues
- BOOLEAN_TYPE - androidx.constraintlayout.core.motion.CustomAttribute.AttributeType
- BOTH - Static variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- bottom - Variable in class androidx.constraintlayout.core.motion.utils.FloatRect
- bottom - Variable in class androidx.constraintlayout.core.motion.utils.Rect
- bottom - Variable in class androidx.constraintlayout.core.motion.utils.ViewState
- bottom - Variable in class androidx.constraintlayout.core.state.WidgetFrame
- bottom() - Method in class androidx.constraintlayout.core.state.ConstraintReference
- BOTTOM - androidx.constraintlayout.core.dsl.Constraint.Side
- BOTTOM - androidx.constraintlayout.core.dsl.Constraint.VSide
- BOTTOM - androidx.constraintlayout.core.dsl.OnSwipe.Side
- BOTTOM - androidx.constraintlayout.core.state.State.Direction
- BOTTOM - androidx.constraintlayout.core.widgets.ConstraintAnchor.Type
- BOTTOM - Static variable in class androidx.constraintlayout.core.widgets.Barrier
- BOTTOM_TO_BOTTOM - androidx.constraintlayout.core.state.State.Constraint
- BOTTOM_TO_TOP - androidx.constraintlayout.core.state.State.Constraint
- bottomOfWidget(int) - Method in class androidx.constraintlayout.core.utils.GridEngine
-
Get the boxView for the widget i to add a constraint on the bottom
- bottomToBottom(Object) - Method in class androidx.constraintlayout.core.state.ConstraintReference
- bottomToTop(Object) - Method in class androidx.constraintlayout.core.state.ConstraintReference
- BOUNCE - Static variable in class androidx.constraintlayout.core.motion.utils.Oscillator
- BOUNCE_BOTH - androidx.constraintlayout.core.dsl.OnSwipe.Boundary
- BOUNCE_END - androidx.constraintlayout.core.dsl.OnSwipe.Boundary
- BOUNCE_START - androidx.constraintlayout.core.dsl.OnSwipe.Boundary
- build(StringBuilder) - Method in class androidx.constraintlayout.core.dsl.Chain.Anchor
- build(StringBuilder) - Method in class androidx.constraintlayout.core.dsl.Constraint.Anchor
- buildGraph() - Method in class androidx.constraintlayout.core.widgets.analyzer.DependencyGraph
- buildGraph(ArrayList<WidgetRun>) - Method in class androidx.constraintlayout.core.widgets.analyzer.DependencyGraph
- buildKeyFrames(float[], int[], int[]) - Method in class androidx.constraintlayout.core.motion.Motion
- buildPath(float[], int) - Method in class androidx.constraintlayout.core.motion.Motion
-
fill the array point with the center coordinates point[0] is filled with the x coordinate of "time" 0.0 mPoints[point.length-1] is filled with the y coordinate of "time" 1.0
- buildRect(float, float[], int) - Method in class androidx.constraintlayout.core.motion.Motion
- buildWave(String) - Static method in class androidx.constraintlayout.core.motion.utils.MonotonicCurveFit
-
This builds a monotonic spline to be used as a wave function
C
- Cache - Class in androidx.constraintlayout.core
-
Cache for common objects
- Cache() - Constructor for class androidx.constraintlayout.core.Cache
- calcStagger() - Method in class androidx.constraintlayout.core.state.Transition
- calcWave(float) - Method in class androidx.constraintlayout.core.motion.utils.TimeCycleSplineSet
- captureWidgets() - Method in class androidx.constraintlayout.core.widgets.VirtualLayout
- CARTESIAN - androidx.constraintlayout.core.dsl.KeyPosition.Type
- CARTESIAN - androidx.constraintlayout.core.dsl.KeyPositions.Type
- CARTESIAN - Static variable in class androidx.constraintlayout.core.motion.MotionPaths
- CENTER - androidx.constraintlayout.core.widgets.ConstraintAnchor.Type
- CENTER_HORIZONTALLY - androidx.constraintlayout.core.state.State.Constraint
- CENTER_VERTICALLY - androidx.constraintlayout.core.state.State.Constraint
- CENTER_X - androidx.constraintlayout.core.widgets.ConstraintAnchor.Type
- CENTER_Y - androidx.constraintlayout.core.widgets.ConstraintAnchor.Type
- centerHorizontally(Object) - Method in class androidx.constraintlayout.core.state.ConstraintReference
- centerHorizontally(Object...) - Method in class androidx.constraintlayout.core.state.State
- centerVertically(Object) - Method in class androidx.constraintlayout.core.state.ConstraintReference
- centerVertically(Object...) - Method in class androidx.constraintlayout.core.state.State
- centerX() - Method in class androidx.constraintlayout.core.motion.utils.FloatRect
- centerX() - Method in class androidx.constraintlayout.core.state.WidgetFrame
- centerY() - Method in class androidx.constraintlayout.core.motion.utils.FloatRect
- centerY() - Method in class androidx.constraintlayout.core.state.WidgetFrame
- Chain - Class in androidx.constraintlayout.core.dsl
- Chain - Class in androidx.constraintlayout.core.widgets
-
Chain management and constraints creation
- Chain() - Constructor for class androidx.constraintlayout.core.widgets.Chain
- Chain(String) - Constructor for class androidx.constraintlayout.core.dsl.Chain
- CHAIN - androidx.constraintlayout.core.state.State.Wrap
- CHAIN_PACKED - Static variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- CHAIN_SPREAD - Static variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- CHAIN_SPREAD_INSIDE - Static variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- Chain.Anchor - Class in androidx.constraintlayout.core.dsl
- Chain.Style - Enum in androidx.constraintlayout.core.dsl
- ChainHead - Class in androidx.constraintlayout.core.widgets
-
Class to represent a chain by its main elements.
- ChainHead(ConstraintWidget, int, boolean) - Constructor for class androidx.constraintlayout.core.widgets.ChainHead
-
Initialize variables, then determine visible widgets, the head of chain and matched constraint widgets.
- chainMap - Static variable in enum androidx.constraintlayout.core.state.State.Chain
- ChainReference - Class in androidx.constraintlayout.core.state.helpers
- ChainReference(State, State.Helper) - Constructor for class androidx.constraintlayout.core.state.helpers.ChainReference
- ChainRun - Class in androidx.constraintlayout.core.widgets.analyzer
- ChainRun(ConstraintWidget, int) - Constructor for class androidx.constraintlayout.core.widgets.analyzer.ChainRun
- CIRCULAR_CONSTRAINT - androidx.constraintlayout.core.state.State.Constraint
- circularConstraint(Object, float, float) - Method in class androidx.constraintlayout.core.state.ConstraintReference
- CLArray - Class in androidx.constraintlayout.core.parser
- CLArray(char[]) - Constructor for class androidx.constraintlayout.core.parser.CLArray
- CLContainer - Class in androidx.constraintlayout.core.parser
- CLContainer(char[]) - Constructor for class androidx.constraintlayout.core.parser.CLContainer
- cleanup(ArrayList<WidgetGroup>) - Method in class androidx.constraintlayout.core.widgets.analyzer.WidgetGroup
- clear() - Method in class androidx.constraintlayout.core.ArrayLinkedVariables
-
Clear the list of variables
- clear() - Method in interface androidx.constraintlayout.core.ArrayRow.ArrayRowVariables
- clear() - Method in class androidx.constraintlayout.core.ArrayRow
- clear() - Method in class androidx.constraintlayout.core.motion.utils.KeyFrameArray.CustomArray
- clear() - Method in class androidx.constraintlayout.core.motion.utils.KeyFrameArray.CustomVar
- clear() - Method in class androidx.constraintlayout.core.motion.utils.TypedBundle
- clear() - Method in class androidx.constraintlayout.core.motion.utils.VelocityMatrix
- clear() - Method in class androidx.constraintlayout.core.parser.CLContainer
- clear() - Method in class androidx.constraintlayout.core.PriorityGoalRow
- clear() - Method in class androidx.constraintlayout.core.SolverVariableValues
- clear() - Method in class androidx.constraintlayout.core.state.ConstraintReference
- clear() - Method in class androidx.constraintlayout.core.state.Transition
- clear() - Method in class androidx.constraintlayout.core.widgets.analyzer.DependencyNode
- clear() - Method in class androidx.constraintlayout.core.widgets.analyzer.WidgetGroup
- clearAll() - Method in class androidx.constraintlayout.core.state.ConstraintReference
-
Clears all constraints.
- clearHorizontal() - Method in class androidx.constraintlayout.core.state.ConstraintReference
- clearVertical() - Method in class androidx.constraintlayout.core.state.ConstraintReference
- CLElement - Class in androidx.constraintlayout.core.parser
- CLElement(char[]) - Constructor for class androidx.constraintlayout.core.parser.CLElement
- CLKey - Class in androidx.constraintlayout.core.parser
- CLKey(char[]) - Constructor for class androidx.constraintlayout.core.parser.CLKey
- CLNumber - Class in androidx.constraintlayout.core.parser
- CLNumber(char[]) - Constructor for class androidx.constraintlayout.core.parser.CLNumber
- CLNumber(float) - Constructor for class androidx.constraintlayout.core.parser.CLNumber
- CLObject - Class in androidx.constraintlayout.core.parser
- CLObject(char[]) - Constructor for class androidx.constraintlayout.core.parser.CLObject
- CLOCKWISE - androidx.constraintlayout.core.dsl.OnSwipe.Drag
- clone() - Method in class androidx.constraintlayout.core.motion.key.MotionKey
- clone() - Method in class androidx.constraintlayout.core.motion.key.MotionKeyAttributes
- clone() - Method in class androidx.constraintlayout.core.motion.key.MotionKeyCycle
- clone() - Method in class androidx.constraintlayout.core.motion.key.MotionKeyPosition
- clone() - Method in class androidx.constraintlayout.core.motion.key.MotionKeyTimeCycle
- clone() - Method in class androidx.constraintlayout.core.motion.key.MotionKeyTrigger
- CLParser - Class in androidx.constraintlayout.core.parser
- CLParser(String) - Constructor for class androidx.constraintlayout.core.parser.CLParser
- CLParsingException - Exception in androidx.constraintlayout.core.parser
- CLParsingException(String, CLElement) - Constructor for exception androidx.constraintlayout.core.parser.CLParsingException
- CLString - Class in androidx.constraintlayout.core.parser
- CLString(char[]) - Constructor for class androidx.constraintlayout.core.parser.CLString
- CLToken - Class in androidx.constraintlayout.core.parser
- CLToken(char[]) - Constructor for class androidx.constraintlayout.core.parser.CLToken
- COLOR_DRAWABLE_TYPE - androidx.constraintlayout.core.motion.CustomAttribute.AttributeType
- COLOR_TYPE - androidx.constraintlayout.core.motion.CustomAttribute.AttributeType
- colorString(int) - Static method in class androidx.constraintlayout.core.motion.CustomVariable
- compareTo(MotionPaths) - Method in class androidx.constraintlayout.core.motion.MotionPaths
- compareTo(SolverVariable) - Method in class androidx.constraintlayout.core.SolverVariable
- computedValue - Variable in class androidx.constraintlayout.core.SolverVariable
- conditionallyFire(float, MotionWidget) - Method in class androidx.constraintlayout.core.motion.key.MotionKeyTrigger
- config - Variable in class androidx.constraintlayout.core.dsl.Helper
- config(float, float, float) - Method in class androidx.constraintlayout.core.motion.utils.StopLogicEngine.Decelerate
-
Configure simple deceleration controller
- config(float, float, float, float, float, float) - Method in class androidx.constraintlayout.core.motion.utils.StopLogicEngine
- configMap - Variable in class androidx.constraintlayout.core.dsl.Helper
- configureRelativeTo(Motion) - Method in class androidx.constraintlayout.core.motion.MotionPaths
- connect(ConstraintAnchor.Type, ConstraintWidget, ConstraintAnchor.Type) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Connect a given anchor of this widget to another anchor of a target widget
- connect(ConstraintAnchor.Type, ConstraintWidget, ConstraintAnchor.Type, int) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Connect a given anchor of this widget to another anchor of a target widget
- connect(ConstraintAnchor, int) - Method in class androidx.constraintlayout.core.widgets.ConstraintAnchor
-
Connects this anchor to another one.
- connect(ConstraintAnchor, int, int, boolean) - Method in class androidx.constraintlayout.core.widgets.ConstraintAnchor
-
Connects this anchor to another one.
- connect(ConstraintAnchor, ConstraintAnchor, int) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Connect the given anchors together (the from anchor should be owned by this widget)
- connectCircularConstraint(ConstraintWidget, float, int) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Set a circular constraint
- CONSTANT - androidx.constraintlayout.core.SolverVariable.Type
-
The variable is actually not a variable :) , but a constant number
- CONSTANT - Static variable in class androidx.constraintlayout.core.motion.utils.CurveFit
- Constraint - Class in androidx.constraintlayout.core.dsl
-
Provides the API for creating a Constraint Object for use in the Core ConstraintLayout & MotionLayout system
- Constraint(String) - Constructor for class androidx.constraintlayout.core.dsl.Constraint
- Constraint.Anchor - Class in androidx.constraintlayout.core.dsl
- Constraint.Behaviour - Enum in androidx.constraintlayout.core.dsl
- Constraint.ChainMode - Enum in androidx.constraintlayout.core.dsl
- Constraint.HAnchor - Class in androidx.constraintlayout.core.dsl
- Constraint.HSide - Enum in androidx.constraintlayout.core.dsl
- Constraint.Side - Enum in androidx.constraintlayout.core.dsl
- Constraint.VAnchor - Class in androidx.constraintlayout.core.dsl
- Constraint.VSide - Enum in androidx.constraintlayout.core.dsl
- ConstraintAnchor - Class in androidx.constraintlayout.core.widgets
-
Model a constraint relation.
- ConstraintAnchor(ConstraintWidget, ConstraintAnchor.Type) - Constructor for class androidx.constraintlayout.core.widgets.ConstraintAnchor
-
Constructor
- ConstraintAnchor.Type - Enum in androidx.constraintlayout.core.widgets
-
Define the type of anchor
- ConstraintReference - Class in androidx.constraintlayout.core.state
- ConstraintReference(State) - Constructor for class androidx.constraintlayout.core.state.ConstraintReference
- ConstraintReference.ConstraintReferenceFactory - Interface in androidx.constraintlayout.core.state
- constraints - Variable in class androidx.constraintlayout.core.Metrics
- constraints(Object) - Method in class androidx.constraintlayout.core.state.State
- ConstraintSet - Class in androidx.constraintlayout.core.dsl
-
Provides the API for creating a ConstraintSet Object for use in the Core ConstraintLayout & MotionLayout system
- ConstraintSet(String) - Constructor for class androidx.constraintlayout.core.dsl.ConstraintSet
- ConstraintSetParser - Class in androidx.constraintlayout.core.state
- ConstraintSetParser() - Constructor for class androidx.constraintlayout.core.state.ConstraintSetParser
- ConstraintSetParser.DesignElement - Class in androidx.constraintlayout.core.state
- ConstraintSetParser.LayoutVariables - Class in androidx.constraintlayout.core.state
-
Provide the storage for managing Variables in the system.
- ConstraintSetParser.MotionLayoutDebugFlags - Enum in androidx.constraintlayout.core.state
- ConstraintWidget - Class in androidx.constraintlayout.core.widgets
-
Implements a constraint Widget model supporting constraints relations between other widgets.
- ConstraintWidget() - Constructor for class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Default constructor
- ConstraintWidget(int, int) - Constructor for class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Constructor
- ConstraintWidget(int, int, int, int) - Constructor for class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Constructor
- ConstraintWidget(String) - Constructor for class androidx.constraintlayout.core.widgets.ConstraintWidget
- ConstraintWidget(String, int, int) - Constructor for class androidx.constraintlayout.core.widgets.ConstraintWidget
- ConstraintWidget(String, int, int, int, int) - Constructor for class androidx.constraintlayout.core.widgets.ConstraintWidget
- ConstraintWidget.DimensionBehaviour - Enum in androidx.constraintlayout.core.widgets
-
Define how the widget will resize
- ConstraintWidgetContainer - Class in androidx.constraintlayout.core.widgets
-
A container of ConstraintWidget that can layout its children
- ConstraintWidgetContainer() - Constructor for class androidx.constraintlayout.core.widgets.ConstraintWidgetContainer
-
Default constructor
- ConstraintWidgetContainer(int, int) - Constructor for class androidx.constraintlayout.core.widgets.ConstraintWidgetContainer
-
Constructor
- ConstraintWidgetContainer(int, int, int, int) - Constructor for class androidx.constraintlayout.core.widgets.ConstraintWidgetContainer
-
Constructor
- ConstraintWidgetContainer(String, int, int) - Constructor for class androidx.constraintlayout.core.widgets.ConstraintWidgetContainer
- contains(int, int) - Method in class androidx.constraintlayout.core.widgets.Rectangle
- contains(SolverVariable) - Method in class androidx.constraintlayout.core.ArrayLinkedVariables
-
Returns true if the variable is contained in the list
- contains(SolverVariable) - Method in interface androidx.constraintlayout.core.ArrayRow.ArrayRowVariables
- contains(SolverVariable) - Method in class androidx.constraintlayout.core.SolverVariableValues
- contains(String) - Method in class androidx.constraintlayout.core.state.Transition
- contains(HashSet<ConstraintWidget>) - Method in class androidx.constraintlayout.core.widgets.VirtualLayout
- content() - Method in class androidx.constraintlayout.core.parser.CLElement
- convertConfigToMap() - Method in class androidx.constraintlayout.core.dsl.Helper
- convertDimension(Object) - Method in class androidx.constraintlayout.core.state.State
-
Implements a conversion function for values, returning int.
- convertStringArrayToString(String[]) - Method in class androidx.constraintlayout.core.dsl.Constraint
-
convert a String array into a String representation
- copy() - Method in class androidx.constraintlayout.core.motion.CustomVariable
- copy(Metrics) - Method in class androidx.constraintlayout.core.Metrics
-
Copy the values from and existing Metrics class
- copy(MotionKey) - Method in class androidx.constraintlayout.core.motion.key.MotionKey
- copy(MotionKey) - Method in class androidx.constraintlayout.core.motion.key.MotionKeyPosition
- copy(MotionKey) - Method in class androidx.constraintlayout.core.motion.key.MotionKeyTimeCycle
- copy(MotionKey) - Method in class androidx.constraintlayout.core.motion.key.MotionKeyTrigger
- copy(ConstraintWidget, HashMap<ConstraintWidget, ConstraintWidget>) - Method in class androidx.constraintlayout.core.widgets.Barrier
- copy(ConstraintWidget, HashMap<ConstraintWidget, ConstraintWidget>) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
- copy(ConstraintWidget, HashMap<ConstraintWidget, ConstraintWidget>) - Method in class androidx.constraintlayout.core.widgets.Flow
- copy(ConstraintWidget, HashMap<ConstraintWidget, ConstraintWidget>) - Method in class androidx.constraintlayout.core.widgets.Guideline
- copy(ConstraintWidget, HashMap<ConstraintWidget, ConstraintWidget>) - Method in class androidx.constraintlayout.core.widgets.HelperWidget
- copyFrom(ConstraintAnchor, HashMap<ConstraintWidget, ConstraintWidget>) - Method in class androidx.constraintlayout.core.widgets.ConstraintAnchor
- CoreMotionScene - Interface in androidx.constraintlayout.core.state
-
This defines the interface to motionScene functionality
- CorePixelDp - Interface in androidx.constraintlayout.core.state
- COS - androidx.constraintlayout.core.dsl.KeyCycle.Wave
- COS - androidx.constraintlayout.core.dsl.KeyCycles.Wave
- COS_WAVE - Static variable in class androidx.constraintlayout.core.motion.utils.Oscillator
- create(State) - Method in interface androidx.constraintlayout.core.state.ConstraintReference.ConstraintReferenceFactory
- createConstraintReference(Object) - Method in class androidx.constraintlayout.core.state.State
-
Create a new reference given a key.
- createConstraintWidget() - Method in class androidx.constraintlayout.core.state.ConstraintReference
- createErrorVariable(int, String) - Method in class androidx.constraintlayout.core.LinearSystem
- createExtraVariable() - Method in class androidx.constraintlayout.core.LinearSystem
- createFixed(int) - Static method in class androidx.constraintlayout.core.state.Dimension
- createFixed(Object) - Static method in class androidx.constraintlayout.core.state.Dimension
- createObjectVariable(Object) - Method in class androidx.constraintlayout.core.LinearSystem
- createObjectVariables(LinearSystem) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Create all the system variables for this widget
- createParent() - Static method in class androidx.constraintlayout.core.state.Dimension
- createPercent(Object, float) - Static method in class androidx.constraintlayout.core.state.Dimension
- createRatio(String) - Static method in class androidx.constraintlayout.core.state.Dimension
- createRow() - Method in class androidx.constraintlayout.core.LinearSystem
- createRowDimensionPercent(LinearSystem, SolverVariable, SolverVariable, float) - Static method in class androidx.constraintlayout.core.LinearSystem
-
Create a constraint to express A = C * percent
- createRowDimensionRatio(SolverVariable, SolverVariable, SolverVariable, SolverVariable, float) - Method in class androidx.constraintlayout.core.ArrayRow
-
Create a constraint to express
A = B + (C - D)* ratio We use this for ratio, where for exampleRight = Left + (Bottom - Top) * percent - createRowEqualDimension(float, float, float, SolverVariable, int, SolverVariable, int, SolverVariable, int, SolverVariable, int) - Method in class androidx.constraintlayout.core.ArrayRow
- createRowEqualMatchDimensions(float, float, float, SolverVariable, SolverVariable, SolverVariable, SolverVariable) - Method in class androidx.constraintlayout.core.ArrayRow
- createRowEquals(SolverVariable, int) - Method in class androidx.constraintlayout.core.ArrayRow
- createRowEquals(SolverVariable, SolverVariable, int) - Method in class androidx.constraintlayout.core.ArrayRow
- createRowGreaterThan(SolverVariable, int, SolverVariable) - Method in class androidx.constraintlayout.core.ArrayRow
- createRowGreaterThan(SolverVariable, SolverVariable, SolverVariable, int) - Method in class androidx.constraintlayout.core.ArrayRow
- createRowLowerThan(SolverVariable, SolverVariable, SolverVariable, int) - Method in class androidx.constraintlayout.core.ArrayRow
- createRowWithAngle(SolverVariable, SolverVariable, SolverVariable, SolverVariable, float) - Method in class androidx.constraintlayout.core.ArrayRow
-
Create a constraint to express At + (Ab-At)/2 = Bt + (Bb-Bt)/2 - angle
- createSlackVariable() - Method in class androidx.constraintlayout.core.LinearSystem
- createSpread() - Static method in class androidx.constraintlayout.core.state.Dimension
- createSuggested(int) - Static method in class androidx.constraintlayout.core.state.Dimension
- createSuggested(Object) - Static method in class androidx.constraintlayout.core.state.Dimension
- createWrap() - Static method in class androidx.constraintlayout.core.state.Dimension
- CROSS - Static variable in class androidx.constraintlayout.core.motion.key.MotionKeyTrigger
- CROSS - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.TriggerType
- Cubic(double, double, double, double) - Constructor for class androidx.constraintlayout.core.motion.utils.HyperSpline.Cubic
- currentContent(String) - Method in class androidx.constraintlayout.core.state.Registry
- currentLayoutInformation() - Method in interface androidx.constraintlayout.core.state.RegistryCallback
- currentLayoutInformation(String) - Method in class androidx.constraintlayout.core.state.Registry
- currentMotionScene() - Method in interface androidx.constraintlayout.core.state.RegistryCallback
- CURVE_OFFSET - Static variable in class androidx.constraintlayout.core.motion.utils.TimeCycleSplineSet
- CURVE_PERIOD - Static variable in class androidx.constraintlayout.core.motion.utils.TimeCycleSplineSet
- CURVE_VALUE - Static variable in class androidx.constraintlayout.core.motion.utils.TimeCycleSplineSet
- CurveFit - Class in androidx.constraintlayout.core.motion.utils
-
Base class for curve fitting / interpolation Curve fits must be capable of being differentiable and extend beyond the points (extrapolate)
- CurveFit() - Constructor for class androidx.constraintlayout.core.motion.utils.CurveFit
- CUSTOM - Static variable in class androidx.constraintlayout.core.motion.key.MotionKey
- CUSTOM - Static variable in class androidx.constraintlayout.core.motion.utils.Oscillator
- CustomArray() - Constructor for class androidx.constraintlayout.core.motion.utils.KeyFrameArray.CustomArray
- CustomAttribute - Class in androidx.constraintlayout.core.motion
-
Defines non standard Attributes
- CustomAttribute(CustomAttribute, Object) - Constructor for class androidx.constraintlayout.core.motion.CustomAttribute
- CustomAttribute(String, CustomAttribute.AttributeType) - Constructor for class androidx.constraintlayout.core.motion.CustomAttribute
- CustomAttribute(String, CustomAttribute.AttributeType, Object, boolean) - Constructor for class androidx.constraintlayout.core.motion.CustomAttribute
- CustomAttribute.AttributeType - Enum in androidx.constraintlayout.core.motion
- CustomSet(String, KeyFrameArray.CustomArray) - Constructor for class androidx.constraintlayout.core.motion.utils.SplineSet.CustomSet
- CustomSet(String, KeyFrameArray.CustomArray) - Constructor for class androidx.constraintlayout.core.motion.utils.TimeCycleSplineSet.CustomSet
- CustomSpline(String, KeyFrameArray.CustomVar) - Constructor for class androidx.constraintlayout.core.motion.utils.SplineSet.CustomSpline
- CustomVar() - Constructor for class androidx.constraintlayout.core.motion.utils.KeyFrameArray.CustomVar
- CustomVariable - Class in androidx.constraintlayout.core.motion
-
Defines non standard Attributes
- CustomVariable(CustomVariable) - Constructor for class androidx.constraintlayout.core.motion.CustomVariable
- CustomVariable(CustomVariable, Object) - Constructor for class androidx.constraintlayout.core.motion.CustomVariable
- CustomVariable(String, int) - Constructor for class androidx.constraintlayout.core.motion.CustomVariable
- CustomVariable(String, int, boolean) - Constructor for class androidx.constraintlayout.core.motion.CustomVariable
- CustomVariable(String, int, float) - Constructor for class androidx.constraintlayout.core.motion.CustomVariable
- CustomVariable(String, int, int) - Constructor for class androidx.constraintlayout.core.motion.CustomVariable
- CustomVariable(String, int, Object) - Constructor for class androidx.constraintlayout.core.motion.CustomVariable
- CustomVariable(String, int, String) - Constructor for class androidx.constraintlayout.core.motion.CustomVariable
- CustomVarSet(String, KeyFrameArray.CustomVar) - Constructor for class androidx.constraintlayout.core.motion.utils.TimeCycleSplineSet.CustomVarSet
- cyclePosition() - Method in class androidx.constraintlayout.core.widgets.Guideline
D
- debug(String, float) - Method in class androidx.constraintlayout.core.motion.utils.SpringStopEngine
- debug(String, float) - Method in interface androidx.constraintlayout.core.motion.utils.StopEngine
- debug(String, float) - Method in class androidx.constraintlayout.core.motion.utils.StopLogicEngine
-
Debugging logic to log the state.
- debug(String, float) - Method in class androidx.constraintlayout.core.motion.utils.StopLogicEngine.Decelerate
- DEBUG - Static variable in class androidx.constraintlayout.core.LinearSystem
- DEBUG - Static variable in class androidx.constraintlayout.core.motion.MotionPaths
- Decelerate() - Constructor for class androidx.constraintlayout.core.motion.utils.StopLogicEngine.Decelerate
- DECELERATE - androidx.constraintlayout.core.dsl.OnSwipe.TouchUp
- DECELERATE_COMPLETE - androidx.constraintlayout.core.dsl.OnSwipe.TouchUp
- DEFAULT_BIAS - Static variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- define() - Method in class androidx.constraintlayout.core.widgets.ChainHead
- defineTerminalWidgets() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidgetContainer
- defineTerminalWidgets(ConstraintWidget.DimensionBehaviour, ConstraintWidget.DimensionBehaviour) - Method in class androidx.constraintlayout.core.widgets.analyzer.DependencyGraph
-
Find and mark terminal widgets (trailing widgets) -- they are the only ones we need to care for wrap_content checks
- delegateToWidgetRun - Variable in class androidx.constraintlayout.core.widgets.analyzer.DependencyNode
- Dependency - Interface in androidx.constraintlayout.core.widgets.analyzer
- DependencyGraph - Class in androidx.constraintlayout.core.widgets.analyzer
- DependencyGraph(ConstraintWidgetContainer) - Constructor for class androidx.constraintlayout.core.widgets.analyzer.DependencyGraph
- DependencyNode - Class in androidx.constraintlayout.core.widgets.analyzer
- DependencyNode(WidgetRun) - Constructor for class androidx.constraintlayout.core.widgets.analyzer.DependencyNode
- determineGroups - Variable in class androidx.constraintlayout.core.Metrics
- didMeasures() - Method in interface androidx.constraintlayout.core.widgets.analyzer.BasicMeasure.Measurer
- diff(CustomAttribute) - Method in class androidx.constraintlayout.core.motion.CustomAttribute
-
test if the two attributes are different
- diff(CustomVariable) - Method in class androidx.constraintlayout.core.motion.CustomVariable
-
test if the two attributes are different
- DifferentialInterpolator - Interface in androidx.constraintlayout.core.motion.utils
- Dimension - Class in androidx.constraintlayout.core.state
-
Represents a dimension (width or height) of a constrained widget
- DIMENSION_TYPE - androidx.constraintlayout.core.motion.CustomAttribute.AttributeType
- Dimension.Type - Enum in androidx.constraintlayout.core.state
- Direct - Class in androidx.constraintlayout.core.widgets.analyzer
-
Direct resolution engine This walks through the graph of dependencies and infer final position.
- Direct() - Constructor for class androidx.constraintlayout.core.widgets.analyzer.Direct
- DIRECT - Static variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- directMapping() - Method in class androidx.constraintlayout.core.state.State
- directMeasure(boolean) - Method in class androidx.constraintlayout.core.widgets.analyzer.DependencyGraph
-
Try to measure the layout by solving the graph of constraints directly
- directMeasure(boolean) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidgetContainer
- directMeasureSetup(boolean) - Method in class androidx.constraintlayout.core.widgets.analyzer.DependencyGraph
- directMeasureSetup(boolean) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidgetContainer
- directMeasureWithOrientation(boolean, int) - Method in class androidx.constraintlayout.core.widgets.analyzer.DependencyGraph
- directMeasureWithOrientation(boolean, int) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidgetContainer
- display() - Method in class androidx.constraintlayout.core.ArrayLinkedVariables
-
print out the variables and their values
- display() - Method in interface androidx.constraintlayout.core.ArrayRow.ArrayRowVariables
- display() - Method in class androidx.constraintlayout.core.SolverVariableValues
- displayReadableRows() - Method in class androidx.constraintlayout.core.LinearSystem
- displayVariablesReadableRows() - Method in class androidx.constraintlayout.core.LinearSystem
- divideByAmount(float) - Method in class androidx.constraintlayout.core.ArrayLinkedVariables
-
Divide the values of all the variables in the list by the given amount
- divideByAmount(float) - Method in interface androidx.constraintlayout.core.ArrayRow.ArrayRowVariables
- divideByAmount(float) - Method in class androidx.constraintlayout.core.SolverVariableValues
- DOWN - androidx.constraintlayout.core.dsl.OnSwipe.Drag
- DRAG_DIRECTION - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.OnSwipe
- DRAG_SCALE - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.OnSwipe
- DRAG_THRESHOLD - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.OnSwipe
- dragToProgress(float, int, int, float, float) - Method in class androidx.constraintlayout.core.state.Transition
-
Converts from xy drag to progress This should be used till touch up
- DRAW_PATH_AS_CONFIGURED - Static variable in class androidx.constraintlayout.core.motion.Motion
- DRAW_PATH_BASIC - Static variable in class androidx.constraintlayout.core.motion.Motion
- DRAW_PATH_CARTESIAN - Static variable in class androidx.constraintlayout.core.motion.Motion
- DRAW_PATH_NONE - Static variable in class androidx.constraintlayout.core.motion.Motion
- DRAW_PATH_RECTANGLE - Static variable in class androidx.constraintlayout.core.motion.Motion
- DRAW_PATH_RELATIVE - Static variable in class androidx.constraintlayout.core.motion.Motion
- DRAW_PATH_SCREEN - Static variable in class androidx.constraintlayout.core.motion.Motion
- dump() - Method in class androidx.constraintlayout.core.motion.key.MotionKeyCycle
- dump() - Method in class androidx.constraintlayout.core.motion.utils.KeyFrameArray.CustomArray
- dump() - Method in class androidx.constraintlayout.core.motion.utils.KeyFrameArray.CustomVar
E
- Easing - Class in androidx.constraintlayout.core.motion.utils
-
Provide the engine for cubic spline easing
- Easing() - Constructor for class androidx.constraintlayout.core.motion.utils.Easing
- ELEVATION - Static variable in class androidx.constraintlayout.core.motion.key.MotionKey
- enabled(int, int) - Static method in class androidx.constraintlayout.core.widgets.Optimizer
- end - Variable in class androidx.constraintlayout.core.widgets.analyzer.WidgetRun
- end() - Method in class androidx.constraintlayout.core.state.ConstraintReference
- end(Object) - Method in class androidx.constraintlayout.core.state.helpers.GuidelineReference
- END - androidx.constraintlayout.core.dsl.Constraint.HSide
- END - androidx.constraintlayout.core.dsl.Constraint.Side
- END - androidx.constraintlayout.core.dsl.OnSwipe.Drag
- END - androidx.constraintlayout.core.dsl.OnSwipe.Side
- END - androidx.constraintlayout.core.state.State.Direction
- END - Static variable in class androidx.constraintlayout.core.state.Transition
- END_TO_END - androidx.constraintlayout.core.state.State.Constraint
- END_TO_START - androidx.constraintlayout.core.state.State.Constraint
- endToEnd(Object) - Method in class androidx.constraintlayout.core.state.ConstraintReference
- endToStart(Object) - Method in class androidx.constraintlayout.core.state.ConstraintReference
- ensureMeasureRequested() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
- ensureWidgetRuns() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
- equalsFixedValue(int) - Method in class androidx.constraintlayout.core.state.Dimension
-
Returns true if the dimension is a fixed dimension of the same given value
- ERROR - androidx.constraintlayout.core.SolverVariable.Type
-
The variable is restricted to positive values and represents an error
- errors - Variable in class androidx.constraintlayout.core.Metrics
- eval(double) - Method in class androidx.constraintlayout.core.motion.utils.HyperSpline.Cubic
- EXACTLY - Static variable in class androidx.constraintlayout.core.widgets.analyzer.BasicMeasure
- extravariables - Variable in class androidx.constraintlayout.core.Metrics
F
- Facade - Interface in androidx.constraintlayout.core.state.helpers
- FILL_PARENT - Static variable in class androidx.constraintlayout.core.motion.MotionWidget
- fillKeyPositions(WidgetFrame, float[], float[], float[]) - Method in class androidx.constraintlayout.core.state.Transition
- fillMetrics(Metrics) - Method in class androidx.constraintlayout.core.LinearSystem
- fillMetrics(Metrics) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidgetContainer
- findDependents(int, ArrayList<WidgetGroup>, WidgetGroup) - Method in class androidx.constraintlayout.core.widgets.ConstraintAnchor
- findDependents(ConstraintWidget, int, ArrayList<WidgetGroup>, WidgetGroup) - Static method in class androidx.constraintlayout.core.widgets.analyzer.Grouping
- findGroupInDependents(int) - Method in class androidx.constraintlayout.core.widgets.HelperWidget
- findNextPosition(String, int) - Method in class androidx.constraintlayout.core.state.Transition
- findPreviousPosition(String, int) - Method in class androidx.constraintlayout.core.state.Transition
- findViewById(int) - Method in class androidx.constraintlayout.core.motion.MotionWidget
- fixed(int) - Method in class androidx.constraintlayout.core.state.Dimension
- fixed(Object) - Method in class androidx.constraintlayout.core.state.Dimension
- FIXED - androidx.constraintlayout.core.state.Dimension.Type
- FIXED - androidx.constraintlayout.core.widgets.ConstraintWidget.DimensionBehaviour
- FIXED - Static variable in class androidx.constraintlayout.core.widgets.analyzer.BasicMeasure
- FIXED_DIMENSION - Static variable in class androidx.constraintlayout.core.state.Dimension
- FLAG_DISABLE_POST_SCROLL - Static variable in class androidx.constraintlayout.core.dsl.OnSwipe
- FLAG_DISABLE_SCROLL - Static variable in class androidx.constraintlayout.core.dsl.OnSwipe
- FLOAT_MASK - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues
- FLOAT_TYPE - androidx.constraintlayout.core.motion.CustomAttribute.AttributeType
- FloatRect - Class in androidx.constraintlayout.core.motion.utils
- FloatRect() - Constructor for class androidx.constraintlayout.core.motion.utils.FloatRect
- Flow - Class in androidx.constraintlayout.core.widgets
-
Implements the Flow virtual layout.
- Flow() - Constructor for class androidx.constraintlayout.core.widgets.Flow
- FLOW - androidx.constraintlayout.core.state.State.Helper
- FlowReference - Class in androidx.constraintlayout.core.state.helpers
-
The FlowReference class can be used to store the relevant properties of a Flow Helper when parsing the Flow Helper information in a JSON representation.
- FlowReference(State, State.Helper) - Constructor for class androidx.constraintlayout.core.state.helpers.FlowReference
- frame - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- FULL_DEBUG - Static variable in class androidx.constraintlayout.core.LinearSystem
- fullySolved - Variable in class androidx.constraintlayout.core.Metrics
G
- get(double) - Method in class androidx.constraintlayout.core.motion.utils.Easing
- get(double) - Method in class androidx.constraintlayout.core.motion.utils.Schlick
- get(double) - Method in class androidx.constraintlayout.core.motion.utils.StepCurve
- get(float) - Method in class androidx.constraintlayout.core.motion.utils.KeyCycleOscillator
- get(float) - Method in class androidx.constraintlayout.core.motion.utils.SplineSet
- get(int) - Method in class androidx.constraintlayout.core.parser.CLContainer
- get(int, double[], double[][]) - Static method in class androidx.constraintlayout.core.motion.utils.CurveFit
- get(SolverVariable) - Method in class androidx.constraintlayout.core.ArrayLinkedVariables
-
Return the value of a variable, 0 if not found
- get(SolverVariable) - Method in interface androidx.constraintlayout.core.ArrayRow.ArrayRowVariables
- get(SolverVariable) - Method in class androidx.constraintlayout.core.SolverVariableValues
- get(String) - Method in class androidx.constraintlayout.core.parser.CLContainer
- getAcceleration() - Method in class androidx.constraintlayout.core.motion.utils.SpringStopEngine
- getAllowsGoneWidget() - Method in class androidx.constraintlayout.core.widgets.Barrier
-
Find if this barrier supports gone widgets.
- getAlpha() - Method in class androidx.constraintlayout.core.dsl.KeyAttribute
- getAlpha() - Method in class androidx.constraintlayout.core.dsl.KeyAttributes
- getAlpha() - Method in class androidx.constraintlayout.core.motion.MotionWidget
- getAlpha() - Method in class androidx.constraintlayout.core.state.ConstraintReference
- getAnchor() - Method in class androidx.constraintlayout.core.widgets.Guideline
- getAnchor(ConstraintAnchor.Type) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Given a type of anchor, returns the corresponding anchor.
- getAnchor(ConstraintAnchor.Type) - Method in class androidx.constraintlayout.core.widgets.Guideline
- getAnchors() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Return the array of anchors of this widget
- getAnimateRelativeTo() - Method in class androidx.constraintlayout.core.motion.Motion
-
Will return the id of the view to move relative to The position at the start and then end will be viewed relative to this view -1 is the return value if NOT in polar mode
- getArc(int[], double[], double[][]) - Static method in class androidx.constraintlayout.core.motion.utils.CurveFit
- getArray(int) - Method in class androidx.constraintlayout.core.parser.CLContainer
- getArray(String) - Method in class androidx.constraintlayout.core.parser.CLContainer
- getArrayOrCreate(String) - Method in class androidx.constraintlayout.core.parser.CLContainer
- getArrayOrNull(String) - Method in class androidx.constraintlayout.core.parser.CLContainer
- getAttributeNames(HashSet<String>) - Method in class androidx.constraintlayout.core.motion.key.MotionKey
- getAttributeNames(HashSet<String>) - Method in class androidx.constraintlayout.core.motion.key.MotionKeyAttributes
- getAttributeNames(HashSet<String>) - Method in class androidx.constraintlayout.core.motion.key.MotionKeyCycle
- getAttributeNames(HashSet<String>) - Method in class androidx.constraintlayout.core.motion.key.MotionKeyPosition
- getAttributeNames(HashSet<String>) - Method in class androidx.constraintlayout.core.motion.key.MotionKeyTimeCycle
- getAttributeNames(HashSet<String>) - Method in class androidx.constraintlayout.core.motion.key.MotionKeyTrigger
- getAutoCompleteMode() - Method in class androidx.constraintlayout.core.dsl.OnSwipe
- getAutoTransition() - Method in class androidx.constraintlayout.core.state.Transition
-
This gets the auto transition mode being used
- getBarrierType() - Method in class androidx.constraintlayout.core.widgets.Barrier
- getBaseline() - Method in class androidx.constraintlayout.core.dsl.Constraint
-
get baseline anchor
- getBaseline() - Method in class androidx.constraintlayout.core.dsl.VChain
-
Get the baseline anchor
- getBaselineDistance() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Return the baseline distance relative to the top of the widget
- getBias() - Method in class androidx.constraintlayout.core.state.helpers.ChainReference
- getBiasPercent(int) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Return the percentage bias that is used when two opposite connections exist of the same strength in a particular orientation.
- getBoolean() - Method in class androidx.constraintlayout.core.parser.CLToken
- getBoolean(int) - Method in class androidx.constraintlayout.core.parser.CLContainer
- getBoolean(String) - Method in class androidx.constraintlayout.core.parser.CLContainer
- getBooleanValue() - Method in class androidx.constraintlayout.core.motion.CustomVariable
- getBottom() - Method in class androidx.constraintlayout.core.dsl.Constraint
-
get bottom anchor
- getBottom() - Method in class androidx.constraintlayout.core.dsl.VChain
-
Get the bottom anchor
- getBottom() - Method in class androidx.constraintlayout.core.motion.MotionWidget
- getBottom() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Return the bottom position of the widget
- getCache() - Method in class androidx.constraintlayout.core.LinearSystem
- getCenter(double, float[], float[]) - Method in class androidx.constraintlayout.core.motion.Motion
- getCenterX() - Method in class androidx.constraintlayout.core.motion.Motion
- getCenterX() - Method in class androidx.constraintlayout.core.widgets.Rectangle
- getCenterY() - Method in class androidx.constraintlayout.core.motion.Motion
- getCenterY() - Method in class androidx.constraintlayout.core.widgets.Rectangle
- getChainByString(String) - Static method in enum androidx.constraintlayout.core.state.State.Chain
-
Get the actual int value with a String
- getChainByString(String) - Static method in enum androidx.constraintlayout.core.state.State.Wrap
-
Get the Enum value with a String
- getChildren() - Method in class androidx.constraintlayout.core.widgets.WidgetContainer
-
Access the children
- getCircleAngle() - Method in class androidx.constraintlayout.core.dsl.Constraint
-
get circleAngle
- getCircleConstraint() - Method in class androidx.constraintlayout.core.dsl.Constraint
-
get circleConstraint
- getCircleRadius() - Method in class androidx.constraintlayout.core.dsl.Constraint
-
get circleRadius
- getColorValue() - Method in class androidx.constraintlayout.core.motion.CustomVariable
- getCompanionWidget() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Return the companion widget.
- getConfig() - Method in class androidx.constraintlayout.core.dsl.Helper
- getConstraintSet(int) - Method in interface androidx.constraintlayout.core.state.CoreMotionScene
-
get a constraintset
- getConstraintSet(String) - Method in interface androidx.constraintlayout.core.state.CoreMotionScene
-
Get the ConstraintSet as a string
- getConstraintWidget() - Method in class androidx.constraintlayout.core.state.ConstraintReference
- getConstraintWidget() - Method in class androidx.constraintlayout.core.state.HelperReference
- getConstraintWidget() - Method in interface androidx.constraintlayout.core.state.helpers.Facade
- getConstraintWidget() - Method in class androidx.constraintlayout.core.state.helpers.GuidelineReference
- getConstraintWidget() - Method in interface androidx.constraintlayout.core.state.Reference
- getContainer() - Method in class androidx.constraintlayout.core.parser.CLElement
- getContainerItemSkip() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Accessor for the skip value
- getCurrentSize() - Method in class androidx.constraintlayout.core.ArrayLinkedVariables
- getCurrentSize() - Method in interface androidx.constraintlayout.core.ArrayRow.ArrayRowVariables
- getCurrentSize() - Method in class androidx.constraintlayout.core.SolverVariableValues
- getCurveFit() - Method in class androidx.constraintlayout.core.dsl.KeyAttribute
- getCurveFit() - Method in class androidx.constraintlayout.core.dsl.KeyAttributes
- getCurveFit() - Method in class androidx.constraintlayout.core.motion.key.MotionKeyAttributes
- getCurveFit() - Method in class androidx.constraintlayout.core.motion.utils.KeyCycleOscillator
- getCurveFit() - Method in class androidx.constraintlayout.core.motion.utils.SplineSet
- getCurveFit() - Method in class androidx.constraintlayout.core.motion.utils.TimeCycleSplineSet
- getCustomAttribute(String) - Method in class androidx.constraintlayout.core.motion.MotionWidget
- getCustomAttribute(String) - Method in class androidx.constraintlayout.core.state.WidgetFrame
-
Get the custom attribute given Nam
- getCustomAttributeNames() - Method in class androidx.constraintlayout.core.motion.MotionWidget
- getCustomAttributeNames() - Method in class androidx.constraintlayout.core.state.WidgetFrame
-
Get the known custom Attributes names
- getCustomColor(String) - Method in class androidx.constraintlayout.core.state.WidgetFrame
- getCustomFloat(String) - Method in class androidx.constraintlayout.core.state.WidgetFrame
- getDebugName() - Method in class androidx.constraintlayout.core.parser.CLElement
- getDebugName() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Returns the name of this widget (used for debug purposes)
- getDependents() - Method in class androidx.constraintlayout.core.widgets.ConstraintAnchor
- getDiff(double) - Method in class androidx.constraintlayout.core.motion.utils.Easing
- getDiff(double) - Method in class androidx.constraintlayout.core.motion.utils.Schlick
- getDiff(double) - Method in class androidx.constraintlayout.core.motion.utils.StepCurve
- getDimensionBehaviour(int) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Get the widget's
ConstraintWidget.DimensionBehaviourin an specific orientation. - getDimensionRatio() - Method in class androidx.constraintlayout.core.dsl.Constraint
-
get dimensionRatio
- getDimensionRatio() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Return the current ratio of this widget
- getDimensionRatioSide() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Return the current side on which ratio will be applied
- getDirection() - Method in class androidx.constraintlayout.core.dsl.Barrier
-
Get the direction of the Barrier
- getDpDt(float, float, float, float[]) - Method in class androidx.constraintlayout.core.motion.Motion
-
This returns the differential with respect to the animation layout position (Progress) of a point on the view (post layout effects are not computed)
- getDragDirection() - Method in class androidx.constraintlayout.core.dsl.OnSwipe
- getDragScale() - Method in class androidx.constraintlayout.core.dsl.OnSwipe
- getDragThreshold() - Method in class androidx.constraintlayout.core.dsl.OnSwipe
- getDrawPath() - Method in class androidx.constraintlayout.core.motion.Motion
- getEditorAbsoluteX() - Method in class androidx.constraintlayout.core.dsl.Constraint
-
get editorAbsoluteX
- getEditorAbsoluteY() - Method in class androidx.constraintlayout.core.dsl.Constraint
-
get editorAbsoluteY
- getEnd() - Method in class androidx.constraintlayout.core.dsl.Constraint
-
get end anchor
- getEnd() - Method in class androidx.constraintlayout.core.dsl.Guideline
-
Get the end position
- getEnd() - Method in class androidx.constraintlayout.core.dsl.HChain
-
Get the end anchor
- getEnd() - Method in class androidx.constraintlayout.core.parser.CLElement
-
The character index this element was ended on
- getEnd(ConstraintWidget) - Method in class androidx.constraintlayout.core.state.Transition
-
Used in debug draw
- getEnd(String) - Method in class androidx.constraintlayout.core.state.Transition
- getFacade() - Method in class androidx.constraintlayout.core.state.ConstraintReference
- getFacade() - Method in class androidx.constraintlayout.core.state.helpers.GuidelineReference
- getFacade() - Method in interface androidx.constraintlayout.core.state.Reference
- getFinalHeight() - Method in class androidx.constraintlayout.core.motion.Motion
-
get the width of the widget at the end of the movement.
- getFinalValue() - Method in class androidx.constraintlayout.core.widgets.ConstraintAnchor
- getFinalWidth() - Method in class androidx.constraintlayout.core.motion.Motion
-
get the width of the widget at the end of the movement.
- getFinalX() - Method in class androidx.constraintlayout.core.motion.Motion
-
get the left most position of the widget at the end of the movement.
- getFinalY() - Method in class androidx.constraintlayout.core.motion.Motion
-
get the top most position of the widget at the end of the movement.
- getFirst() - Method in class androidx.constraintlayout.core.widgets.ChainHead
- getFirstHorizontalBias() - Method in class androidx.constraintlayout.core.state.helpers.FlowReference
-
Get first horizontal bias
- getFirstHorizontalStyle() - Method in class androidx.constraintlayout.core.state.helpers.FlowReference
-
Get first horizontal style
- getFirstMatchConstraintWidget() - Method in class androidx.constraintlayout.core.widgets.ChainHead
- getFirstVerticalBias() - Method in class androidx.constraintlayout.core.state.helpers.FlowReference
-
Get first vertical bias
- getFirstVerticalStyle() - Method in class androidx.constraintlayout.core.state.helpers.FlowReference
-
Get first vertical style
- getFirstVisibleWidget() - Method in class androidx.constraintlayout.core.widgets.ChainHead
- getFloat() - Method in class androidx.constraintlayout.core.parser.CLElement
- getFloat() - Method in class androidx.constraintlayout.core.parser.CLNumber
- getFloat(int) - Method in class androidx.constraintlayout.core.parser.CLContainer
- getFloat(String) - Method in class androidx.constraintlayout.core.parser.CLContainer
- getFloatOrNaN(String) - Method in class androidx.constraintlayout.core.parser.CLContainer
- getFloatValue() - Method in class androidx.constraintlayout.core.motion.CustomVariable
- getFloatValue(Object, String, int) - Method in class androidx.constraintlayout.core.motion.utils.KeyCache
- getFlow(Object, boolean) - Method in class androidx.constraintlayout.core.state.State
-
Gets a reference to a Flow object.
- getFrame(int) - Method in class androidx.constraintlayout.core.state.Transition.WidgetState
- getFramePosition() - Method in class androidx.constraintlayout.core.motion.key.MotionKey
-
Gets the current frame position
- getFrames() - Method in class androidx.constraintlayout.core.dsl.KeyPosition
- getFrames() - Method in class androidx.constraintlayout.core.dsl.KeyPositions
- getHasBaseline() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
- getHead() - Method in class androidx.constraintlayout.core.ArrayLinkedVariables
- getHead() - Method in class androidx.constraintlayout.core.widgets.ChainHead
- getHeight() - Method in class androidx.constraintlayout.core.dsl.Constraint
-
get height
- getHeight() - Method in class androidx.constraintlayout.core.motion.MotionWidget
- getHeight() - Method in class androidx.constraintlayout.core.state.ConstraintReference
- getHeight() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Return the height of the widget
- getHeightDefault() - Method in class androidx.constraintlayout.core.dsl.Constraint
-
get heightDefault
- getHeightMax() - Method in class androidx.constraintlayout.core.dsl.Constraint
-
get heightMax
- getHeightMin() - Method in class androidx.constraintlayout.core.dsl.Constraint
-
get heightMin
- getHeightPercent() - Method in class androidx.constraintlayout.core.dsl.Constraint
-
get heightPercent
- getHelperWidget() - Method in class androidx.constraintlayout.core.state.HelperReference
- getHelperWidget() - Method in class androidx.constraintlayout.core.state.helpers.BarrierReference
- getHelperWidget() - Method in class androidx.constraintlayout.core.state.helpers.FlowReference
- getHorizontalAlign() - Method in class androidx.constraintlayout.core.state.helpers.FlowReference
-
Get horizontal align
- getHorizontalBias() - Method in class androidx.constraintlayout.core.dsl.Constraint
-
get horizontalBias
- getHorizontalBias() - Method in class androidx.constraintlayout.core.state.helpers.FlowReference
-
Get horizontal bias
- getHorizontalBiasPercent() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Return the horizontal percentage bias that is used when two opposite connections exist of the same strength.
- getHorizontalChainControlWidget() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
if in a horizontal chain return the left most widget in the chain.
- getHorizontalChainStyle() - Method in class androidx.constraintlayout.core.dsl.Constraint
-
get horizontalChainStyle
- getHorizontalChainStyle() - Method in class androidx.constraintlayout.core.state.ConstraintReference
- getHorizontalChainStyle() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
get the chain starting from this widget to be packed.
- getHorizontalChainWeight() - Method in class androidx.constraintlayout.core.state.ConstraintReference
- getHorizontalDimensionBehaviour() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Accessor for the horizontal dimension behaviour
- getHorizontalFlow() - Method in class androidx.constraintlayout.core.state.State
-
Get a HorizontalFlowReference
- getHorizontalFlow(Object...) - Method in class androidx.constraintlayout.core.state.State
-
Get a HorizontalFlowReference and add it to references
- getHorizontalGap() - Method in class androidx.constraintlayout.core.state.helpers.FlowReference
-
Get horizontal gap
- getHorizontalGuidelines() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidgetContainer
-
Accessor to the horizontal guidelines contained in the table.
- getHorizontalMargin() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Returns all the horizontal margin of the widget.
- getHorizontalStyle() - Method in class androidx.constraintlayout.core.state.helpers.FlowReference
-
Get horizontal style
- getHorizontalWeight() - Method in class androidx.constraintlayout.core.dsl.Constraint
-
get horizontalWeight
- getId() - Method in class androidx.constraintlayout.core.dsl.Chain.Anchor
- getId() - Method in class androidx.constraintlayout.core.dsl.Constraint.Anchor
- getId() - Method in class androidx.constraintlayout.core.dsl.Helper
- getId() - Method in class androidx.constraintlayout.core.dsl.Ref
-
Get the Id of the reference
- getId() - Method in class androidx.constraintlayout.core.dsl.Transition
- getId() - Method in class androidx.constraintlayout.core.state.ConstraintSetParser.DesignElement
- getId() - Method in class androidx.constraintlayout.core.state.WidgetFrame
- getId() - Method in class androidx.constraintlayout.core.widgets.analyzer.WidgetGroup
- getId(int) - Method in class androidx.constraintlayout.core.ArrayLinkedVariables
-
get Id in mCache.mIndexedVariables given the index
- getId(String) - Method in class androidx.constraintlayout.core.motion.key.MotionKeyAttributes
- getId(String) - Method in class androidx.constraintlayout.core.motion.key.MotionKeyCycle
- getId(String) - Method in class androidx.constraintlayout.core.motion.key.MotionKeyPosition
- getId(String) - Method in class androidx.constraintlayout.core.motion.key.MotionKeyTimeCycle
- getId(String) - Method in class androidx.constraintlayout.core.motion.key.MotionKeyTrigger
- getId(String) - Method in class androidx.constraintlayout.core.motion.Motion
- getId(String) - Method in class androidx.constraintlayout.core.motion.MotionWidget
- getId(String) - Static method in interface androidx.constraintlayout.core.motion.utils.TypedValues.AttributesType
-
Method to go from String names of values to id of the values IDs are use for efficiency
- getId(String) - Static method in interface androidx.constraintlayout.core.motion.utils.TypedValues.Custom
-
Method to go from String names of values to id of the values IDs are use for efficiency
- getId(String) - Static method in interface androidx.constraintlayout.core.motion.utils.TypedValues.CycleType
-
Method to go from String names of values to id of the values IDs are use for efficiency
- getId(String) - Method in interface androidx.constraintlayout.core.motion.utils.TypedValues
- getId(String) - Static method in interface androidx.constraintlayout.core.motion.utils.TypedValues.MotionScene
-
Method to go from String names of values to id of the values IDs are use for efficiency
- getId(String) - Static method in interface androidx.constraintlayout.core.motion.utils.TypedValues.MotionType
-
Method to go from String names of values to id of the values IDs are use for efficiency
- getId(String) - Static method in interface androidx.constraintlayout.core.motion.utils.TypedValues.PositionType
-
Method to go from String names of values to id of the values IDs are use for efficiency
- getId(String) - Static method in interface androidx.constraintlayout.core.motion.utils.TypedValues.TransitionType
-
Method to go from String names of values to id of the values IDs are use for efficiency
- getId(String) - Static method in interface androidx.constraintlayout.core.motion.utils.TypedValues.TriggerType
-
Method to go from String names of values to id of the values IDs are use for efficiency
- getId(String) - Method in class androidx.constraintlayout.core.state.Transition
- getIdsForTag(String) - Method in class androidx.constraintlayout.core.state.State
- getInstance() - Static method in class androidx.constraintlayout.core.state.Registry
- getInt() - Method in class androidx.constraintlayout.core.parser.CLElement
- getInt() - Method in class androidx.constraintlayout.core.parser.CLNumber
- getInt(int) - Method in class androidx.constraintlayout.core.parser.CLContainer
- getInt(String) - Method in class androidx.constraintlayout.core.parser.CLContainer
- getInteger(int) - Method in class androidx.constraintlayout.core.motion.utils.TypedBundle
- getIntegerValue() - Method in class androidx.constraintlayout.core.motion.CustomVariable
- getInterpolated(ConstraintWidget) - Method in class androidx.constraintlayout.core.state.Transition
-
Used after the interpolation
- getInterpolated(String) - Method in class androidx.constraintlayout.core.state.Transition
- getInterpolatedColor(float[]) - Method in class androidx.constraintlayout.core.motion.CustomVariable
- getInterpolatedColor(float[]) - Method in class androidx.constraintlayout.core.motion.utils.Utils
- getInterpolatedHeight() - Method in class androidx.constraintlayout.core.state.Transition
- getInterpolatedWidth() - Method in class androidx.constraintlayout.core.state.Transition
- getInterpolation(float) - Method in interface androidx.constraintlayout.core.motion.utils.DifferentialInterpolator
- getInterpolation(float) - Method in class androidx.constraintlayout.core.motion.utils.SpringStopEngine
- getInterpolation(float) - Method in interface androidx.constraintlayout.core.motion.utils.StopEngine
- getInterpolation(float) - Method in class androidx.constraintlayout.core.motion.utils.StopLogicEngine.Decelerate
- getInterpolation(float) - Method in class androidx.constraintlayout.core.motion.utils.StopLogicEngine
- getInterpolation(float) - Method in interface androidx.constraintlayout.core.state.Interpolator
- getInterpolator() - Method in class androidx.constraintlayout.core.state.Transition
-
This gets the interpolator being used
- getInterpolator(int, String) - Static method in class androidx.constraintlayout.core.state.Transition
-
get the interpolater based on a constant or a string
- getInterpolator(String) - Static method in class androidx.constraintlayout.core.motion.utils.Easing
- getKey() - Method in class androidx.constraintlayout.core.ArrayRow
- getKey() - Method in class androidx.constraintlayout.core.state.ConstraintReference
- getKey() - Method in class androidx.constraintlayout.core.state.helpers.GuidelineReference
- getKey() - Method in interface androidx.constraintlayout.core.state.Reference
- getKeyFrame(int) - Method in class androidx.constraintlayout.core.motion.Motion
-
provides access to MotionPath objects
- getKeyFrameInfo(int, int[]) - Method in class androidx.constraintlayout.core.motion.Motion
-
Get the keyFrames for the view controlled by this MotionController the info data structure is of the form 0 length if your are at index i the [i+len+1] is the next entry 1 type 1=Attributes, 2=Position, 3=TimeCycle 4=Cycle 5=Trigger 2 position 3 x location 4 y location 5 ...
- getKeyFramePositions(int[], float[]) - Method in class androidx.constraintlayout.core.motion.Motion
-
Get the keyFrames for the view controlled by this MotionController
- getKeyFrames(String, float[], int[], int[]) - Method in class androidx.constraintlayout.core.state.Transition
- getLast() - Method in class androidx.constraintlayout.core.widgets.ChainHead
- getLastHorizontalBias() - Method in class androidx.constraintlayout.core.state.helpers.FlowReference
-
Get last horizontal bias
- getLastHorizontalMeasureSpec() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
- getLastHorizontalStyle() - Method in class androidx.constraintlayout.core.state.helpers.FlowReference
-
Get last horizontal style
- getLastMatchConstraintWidget() - Method in class androidx.constraintlayout.core.widgets.ChainHead
- getLastModified() - Method in interface androidx.constraintlayout.core.state.RegistryCallback
- getLastModified(String) - Method in class androidx.constraintlayout.core.state.Registry
- getLastVerticalBias() - Method in class androidx.constraintlayout.core.state.helpers.FlowReference
-
Get last vertical bias
- getLastVerticalMeasureSpec() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
- getLastVerticalStyle() - Method in class androidx.constraintlayout.core.state.helpers.FlowReference
-
Get last vertical style
- getLastVisibleWidget() - Method in class androidx.constraintlayout.core.widgets.ChainHead
- getLayoutList() - Method in class androidx.constraintlayout.core.state.Registry
- getLeft() - Method in class androidx.constraintlayout.core.dsl.Constraint
-
get left anchor
- getLeft() - Method in class androidx.constraintlayout.core.dsl.HChain
-
Get the left anchor
- getLeft() - Method in class androidx.constraintlayout.core.motion.MotionWidget
- getLeft() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Return the left position of the widget (similar to
ConstraintWidget.getX()) - getLength(int) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Get a dimension of the widget in a particular orientation.
- getLimitBoundsTo() - Method in class androidx.constraintlayout.core.dsl.OnSwipe
- getLimitedDimension(int, int) - Method in class androidx.constraintlayout.core.widgets.analyzer.WidgetRun
- getLine() - Method in class androidx.constraintlayout.core.parser.CLElement
-
get the line Number
- getMargin() - Method in class androidx.constraintlayout.core.dsl.Barrier
-
Get the margin of the Barrier
- getMargin() - Method in class androidx.constraintlayout.core.widgets.Barrier
- getMargin() - Method in class androidx.constraintlayout.core.widgets.ConstraintAnchor
-
Return the connection's margin from this anchor to its target.
- getMaxAcceleration() - Method in class androidx.constraintlayout.core.dsl.OnSwipe
- getMaxElementsWrap() - Method in class androidx.constraintlayout.core.state.helpers.FlowReference
-
Get max element wrap
- getMaxElementsWrap() - Method in class androidx.constraintlayout.core.widgets.Flow
- getMaxHeight() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
- getMaxVelocity() - Method in class androidx.constraintlayout.core.dsl.OnSwipe
- getMaxWidth() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
- getMeasuredHeight() - Method in class androidx.constraintlayout.core.widgets.VirtualLayout
- getMeasuredWidth() - Method in class androidx.constraintlayout.core.widgets.VirtualLayout
- getMeasurer() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidgetContainer
- getMemoryUsed() - Method in class androidx.constraintlayout.core.LinearSystem
- getMetrics() - Static method in class androidx.constraintlayout.core.LinearSystem
- getMinHeight() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Return the minimum height of the widget
- getMinimumPosition() - Method in class androidx.constraintlayout.core.widgets.Guideline
-
Get the Minimum Position
- getMinWidth() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Return the minimum width of the widget
- getMotion(String) - Method in class androidx.constraintlayout.core.state.Transition
- getMotionProperties() - Method in class androidx.constraintlayout.core.state.WidgetFrame
-
get the property bundle associated with MotionAttributes
- getMotionStagger() - Method in class androidx.constraintlayout.core.motion.Motion
-
The values set in motion: { stagger: '2' }
- getName() - Method in class androidx.constraintlayout.core.motion.CustomVariable
- getName() - Method in class androidx.constraintlayout.core.motion.MotionWidget
- getName() - Method in class androidx.constraintlayout.core.parser.CLKey
- getName() - Method in class androidx.constraintlayout.core.SolverVariable
-
Accessor for the name
- getNextChainMember(int) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Return the next chain member if one exists
- getNextIndice(int) - Method in class androidx.constraintlayout.core.ArrayLinkedVariables
-
Get the next index in mArrayIndices given the current one
- getNumberKeyPositions(WidgetFrame) - Method in class androidx.constraintlayout.core.state.Transition
- getNumEquations() - Method in class androidx.constraintlayout.core.LinearSystem
- getNumVariables() - Method in class androidx.constraintlayout.core.LinearSystem
- getObject(int) - Method in class androidx.constraintlayout.core.parser.CLContainer
- getObject(String) - Method in class androidx.constraintlayout.core.parser.CLContainer
- getObjectOrNull(String) - Method in class androidx.constraintlayout.core.parser.CLContainer
- getObjectVariableValue(Object) - Method in class androidx.constraintlayout.core.LinearSystem
- getOffset() - Method in class androidx.constraintlayout.core.dsl.KeyCycle
- getOnTouchUp() - Method in class androidx.constraintlayout.core.dsl.OnSwipe
- getOpposite() - Method in class androidx.constraintlayout.core.widgets.ConstraintAnchor
-
Returns the opposite anchor to this one
- getOptimizationLevel() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidgetContainer
-
Returns the current optimization level
- getOptimizerWrapHeight() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
- getOptimizerWrapWidth() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
- getOrientation() - Method in class androidx.constraintlayout.core.state.helpers.FlowReference
-
Get the orientation of a Flow
- getOrientation() - Method in class androidx.constraintlayout.core.state.helpers.GuidelineReference
- getOrientation() - Method in class androidx.constraintlayout.core.widgets.analyzer.WidgetGroup
- getOrientation() - Method in class androidx.constraintlayout.core.widgets.Barrier
- getOrientation() - Method in class androidx.constraintlayout.core.widgets.Guideline
-
get the orientation VERTICAL or HORIZONTAL
- getOrNull(int) - Method in class androidx.constraintlayout.core.parser.CLContainer
- getOrNull(String) - Method in class androidx.constraintlayout.core.parser.CLContainer
- getOwner() - Method in class androidx.constraintlayout.core.widgets.ConstraintAnchor
-
Return the anchor's owner
- getPaddingBottom() - Method in class androidx.constraintlayout.core.state.helpers.FlowReference
-
Get paddingBottom
- getPaddingBottom() - Method in class androidx.constraintlayout.core.widgets.VirtualLayout
- getPaddingLeft() - Method in class androidx.constraintlayout.core.state.helpers.FlowReference
-
Get paddingLeft
- getPaddingLeft() - Method in class androidx.constraintlayout.core.widgets.VirtualLayout
- getPaddingRight() - Method in class androidx.constraintlayout.core.state.helpers.FlowReference
-
Get paddingRight
- getPaddingRight() - Method in class androidx.constraintlayout.core.widgets.VirtualLayout
- getPaddingTop() - Method in class androidx.constraintlayout.core.state.helpers.FlowReference
-
Get paddingTop
- getPaddingTop() - Method in class androidx.constraintlayout.core.widgets.VirtualLayout
- getParams() - Method in class androidx.constraintlayout.core.state.ConstraintSetParser.DesignElement
- getParent() - Method in class androidx.constraintlayout.core.motion.MotionWidget
- getParent() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Returns the parent of this widget if there is one
- getPath(String) - Method in class androidx.constraintlayout.core.state.Transition
- getPercent() - Method in class androidx.constraintlayout.core.dsl.Guideline
-
Get the position in percent
- getPercentHeight() - Method in class androidx.constraintlayout.core.dsl.KeyPosition
- getPercentHeight() - Method in class androidx.constraintlayout.core.dsl.KeyPositions
- getPercentWidth() - Method in class androidx.constraintlayout.core.dsl.KeyPosition
- getPercentWidth() - Method in class androidx.constraintlayout.core.dsl.KeyPositions
- getPercentX() - Method in class androidx.constraintlayout.core.dsl.KeyPosition
- getPercentX() - Method in class androidx.constraintlayout.core.dsl.KeyPositions
- getPercentY() - Method in class androidx.constraintlayout.core.dsl.KeyPosition
- getPercentY() - Method in class androidx.constraintlayout.core.dsl.KeyPositions
- getPeriod() - Method in class androidx.constraintlayout.core.dsl.KeyCycle
- getPhase() - Method in class androidx.constraintlayout.core.dsl.KeyCycle
- getPivotCandidate(LinearSystem, boolean[]) - Method in class androidx.constraintlayout.core.ArrayRow
- getPivotCandidate(LinearSystem, boolean[]) - Method in class androidx.constraintlayout.core.PriorityGoalRow
- getPivotX() - Method in class androidx.constraintlayout.core.dsl.KeyAttribute
- getPivotX() - Method in class androidx.constraintlayout.core.dsl.KeyAttributes
- getPivotX() - Method in class androidx.constraintlayout.core.motion.MotionWidget
- getPivotX() - Method in class androidx.constraintlayout.core.state.ConstraintReference
- getPivotY() - Method in class androidx.constraintlayout.core.dsl.KeyAttribute
- getPivotY() - Method in class androidx.constraintlayout.core.dsl.KeyAttributes
- getPivotY() - Method in class androidx.constraintlayout.core.motion.MotionWidget
- getPivotY() - Method in class androidx.constraintlayout.core.state.ConstraintReference
- getPos(double, double[]) - Method in class androidx.constraintlayout.core.motion.utils.ArcCurveFit
- getPos(double, double[]) - Method in class androidx.constraintlayout.core.motion.utils.CurveFit
- getPos(double, double[]) - Method in class androidx.constraintlayout.core.motion.utils.HyperSpline
- getPos(double, double[]) - Method in class androidx.constraintlayout.core.motion.utils.LinearCurveFit
- getPos(double, double[]) - Method in class androidx.constraintlayout.core.motion.utils.MonotonicCurveFit
- getPos(double, float[]) - Method in class androidx.constraintlayout.core.motion.utils.ArcCurveFit
- getPos(double, float[]) - Method in class androidx.constraintlayout.core.motion.utils.CurveFit
- getPos(double, float[]) - Method in class androidx.constraintlayout.core.motion.utils.HyperSpline
- getPos(double, float[]) - Method in class androidx.constraintlayout.core.motion.utils.LinearCurveFit
- getPos(double, float[]) - Method in class androidx.constraintlayout.core.motion.utils.MonotonicCurveFit
- getPos(double, int) - Method in class androidx.constraintlayout.core.motion.utils.ArcCurveFit
- getPos(double, int) - Method in class androidx.constraintlayout.core.motion.utils.CurveFit
- getPos(double, int) - Method in class androidx.constraintlayout.core.motion.utils.HyperSpline
- getPos(double, int) - Method in class androidx.constraintlayout.core.motion.utils.LinearCurveFit
- getPos(double, int) - Method in class androidx.constraintlayout.core.motion.utils.MonotonicCurveFit
- getPositionType() - Method in class androidx.constraintlayout.core.dsl.KeyPosition
- getPositionType() - Method in class androidx.constraintlayout.core.dsl.KeyPositions
- getPostMargin() - Method in class androidx.constraintlayout.core.dsl.Ref
-
Get the postMargin of the reference
- getPostMargin(String) - Method in class androidx.constraintlayout.core.state.helpers.ChainReference
- getPostMargin(String) - Method in class androidx.constraintlayout.core.state.helpers.FlowReference
-
Get the post margin of a widget
- getPreMargin() - Method in class androidx.constraintlayout.core.dsl.Ref
-
Get the preMargin of the reference
- getPreMargin(String) - Method in class androidx.constraintlayout.core.state.helpers.ChainReference
- getPreMargin(String) - Method in class androidx.constraintlayout.core.state.helpers.FlowReference
-
Get the pre margin of a widget
- getPreviousChainMember(int) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Return the previous chain member if one exists
- getReferenceIds() - Method in class androidx.constraintlayout.core.dsl.Constraint
-
get referenceIds
- getRelativeBegin() - Method in class androidx.constraintlayout.core.widgets.Guideline
- getRelativeBehaviour() - Method in class androidx.constraintlayout.core.widgets.Guideline
- getRelativeEnd() - Method in class androidx.constraintlayout.core.widgets.Guideline
- getRelativePercent() - Method in class androidx.constraintlayout.core.widgets.Guideline
- getRight() - Method in class androidx.constraintlayout.core.dsl.Constraint
-
get right anchor
- getRight() - Method in class androidx.constraintlayout.core.dsl.HChain
-
Get the right anchor
- getRight() - Method in class androidx.constraintlayout.core.motion.MotionWidget
- getRight() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Return the right position of the widget
- getRootConstraintContainer() - Method in class androidx.constraintlayout.core.widgets.WidgetContainer
-
Return the top-level ConstraintWidgetContainer
- getRootX() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Return the x position of the widget, relative to the root (without animation)
- getRootY() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Return the y position of the widget, relative to the root (without animation)
- getRotation() - Method in class androidx.constraintlayout.core.dsl.KeyAttribute
- getRotation() - Method in class androidx.constraintlayout.core.dsl.KeyAttributes
- getRotationCenterId() - Method in class androidx.constraintlayout.core.dsl.OnSwipe
- getRotationX() - Method in class androidx.constraintlayout.core.dsl.KeyAttribute
- getRotationX() - Method in class androidx.constraintlayout.core.dsl.KeyAttributes
- getRotationX() - Method in class androidx.constraintlayout.core.motion.MotionWidget
- getRotationX() - Method in class androidx.constraintlayout.core.state.ConstraintReference
- getRotationY() - Method in class androidx.constraintlayout.core.dsl.KeyAttribute
- getRotationY() - Method in class androidx.constraintlayout.core.dsl.KeyAttributes
- getRotationY() - Method in class androidx.constraintlayout.core.motion.MotionWidget
- getRotationY() - Method in class androidx.constraintlayout.core.state.ConstraintReference
- getRotationZ() - Method in class androidx.constraintlayout.core.motion.MotionWidget
- getRotationZ() - Method in class androidx.constraintlayout.core.state.ConstraintReference
- getRun(int) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
- getScaleX() - Method in class androidx.constraintlayout.core.dsl.KeyAttribute
- getScaleX() - Method in class androidx.constraintlayout.core.dsl.KeyAttributes
- getScaleX() - Method in class androidx.constraintlayout.core.motion.MotionWidget
- getScaleX() - Method in class androidx.constraintlayout.core.state.ConstraintReference
- getScaleY() - Method in class androidx.constraintlayout.core.dsl.KeyAttribute
- getScaleY() - Method in class androidx.constraintlayout.core.dsl.KeyAttributes
- getScaleY() - Method in class androidx.constraintlayout.core.motion.MotionWidget
- getScaleY() - Method in class androidx.constraintlayout.core.state.ConstraintReference
- getSceneString(StringBuilder) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
- getSceneString(StringBuilder) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidgetContainer
- getShape() - Method in class androidx.constraintlayout.core.dsl.KeyCycle
- getSlope(double, double[]) - Method in class androidx.constraintlayout.core.motion.utils.ArcCurveFit
- getSlope(double, double[]) - Method in class androidx.constraintlayout.core.motion.utils.CurveFit
- getSlope(double, double[]) - Method in class androidx.constraintlayout.core.motion.utils.LinearCurveFit
- getSlope(double, double[]) - Method in class androidx.constraintlayout.core.motion.utils.MonotonicCurveFit
- getSlope(double, double, double) - Method in class androidx.constraintlayout.core.motion.utils.Oscillator
- getSlope(double, int) - Method in class androidx.constraintlayout.core.motion.utils.ArcCurveFit
- getSlope(double, int) - Method in class androidx.constraintlayout.core.motion.utils.CurveFit
- getSlope(double, int) - Method in class androidx.constraintlayout.core.motion.utils.LinearCurveFit
- getSlope(double, int) - Method in class androidx.constraintlayout.core.motion.utils.MonotonicCurveFit
- getSlope(float) - Method in class androidx.constraintlayout.core.motion.utils.KeyCycleOscillator
- getSlope(float) - Method in class androidx.constraintlayout.core.motion.utils.SplineSet
- getSolverVariable() - Method in class androidx.constraintlayout.core.widgets.ConstraintAnchor
-
Return the solver variable for this anchor
- getSpringBoundary() - Method in class androidx.constraintlayout.core.dsl.OnSwipe
-
The behaviour at the boundaries 0 and 1
- getSpringDamping() - Method in class androidx.constraintlayout.core.dsl.OnSwipe
- getSpringMass() - Method in class androidx.constraintlayout.core.dsl.OnSwipe
-
Get the mass of the spring.
- getSpringStiffness() - Method in class androidx.constraintlayout.core.dsl.OnSwipe
-
get the stiffness of the spring
- getSpringStopThreshold() - Method in class androidx.constraintlayout.core.dsl.OnSwipe
-
The threshold for spring motion to stop.
- getStart() - Method in class androidx.constraintlayout.core.dsl.Constraint
-
get start anchor
- getStart() - Method in class androidx.constraintlayout.core.dsl.Guideline
-
Get the start position
- getStart() - Method in class androidx.constraintlayout.core.dsl.HChain
-
Get the start anchor
- getStart() - Method in class androidx.constraintlayout.core.parser.CLElement
-
The character index this element was started on
- getStart(ConstraintWidget) - Method in class androidx.constraintlayout.core.state.Transition
-
Used in debug draw
- getStart(String) - Method in class androidx.constraintlayout.core.state.Transition
- getStartHeight() - Method in class androidx.constraintlayout.core.motion.Motion
-
get the width of the widget at the start of the movement.
- getStartWidth() - Method in class androidx.constraintlayout.core.motion.Motion
-
get the width of the widget at the start of the movement.
- getStartX() - Method in class androidx.constraintlayout.core.motion.Motion
-
get the left most position of the widget at the start of the movement.
- getStartY() - Method in class androidx.constraintlayout.core.motion.Motion
-
get the top most position of the widget at the start of the movement.
- getState(MotionWidget) - Method in class androidx.constraintlayout.core.motion.utils.ViewState
- getStrClass() - Method in class androidx.constraintlayout.core.parser.CLElement
- getString(int) - Method in class androidx.constraintlayout.core.parser.CLContainer
- getString(String) - Method in class androidx.constraintlayout.core.parser.CLContainer
- getStringOrNull(int) - Method in class androidx.constraintlayout.core.parser.CLContainer
- getStringOrNull(String) - Method in class androidx.constraintlayout.core.parser.CLContainer
- getStringValue() - Method in class androidx.constraintlayout.core.motion.CustomVariable
- getStyle() - Method in class androidx.constraintlayout.core.dsl.Chain
- getStyle() - Method in class androidx.constraintlayout.core.state.helpers.ChainReference
- getSystem() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidgetContainer
- getTag() - Method in class androidx.constraintlayout.core.state.ConstraintReference
- getTarget() - Method in class androidx.constraintlayout.core.dsl.KeyAttribute
- getTarget() - Method in class androidx.constraintlayout.core.dsl.KeyAttributes
- getTarget() - Method in class androidx.constraintlayout.core.dsl.KeyPosition
- getTarget() - Method in class androidx.constraintlayout.core.dsl.KeyPositions
- getTarget() - Method in class androidx.constraintlayout.core.widgets.ConstraintAnchor
-
Return the connection's target (null if not connected)
- getTarget(ConstraintAnchor) - Method in class androidx.constraintlayout.core.widgets.analyzer.WidgetRun
- getTarget(ConstraintAnchor, int) - Method in class androidx.constraintlayout.core.widgets.analyzer.WidgetRun
- getTimePoints() - Method in class androidx.constraintlayout.core.motion.utils.ArcCurveFit
- getTimePoints() - Method in class androidx.constraintlayout.core.motion.utils.CurveFit
- getTimePoints() - Method in class androidx.constraintlayout.core.motion.utils.LinearCurveFit
- getTimePoints() - Method in class androidx.constraintlayout.core.motion.utils.MonotonicCurveFit
- getTop() - Method in class androidx.constraintlayout.core.dsl.Constraint
-
get top anchor
- getTop() - Method in class androidx.constraintlayout.core.dsl.VChain
-
Get the top anchor
- getTop() - Method in class androidx.constraintlayout.core.motion.MotionWidget
- getTop() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Return the top position of the widget (similar to
ConstraintWidget.getY()) - getTotalWeight() - Method in class androidx.constraintlayout.core.widgets.ChainHead
- getTouchAnchorId() - Method in class androidx.constraintlayout.core.dsl.OnSwipe
- getTouchAnchorSide() - Method in class androidx.constraintlayout.core.dsl.OnSwipe
- getTouchUpProgress(long) - Method in class androidx.constraintlayout.core.state.Transition
-
get the current touch up progress current time in nanoseconds (ideally coming from an animation clock)
- getTransformPivotTarget() - Method in class androidx.constraintlayout.core.motion.Motion
-
Get the view to pivot around
- getTransition(String) - Method in interface androidx.constraintlayout.core.state.CoreMotionScene
-
get a transition give the name
- getTransitionEasing() - Method in class androidx.constraintlayout.core.dsl.KeyAttribute
- getTransitionEasing() - Method in class androidx.constraintlayout.core.dsl.KeyAttributes
- getTransitionEasing() - Method in class androidx.constraintlayout.core.dsl.KeyPosition
- getTransitionEasing() - Method in class androidx.constraintlayout.core.dsl.KeyPositions
- getTransitionPathRotate() - Method in class androidx.constraintlayout.core.dsl.KeyAttribute
- getTransitionPathRotate() - Method in class androidx.constraintlayout.core.dsl.KeyAttributes
- getTranslationX() - Method in class androidx.constraintlayout.core.dsl.KeyAttribute
- getTranslationX() - Method in class androidx.constraintlayout.core.dsl.KeyAttributes
- getTranslationX() - Method in class androidx.constraintlayout.core.motion.MotionWidget
- getTranslationX() - Method in class androidx.constraintlayout.core.state.ConstraintReference
- getTranslationY() - Method in class androidx.constraintlayout.core.dsl.KeyAttribute
- getTranslationY() - Method in class androidx.constraintlayout.core.dsl.KeyAttributes
- getTranslationY() - Method in class androidx.constraintlayout.core.motion.MotionWidget
- getTranslationY() - Method in class androidx.constraintlayout.core.state.ConstraintReference
- getTranslationZ() - Method in class androidx.constraintlayout.core.dsl.KeyAttribute
- getTranslationZ() - Method in class androidx.constraintlayout.core.dsl.KeyAttributes
- getTranslationZ() - Method in class androidx.constraintlayout.core.motion.MotionWidget
- getTranslationZ() - Method in class androidx.constraintlayout.core.state.ConstraintReference
- getType() - Method in class androidx.constraintlayout.core.dsl.Helper
- getType() - Method in class androidx.constraintlayout.core.motion.CustomAttribute
- getType() - Method in class androidx.constraintlayout.core.motion.CustomVariable
- getType() - Method in class androidx.constraintlayout.core.parser.CLToken
- getType() - Method in class androidx.constraintlayout.core.state.ConstraintSetParser.DesignElement
- getType() - Method in class androidx.constraintlayout.core.state.HelperReference
- getType() - Method in class androidx.constraintlayout.core.widgets.ConstraintAnchor
-
Return the type of the anchor
- getType() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Returns the type string if set
- getType() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidgetContainer
-
Specify the xml type for the container
- getType() - Method in class androidx.constraintlayout.core.widgets.Guideline
-
Specify the xml type for the container
- getType(int) - Static method in interface androidx.constraintlayout.core.motion.utils.TypedValues.AttributesType
- getType(int) - Static method in interface androidx.constraintlayout.core.motion.utils.TypedValues.CycleType
- getType(int) - Static method in interface androidx.constraintlayout.core.motion.utils.TypedValues.MotionScene
- getType(int) - Static method in interface androidx.constraintlayout.core.motion.utils.TypedValues.PositionType
- getType(int) - Static method in interface androidx.constraintlayout.core.motion.utils.TypedValues.TransitionType
- getValue() - Method in class androidx.constraintlayout.core.parser.CLKey
- getValue(double, double) - Method in class androidx.constraintlayout.core.motion.utils.Oscillator
- getValue(int) - Method in class androidx.constraintlayout.core.ArrayLinkedVariables
-
get value in mArrayValues given the index
- getValue(String) - Method in class androidx.constraintlayout.core.motion.key.MotionKeyCycle
- getValueAttributes(int) - Method in class androidx.constraintlayout.core.motion.MotionWidget
-
Sets the attributes
- getValueByString(String) - Static method in enum androidx.constraintlayout.core.state.State.Chain
-
Get the Enum value with a String
- getValueByString(String) - Static method in enum androidx.constraintlayout.core.state.State.Wrap
-
Get the actual int value with a String
- getValuesToInterpolate(float[]) - Method in class androidx.constraintlayout.core.motion.CustomAttribute
- getValuesToInterpolate(float[]) - Method in class androidx.constraintlayout.core.motion.CustomVariable
- getValueToInterpolate() - Method in class androidx.constraintlayout.core.motion.CustomAttribute
-
Transforms value to a float for the purpose of interpolation
- getValueToInterpolate() - Method in class androidx.constraintlayout.core.motion.CustomVariable
-
Transforms value to a float for the purpose of interpolation
- getVariable(int) - Method in class androidx.constraintlayout.core.ArrayLinkedVariables
-
Return a variable from its position in the linked list
- getVariable(int) - Method in interface androidx.constraintlayout.core.ArrayRow.ArrayRowVariables
- getVariable(int) - Method in class androidx.constraintlayout.core.SolverVariableValues
- getVariableValue(int) - Method in class androidx.constraintlayout.core.ArrayLinkedVariables
-
Return the value of a variable from its position in the linked list
- getVariableValue(int) - Method in interface androidx.constraintlayout.core.ArrayRow.ArrayRowVariables
- getVariableValue(int) - Method in class androidx.constraintlayout.core.SolverVariableValues
- getVelocity() - Method in interface androidx.constraintlayout.core.motion.utils.DifferentialInterpolator
- getVelocity() - Method in class androidx.constraintlayout.core.motion.utils.SpringStopEngine
- getVelocity() - Method in interface androidx.constraintlayout.core.motion.utils.StopEngine
- getVelocity() - Method in class androidx.constraintlayout.core.motion.utils.StopLogicEngine.Decelerate
- getVelocity() - Method in class androidx.constraintlayout.core.motion.utils.StopLogicEngine
- getVelocity(double, double[]) - Method in class androidx.constraintlayout.core.motion.utils.HyperSpline
- getVelocity(float) - Method in class androidx.constraintlayout.core.motion.utils.SpringStopEngine
- getVelocity(float) - Method in interface androidx.constraintlayout.core.motion.utils.StopEngine
- getVelocity(float) - Method in class androidx.constraintlayout.core.motion.utils.StopLogicEngine.Decelerate
- getVelocity(float) - Method in class androidx.constraintlayout.core.motion.utils.StopLogicEngine
- getVerticalAlign() - Method in class androidx.constraintlayout.core.state.helpers.FlowReference
-
Get vertical align
- getVerticalBias() - Method in class androidx.constraintlayout.core.dsl.Constraint
-
get verticalBias
- getVerticalBias() - Method in class androidx.constraintlayout.core.state.helpers.FlowReference
-
Get vertical bias
- getVerticalBiasPercent() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Return the vertical percentage bias that is used when two opposite connections exist of the same strength.
- getVerticalChainControlWidget() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
if in a vertical chain return the top most widget in the chain.
- getVerticalChainStyle() - Method in class androidx.constraintlayout.core.dsl.Constraint
-
get verticalChainStyle
- getVerticalChainStyle() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Set the chain starting from this widget to be packed.
- getVerticalChainStyle(int) - Method in class androidx.constraintlayout.core.state.ConstraintReference
- getVerticalChainWeight() - Method in class androidx.constraintlayout.core.state.ConstraintReference
- getVerticalDimensionBehaviour() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Accessor for the vertical dimension behaviour
- getVerticalFlow() - Method in class androidx.constraintlayout.core.state.State
-
Get a VerticalFlowReference
- getVerticalFlow(Object...) - Method in class androidx.constraintlayout.core.state.State
-
Get a VerticalFlowReference and add it to references
- getVerticalGap() - Method in class androidx.constraintlayout.core.state.helpers.FlowReference
-
Get vertical gap
- getVerticalGuidelines() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidgetContainer
-
Accessor to the vertical guidelines contained in the table.
- getVerticalMargin() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Returns all the vertical margin of the widget
- getVerticalStyle() - Method in class androidx.constraintlayout.core.state.helpers.FlowReference
-
Get vertical style
- getVerticalWeight() - Method in class androidx.constraintlayout.core.dsl.Constraint
-
get verticalWeight
- getView() - Method in class androidx.constraintlayout.core.motion.Motion
- getView() - Method in class androidx.constraintlayout.core.state.ConstraintReference
- getVisibility() - Method in class androidx.constraintlayout.core.dsl.KeyAttribute
- getVisibility() - Method in class androidx.constraintlayout.core.dsl.KeyAttributes
- getVisibility() - Method in class androidx.constraintlayout.core.motion.MotionWidget
- getVisibility() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Returns the current visibility value for this widget
- getWaveOffset() - Method in class androidx.constraintlayout.core.dsl.KeyCycles
- getWavePeriod() - Method in class androidx.constraintlayout.core.dsl.KeyCycles
- getWavePhase() - Method in class androidx.constraintlayout.core.dsl.KeyCycles
- getWaveShape() - Method in class androidx.constraintlayout.core.dsl.KeyCycles
- getWeight() - Method in class androidx.constraintlayout.core.dsl.Ref
-
Get the weight of the reference
- getWeight(String) - Method in class androidx.constraintlayout.core.state.helpers.ChainReference
- getWeight(String) - Method in class androidx.constraintlayout.core.state.helpers.FlowReference
-
Get the weight of a widget
- getWidgetFrame() - Method in class androidx.constraintlayout.core.motion.MotionWidget
- getWidgetState(String, ConstraintWidget, int) - Method in class androidx.constraintlayout.core.state.Transition
- getWidth() - Method in class androidx.constraintlayout.core.dsl.Constraint
-
get width
- getWidth() - Method in class androidx.constraintlayout.core.motion.MotionWidget
- getWidth() - Method in class androidx.constraintlayout.core.state.ConstraintReference
- getWidth() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Return the width of the widget
- getWidthDefault() - Method in class androidx.constraintlayout.core.dsl.Constraint
-
get widthDefault
- getWidthMax() - Method in class androidx.constraintlayout.core.dsl.Constraint
-
get widthMax
- getWidthMin() - Method in class androidx.constraintlayout.core.dsl.Constraint
-
get widthMin
- getWidthPercent() - Method in class androidx.constraintlayout.core.dsl.Constraint
-
get widthPercent
- getWrapBehaviorInParent() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
- getWrapDimension() - Method in class androidx.constraintlayout.core.widgets.analyzer.ChainRun
- getWrapDimension() - Method in class androidx.constraintlayout.core.widgets.analyzer.WidgetRun
- getWrapMode() - Method in class androidx.constraintlayout.core.state.helpers.FlowReference
-
Get wrap mode
- getX() - Method in class androidx.constraintlayout.core.motion.MotionWidget
- getX() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Return the x position of the widget, relative to its container
- getY() - Method in class androidx.constraintlayout.core.motion.MotionWidget
- getY() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Return the y position of the widget, relative to its container
- GoalRow - Class in androidx.constraintlayout.core
- GoalRow(Cache) - Constructor for class androidx.constraintlayout.core.GoalRow
- GONE - androidx.constraintlayout.core.dsl.KeyAttribute.Visibility
- GONE - androidx.constraintlayout.core.dsl.KeyAttributes.Visibility
- GONE - Static variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- GONE_UNSET - Static variable in class androidx.constraintlayout.core.motion.MotionWidget
- graphOptimizer - Variable in class androidx.constraintlayout.core.LinearSystem
- graphOptimizer - Variable in class androidx.constraintlayout.core.Metrics
- graphSolved - Variable in class androidx.constraintlayout.core.Metrics
- GridEngine - Class in androidx.constraintlayout.core.utils
-
GridEngine class contains the main logic of the Grid Helper
- GridEngine() - Constructor for class androidx.constraintlayout.core.utils.GridEngine
- GridEngine(int, int) - Constructor for class androidx.constraintlayout.core.utils.GridEngine
- GridEngine(int, int, int) - Constructor for class androidx.constraintlayout.core.utils.GridEngine
- grouping - Variable in class androidx.constraintlayout.core.Metrics
- Grouping - Class in androidx.constraintlayout.core.widgets.analyzer
-
Implements a simple grouping mechanism, to group interdependent widgets together.
- Grouping() - Constructor for class androidx.constraintlayout.core.widgets.analyzer.Grouping
- guideline(Object, int) - Method in class androidx.constraintlayout.core.state.State
- Guideline - Class in androidx.constraintlayout.core.dsl
- Guideline - Class in androidx.constraintlayout.core.widgets
-
Guideline
- Guideline() - Constructor for class androidx.constraintlayout.core.widgets.Guideline
- GuidelineReference - Class in androidx.constraintlayout.core.state.helpers
- GuidelineReference(State) - Constructor for class androidx.constraintlayout.core.state.helpers.GuidelineReference
H
- handlesInternalConstraints() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidgetContainer
-
Indicates if the container knows how to layout its content on its own
- has(String) - Method in class androidx.constraintlayout.core.parser.CLContainer
- hasBaseline() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Return true if this widget has a baseline
- hasCenteredDependents() - Method in class androidx.constraintlayout.core.widgets.ConstraintAnchor
- hasDanglingDimension(int) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
- hasDependencies() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
- hasDependents() - Method in class androidx.constraintlayout.core.widgets.ConstraintAnchor
- hasDimensionOverride() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
- hasFinalValue() - Method in class androidx.constraintlayout.core.widgets.ConstraintAnchor
- hasOnSwipe() - Method in class androidx.constraintlayout.core.state.Transition
- hasPositionKeyframes() - Method in class androidx.constraintlayout.core.state.Transition
- hasResolvedTargets(int, int) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
- hasSimpleDefinition - Variable in class androidx.constraintlayout.core.LinearSystem
- HChain - Class in androidx.constraintlayout.core.dsl
- HChain(String) - Constructor for class androidx.constraintlayout.core.dsl.HChain
- HChain(String, String) - Constructor for class androidx.constraintlayout.core.dsl.HChain
- HChain.HAnchor - Class in androidx.constraintlayout.core.dsl
- height - Variable in class androidx.constraintlayout.core.widgets.Rectangle
- height() - Method in class androidx.constraintlayout.core.motion.utils.Rect
- height() - Method in class androidx.constraintlayout.core.motion.utils.ViewState
- height() - Method in class androidx.constraintlayout.core.state.WidgetFrame
- height(Dimension) - Method in class androidx.constraintlayout.core.state.ConstraintReference
- height(Dimension) - Method in class androidx.constraintlayout.core.state.State
- helper(Object, State.Helper) - Method in class androidx.constraintlayout.core.state.State
- Helper - Class in androidx.constraintlayout.core.dsl
- Helper - Interface in androidx.constraintlayout.core.widgets
-
interface to virtual objects
- Helper(String, Helper.HelperType) - Constructor for class androidx.constraintlayout.core.dsl.Helper
- Helper(String, Helper.HelperType, String) - Constructor for class androidx.constraintlayout.core.dsl.Helper
- Helper.HelperType - Class in androidx.constraintlayout.core.dsl
- Helper.Type - Enum in androidx.constraintlayout.core.dsl
- HelperReference - Class in androidx.constraintlayout.core.state
- HelperReference(State, State.Helper) - Constructor for class androidx.constraintlayout.core.state.HelperReference
- HelperType(String) - Constructor for class androidx.constraintlayout.core.dsl.Helper.HelperType
- HelperWidget - Class in androidx.constraintlayout.core.widgets
-
HelperWidget class
- HelperWidget() - Constructor for class androidx.constraintlayout.core.widgets.HelperWidget
- HORIZONTAL - Static variable in class androidx.constraintlayout.core.utils.GridEngine
- HORIZONTAL - Static variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- HORIZONTAL - Static variable in class androidx.constraintlayout.core.widgets.Guideline
- HORIZONTAL_ALIGN_CENTER - Static variable in class androidx.constraintlayout.core.widgets.Flow
- HORIZONTAL_ALIGN_END - Static variable in class androidx.constraintlayout.core.widgets.Flow
- HORIZONTAL_ALIGN_START - Static variable in class androidx.constraintlayout.core.widgets.Flow
- HORIZONTAL_CHAIN - androidx.constraintlayout.core.dsl.Helper.Type
- HORIZONTAL_CHAIN - androidx.constraintlayout.core.state.State.Helper
- HORIZONTAL_FLOW - androidx.constraintlayout.core.state.State.Helper
- HORIZONTAL_GUIDELINE - androidx.constraintlayout.core.dsl.Helper.Type
- HORIZONTAL_PATH_X - Static variable in class androidx.constraintlayout.core.motion.Motion
- HORIZONTAL_PATH_Y - Static variable in class androidx.constraintlayout.core.motion.Motion
- horizontalBehavior - Variable in class androidx.constraintlayout.core.widgets.analyzer.BasicMeasure.Measure
- horizontalBias(float) - Method in class androidx.constraintlayout.core.state.ConstraintReference
- horizontalChain() - Method in class androidx.constraintlayout.core.state.State
- horizontalChain(Object...) - Method in class androidx.constraintlayout.core.state.State
- HorizontalChainReference - Class in androidx.constraintlayout.core.state.helpers
- HorizontalChainReference(State) - Constructor for class androidx.constraintlayout.core.state.helpers.HorizontalChainReference
- horizontalChainRun - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- horizontalDimension - Variable in class androidx.constraintlayout.core.widgets.analyzer.BasicMeasure.Measure
- horizontalGroup - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- horizontalGuideline(Object) - Method in class androidx.constraintlayout.core.state.State
- HorizontalWidgetRun - Class in androidx.constraintlayout.core.widgets.analyzer
- HorizontalWidgetRun(ConstraintWidget) - Constructor for class androidx.constraintlayout.core.widgets.analyzer.HorizontalWidgetRun
- hsvToRgb(float, float, float) - Static method in class androidx.constraintlayout.core.motion.CustomAttribute
- hsvToRgb(float, float, float) - Static method in class androidx.constraintlayout.core.motion.CustomVariable
- HyperSpline - Class in androidx.constraintlayout.core.motion.utils
-
Provides spline interpolation code.
- HyperSpline() - Constructor for class androidx.constraintlayout.core.motion.utils.HyperSpline
- HyperSpline(double[][]) - Constructor for class androidx.constraintlayout.core.motion.utils.HyperSpline
-
Spline in N dimensions
- HyperSpline.Cubic - Class in androidx.constraintlayout.core.motion.utils
I
- id - Variable in class androidx.constraintlayout.core.SolverVariable
- immediateConnect(ConstraintAnchor.Type, ConstraintWidget, ConstraintAnchor.Type, int, int) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Immediate connection to an anchor without any checks.
- indexOf(SolverVariable) - Method in class androidx.constraintlayout.core.ArrayLinkedVariables
- indexOf(SolverVariable) - Method in interface androidx.constraintlayout.core.ArrayRow.ArrayRowVariables
- indexOf(SolverVariable) - Method in class androidx.constraintlayout.core.SolverVariableValues
- infeasibleDetermineGroups - Variable in class androidx.constraintlayout.core.Metrics
- inGoal - Variable in class androidx.constraintlayout.core.SolverVariable
- initFromRow(LinearSystem.Row) - Method in class androidx.constraintlayout.core.ArrayRow
-
Used to initiate a goal from a given row (to see if we can remove an extra var)
- INT_MASK - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues
- INT_TYPE - androidx.constraintlayout.core.motion.CustomAttribute.AttributeType
- interpolate(int, int, float) - Method in class androidx.constraintlayout.core.state.Transition
- interpolate(int, int, float, Transition) - Method in class androidx.constraintlayout.core.state.Transition.WidgetState
- interpolate(int, int, WidgetFrame, WidgetFrame, WidgetFrame, Transition, float) - Static method in class androidx.constraintlayout.core.state.WidgetFrame
- interpolate(MotionWidget, float, long, KeyCache) - Method in class androidx.constraintlayout.core.motion.Motion
-
The main driver of interpolation
- INTERPOLATED - Static variable in class androidx.constraintlayout.core.state.Transition
- interpolatedPos - Variable in class androidx.constraintlayout.core.state.WidgetFrame
- Interpolator - Interface in androidx.constraintlayout.core.state
- intersects(int, int, FloatRect, FloatRect, float, float) - Method in class androidx.constraintlayout.core.motion.key.MotionKeyPosition
- intersectWith(WidgetGroup) - Method in class androidx.constraintlayout.core.widgets.analyzer.WidgetGroup
- invalidateGraph() - Method in class androidx.constraintlayout.core.widgets.analyzer.DependencyGraph
-
Invalidate the graph of constraints
- invalidateGraph() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidgetContainer
-
Invalidate the graph of constraints
- invalidateMeasures() - Method in class androidx.constraintlayout.core.widgets.analyzer.DependencyGraph
-
Mark the widgets as needing to be remeasured
- invalidateMeasures() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidgetContainer
-
Invalidate the widgets measures
- invert() - Method in class androidx.constraintlayout.core.ArrayLinkedVariables
-
Invert the values of all the variables in the list
- invert() - Method in interface androidx.constraintlayout.core.ArrayRow.ArrayRowVariables
- invert() - Method in class androidx.constraintlayout.core.SolverVariableValues
- INVISIBLE - androidx.constraintlayout.core.dsl.KeyAttribute.Visibility
- INVISIBLE - androidx.constraintlayout.core.dsl.KeyAttributes.Visibility
- INVISIBLE - Static variable in class androidx.constraintlayout.core.motion.MotionWidget
- INVISIBLE - Static variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- isAnimated() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Returns if this widget is animated.
- isAuthoritative() - Method in class androidx.constraintlayout.core.widgets.analyzer.WidgetGroup
- isBaselineNeeded(ConstraintWidget) - Method in class androidx.constraintlayout.core.state.State
-
Does this constraintWidget need a baseline
- isCenterConnection() - Method in class androidx.constraintlayout.core.widgets.analyzer.WidgetRun
- isConnected() - Method in class androidx.constraintlayout.core.widgets.ConstraintAnchor
-
Returns the connection status of this anchor
- isConnectionAllowed(ConstraintWidget) - Method in class androidx.constraintlayout.core.widgets.ConstraintAnchor
-
Return true if we can connect this anchor to this target.
- isConnectionAllowed(ConstraintWidget, ConstraintAnchor) - Method in class androidx.constraintlayout.core.widgets.ConstraintAnchor
-
Return true if we can connect this anchor to this target.
- isConstrainedHeight() - Method in class androidx.constraintlayout.core.dsl.Constraint
-
is constrainedHeight
- isConstrainedWidth() - Method in class androidx.constraintlayout.core.dsl.Constraint
-
is constrainedWidth
- isContinuous() - Method in class androidx.constraintlayout.core.motion.CustomAttribute
-
Continuous types are interpolated they are fired only at
- isContinuous() - Method in class androidx.constraintlayout.core.motion.CustomVariable
-
Continuous types are interpolated they are fired only at
- isDefaultTransform() - Method in class androidx.constraintlayout.core.state.WidgetFrame
- isDimensionResolved() - Method in class androidx.constraintlayout.core.widgets.analyzer.WidgetRun
- isDone() - Method in class androidx.constraintlayout.core.parser.CLElement
- isEmpty() - Method in class androidx.constraintlayout.core.ArrayRow
- isEmpty() - Method in class androidx.constraintlayout.core.PriorityGoalRow
- isEmpty() - Method in class androidx.constraintlayout.core.state.Transition
- isFinalValue - Variable in class androidx.constraintlayout.core.SolverVariable
- isHeightMeasuredTooSmall() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidgetContainer
-
Return true if the height given is too small for the content laid out
- isHeightWrapContent() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Returns true if height is set to wrap_content
- isHorizontalSolvingPassDone() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
- isInBarrier(int) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
- isInHorizontalChain() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Test if you are in a Horizontal chain
- isInPlaceholder() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
- isInt() - Method in class androidx.constraintlayout.core.parser.CLNumber
- isInVerticalChain() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Test if you are in a vertical chain
- isInVirtualLayout() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
- isMeasureRequested() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
- isNull() - Method in class androidx.constraintlayout.core.parser.CLToken
- isPercent() - Method in class androidx.constraintlayout.core.widgets.Guideline
- isResolved() - Method in class androidx.constraintlayout.core.widgets.analyzer.WidgetRun
- isResolvedHorizontally() - Method in class androidx.constraintlayout.core.widgets.Barrier
- isResolvedHorizontally() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
- isResolvedHorizontally() - Method in class androidx.constraintlayout.core.widgets.Guideline
- isResolvedVertically() - Method in class androidx.constraintlayout.core.widgets.Barrier
- isResolvedVertically() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
- isResolvedVertically() - Method in class androidx.constraintlayout.core.widgets.Guideline
- isRoot() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Returns true if the widget is the root widget
- isRtl() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidgetContainer
-
Returns the rtl status.
- isSideAnchor() - Method in class androidx.constraintlayout.core.widgets.ConstraintAnchor
-
Return true if this anchor is a side anchor
- isSimilarDimensionConnection(ConstraintAnchor) - Method in class androidx.constraintlayout.core.widgets.ConstraintAnchor
-
Return true if the connection to the given anchor is in the same dimension (horizontal or vertical)
- isSpreadHeight() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
- isSpreadWidth() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
- isStarted() - Method in class androidx.constraintlayout.core.parser.CLElement
- isStopped() - Method in class androidx.constraintlayout.core.motion.utils.SpringStopEngine
- isStopped() - Method in interface androidx.constraintlayout.core.motion.utils.StopEngine
- isStopped() - Method in class androidx.constraintlayout.core.motion.utils.StopLogicEngine.Decelerate
- isStopped() - Method in class androidx.constraintlayout.core.motion.utils.StopLogicEngine
- isTerminalWidget - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- isTouchNotDone(float) - Method in class androidx.constraintlayout.core.state.Transition
-
Are we still animating
- isValidConnection(ConstraintAnchor) - Method in class androidx.constraintlayout.core.widgets.ConstraintAnchor
-
Checks if the connection to a given anchor is valid.
- isVerticalAnchor() - Method in class androidx.constraintlayout.core.widgets.ConstraintAnchor
-
Utility function returning true if this anchor is a vertical one.
- isVerticalSolvingPassDone() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
- isWidthMeasuredTooSmall() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidgetContainer
-
Return true if the width given is too small for the content laid out
- isWidthWrapContent() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Returns true if width is set to wrap_content
- iterations - Variable in class androidx.constraintlayout.core.Metrics
- iterator() - Method in class androidx.constraintlayout.core.parser.CLObject
K
- KEY_TYPE - Static variable in class androidx.constraintlayout.core.motion.key.MotionKeyAttributes
- KEY_TYPE - Static variable in class androidx.constraintlayout.core.motion.key.MotionKeyCycle
- KEY_TYPE - Static variable in class androidx.constraintlayout.core.motion.key.MotionKeyTimeCycle
- KEY_TYPE - Static variable in class androidx.constraintlayout.core.motion.key.MotionKeyTrigger
- KEY_WORDS - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.AttributesType
- KEY_WORDS - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.Custom
- KEY_WORDS - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.CycleType
- KEY_WORDS - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.MotionScene
- KEY_WORDS - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.MotionType
- KEY_WORDS - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.PositionType
- KEY_WORDS - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.TransitionType
- KEY_WORDS - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.TriggerType
- keyAt(int) - Method in class androidx.constraintlayout.core.motion.utils.KeyFrameArray.CustomArray
- keyAt(int) - Method in class androidx.constraintlayout.core.motion.utils.KeyFrameArray.CustomVar
- KeyAttribute - Class in androidx.constraintlayout.core.dsl
-
Provides the API for creating a KeyAttribute Object for use in the Core ConstraintLayout & MotionLayout system
- KeyAttribute(int, String) - Constructor for class androidx.constraintlayout.core.dsl.KeyAttribute
- KeyAttribute.Fit - Enum in androidx.constraintlayout.core.dsl
- KeyAttribute.Visibility - Enum in androidx.constraintlayout.core.dsl
- KeyAttributes - Class in androidx.constraintlayout.core.dsl
-
Provides the API for creating a KeyAttribute Object for use in the Core ConstraintLayout & MotionLayout system This allows multiple KeyAttribute positions to defined in one object.
- KeyAttributes.Fit - Enum in androidx.constraintlayout.core.dsl
- KeyAttributes.Visibility - Enum in androidx.constraintlayout.core.dsl
- KeyCache - Class in androidx.constraintlayout.core.motion.utils
-
Used by KeyTimeCycles (and any future time dependent behaviour) to cache its current parameters to maintain consistency across requestLayout type rebuilds.
- KeyCache() - Constructor for class androidx.constraintlayout.core.motion.utils.KeyCache
- KeyCycle - Class in androidx.constraintlayout.core.dsl
- KeyCycle.Wave - Enum in androidx.constraintlayout.core.dsl
- KeyCycleOscillator - Class in androidx.constraintlayout.core.motion.utils
-
Provide the engine for executing cycles.
- KeyCycleOscillator() - Constructor for class androidx.constraintlayout.core.motion.utils.KeyCycleOscillator
- KeyCycleOscillator.PathRotateSet - Class in androidx.constraintlayout.core.motion.utils
- KeyCycles - Class in androidx.constraintlayout.core.dsl
-
Provides the API for creating a KeyCycle Object for use in the Core ConstraintLayout & MotionLayout system This allows multiple KeyCycle positions to defined in one object.
- KeyCycles.Wave - Enum in androidx.constraintlayout.core.dsl
- KeyFrameArray - Class in androidx.constraintlayout.core.motion.utils
- KeyFrameArray() - Constructor for class androidx.constraintlayout.core.motion.utils.KeyFrameArray
- KeyFrameArray.CustomArray - Class in androidx.constraintlayout.core.motion.utils
- KeyFrameArray.CustomVar - Class in androidx.constraintlayout.core.motion.utils
- KeyFrames - Class in androidx.constraintlayout.core.dsl
-
Provides the API for creating a KeyFrames Object for use in the Core ConstraintLayout & MotionLayout system KeyFrames is a container for KeyAttribute,KeyCycle,KeyPosition etc.
- KeyFrames() - Constructor for class androidx.constraintlayout.core.dsl.KeyFrames
- KeyParser - Class in androidx.constraintlayout.core.motion.parse
- KeyParser() - Constructor for class androidx.constraintlayout.core.motion.parse.KeyParser
- KeyPosition - Class in androidx.constraintlayout.core.dsl
-
Provides the API for creating a KeyPosition Object for use in the Core ConstraintLayout & MotionLayout system
- KeyPosition(String, int) - Constructor for class androidx.constraintlayout.core.dsl.KeyPosition
- KeyPosition.Type - Enum in androidx.constraintlayout.core.dsl
- KeyPositions - Class in androidx.constraintlayout.core.dsl
-
Provides the API for creating a KeyPosition Object for use in the Core ConstraintLayout & MotionLayout system This allows multiple KeyPosition positions to defined in one object.
- KeyPositions(int, String...) - Constructor for class androidx.constraintlayout.core.dsl.KeyPositions
- KeyPositions.Type - Enum in androidx.constraintlayout.core.dsl
- Keys - Class in androidx.constraintlayout.core.dsl
-
This is the base Key for all the key (KeyCycle, KeyPosition, etc.) Objects
- Keys() - Constructor for class androidx.constraintlayout.core.dsl.Keys
L
- lastTableSize - Variable in class androidx.constraintlayout.core.Metrics
- LAYER - androidx.constraintlayout.core.state.State.Helper
- layout() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidgetContainer
-
Layout the tree of widgets
- layout() - Method in class androidx.constraintlayout.core.widgets.WidgetContainer
-
Function implemented by ConstraintWidgetContainer
- layout(int, int, int, int) - Method in class androidx.constraintlayout.core.motion.MotionWidget
- layouts - Variable in class androidx.constraintlayout.core.Metrics
- LayoutVariables() - Constructor for class androidx.constraintlayout.core.state.ConstraintSetParser.LayoutVariables
- left - Variable in class androidx.constraintlayout.core.motion.utils.FloatRect
- left - Variable in class androidx.constraintlayout.core.motion.utils.Rect
- left - Variable in class androidx.constraintlayout.core.motion.utils.ViewState
- left - Variable in class androidx.constraintlayout.core.state.WidgetFrame
- left() - Method in class androidx.constraintlayout.core.state.ConstraintReference
- LEFT - androidx.constraintlayout.core.dsl.Constraint.HSide
- LEFT - androidx.constraintlayout.core.dsl.Constraint.Side
- LEFT - androidx.constraintlayout.core.dsl.OnSwipe.Drag
- LEFT - androidx.constraintlayout.core.dsl.OnSwipe.Side
- LEFT - androidx.constraintlayout.core.state.State.Direction
- LEFT - androidx.constraintlayout.core.widgets.ConstraintAnchor.Type
- LEFT - Static variable in class androidx.constraintlayout.core.widgets.Barrier
- LEFT_TO_LEFT - androidx.constraintlayout.core.state.State.Constraint
- LEFT_TO_RIGHT - androidx.constraintlayout.core.state.State.Constraint
- leftOfWidget(int) - Method in class androidx.constraintlayout.core.utils.GridEngine
-
Get the boxView for the widget i to add a constraint on the left
- leftToLeft(Object) - Method in class androidx.constraintlayout.core.state.ConstraintReference
- leftToRight(Object) - Method in class androidx.constraintlayout.core.state.ConstraintReference
- LIMIT_BOUNDS_TO - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.OnSwipe
- LINEAR - androidx.constraintlayout.core.dsl.KeyAttribute.Fit
- LINEAR - androidx.constraintlayout.core.dsl.KeyAttributes.Fit
- LINEAR - Static variable in class androidx.constraintlayout.core.motion.utils.CurveFit
- LinearCurveFit - Class in androidx.constraintlayout.core.motion.utils
-
This performs a simple linear interpolation in multiple dimensions
- LinearCurveFit(double[], double[][]) - Constructor for class androidx.constraintlayout.core.motion.utils.LinearCurveFit
- linearSolved - Variable in class androidx.constraintlayout.core.Metrics
- LinearSystem - Class in androidx.constraintlayout.core
-
Represents and solves a system of linear equations.
- LinearSystem() - Constructor for class androidx.constraintlayout.core.LinearSystem
- linkToBaseline(Constraint.VAnchor) - Method in class androidx.constraintlayout.core.dsl.Constraint
-
Connect anchor to Baseline
- linkToBaseline(Constraint.VAnchor) - Method in class androidx.constraintlayout.core.dsl.VChain
-
Connect anchor to Baseline
- linkToBaseline(Constraint.VAnchor, int) - Method in class androidx.constraintlayout.core.dsl.Constraint
-
Connect anchor to Baseline
- linkToBaseline(Constraint.VAnchor, int) - Method in class androidx.constraintlayout.core.dsl.VChain
-
Connect anchor to Baseline
- linkToBaseline(Constraint.VAnchor, int, int) - Method in class androidx.constraintlayout.core.dsl.Constraint
-
Connect anchor to Baseline
- linkToBaseline(Constraint.VAnchor, int, int) - Method in class androidx.constraintlayout.core.dsl.VChain
-
Connect anchor to Baseline
- linkToBottom(Constraint.VAnchor) - Method in class androidx.constraintlayout.core.dsl.Constraint
-
Connect anchor to Bottom
- linkToBottom(Constraint.VAnchor) - Method in class androidx.constraintlayout.core.dsl.VChain
-
Connect anchor to Bottom
- linkToBottom(Constraint.VAnchor, int) - Method in class androidx.constraintlayout.core.dsl.Constraint
-
Connect anchor to Bottom
- linkToBottom(Constraint.VAnchor, int) - Method in class androidx.constraintlayout.core.dsl.VChain
-
Connect anchor to Bottom
- linkToBottom(Constraint.VAnchor, int, int) - Method in class androidx.constraintlayout.core.dsl.Constraint
-
Connect anchor to Bottom
- linkToBottom(Constraint.VAnchor, int, int) - Method in class androidx.constraintlayout.core.dsl.VChain
-
Connect anchor to Bottom
- linkToEnd(Constraint.HAnchor) - Method in class androidx.constraintlayout.core.dsl.Constraint
-
Connect anchor to End
- linkToEnd(Constraint.HAnchor) - Method in class androidx.constraintlayout.core.dsl.HChain
-
Connect anchor to End
- linkToEnd(Constraint.HAnchor, int) - Method in class androidx.constraintlayout.core.dsl.Constraint
-
Connect anchor to End
- linkToEnd(Constraint.HAnchor, int) - Method in class androidx.constraintlayout.core.dsl.HChain
-
Connect anchor to End
- linkToEnd(Constraint.HAnchor, int, int) - Method in class androidx.constraintlayout.core.dsl.Constraint
-
Connect anchor to End
- linkToEnd(Constraint.HAnchor, int, int) - Method in class androidx.constraintlayout.core.dsl.HChain
-
Connect anchor to End
- linkToLeft(Constraint.HAnchor) - Method in class androidx.constraintlayout.core.dsl.Constraint
-
Connect anchor to Left
- linkToLeft(Constraint.HAnchor) - Method in class androidx.constraintlayout.core.dsl.HChain
-
Connect anchor to Left
- linkToLeft(Constraint.HAnchor, int) - Method in class androidx.constraintlayout.core.dsl.Constraint
-
Connect anchor to Left
- linkToLeft(Constraint.HAnchor, int) - Method in class androidx.constraintlayout.core.dsl.HChain
-
Connect anchor to Left
- linkToLeft(Constraint.HAnchor, int, int) - Method in class androidx.constraintlayout.core.dsl.Constraint
-
Connect anchor to Left
- linkToLeft(Constraint.HAnchor, int, int) - Method in class androidx.constraintlayout.core.dsl.HChain
-
Connect anchor to Left
- linkToRight(Constraint.HAnchor) - Method in class androidx.constraintlayout.core.dsl.Constraint
-
Connect anchor to Right
- linkToRight(Constraint.HAnchor) - Method in class androidx.constraintlayout.core.dsl.HChain
-
Connect anchor to Right
- linkToRight(Constraint.HAnchor, int) - Method in class androidx.constraintlayout.core.dsl.Constraint
-
Connect anchor to Right
- linkToRight(Constraint.HAnchor, int) - Method in class androidx.constraintlayout.core.dsl.HChain
-
Connect anchor to Right
- linkToRight(Constraint.HAnchor, int, int) - Method in class androidx.constraintlayout.core.dsl.Constraint
-
Connect anchor to Right
- linkToRight(Constraint.HAnchor, int, int) - Method in class androidx.constraintlayout.core.dsl.HChain
-
Connect anchor to Right
- linkToStart(Constraint.HAnchor) - Method in class androidx.constraintlayout.core.dsl.Constraint
-
Connect anchor to Start
- linkToStart(Constraint.HAnchor) - Method in class androidx.constraintlayout.core.dsl.HChain
-
Connect anchor to Start
- linkToStart(Constraint.HAnchor, int) - Method in class androidx.constraintlayout.core.dsl.Constraint
-
Connect anchor to Start
- linkToStart(Constraint.HAnchor, int) - Method in class androidx.constraintlayout.core.dsl.HChain
-
Connect anchor to Start
- linkToStart(Constraint.HAnchor, int, int) - Method in class androidx.constraintlayout.core.dsl.Constraint
-
Connect anchor to Start
- linkToStart(Constraint.HAnchor, int, int) - Method in class androidx.constraintlayout.core.dsl.HChain
-
Connect anchor to Start
- linkToTop(Constraint.VAnchor) - Method in class androidx.constraintlayout.core.dsl.Constraint
-
Connect anchor to Top
- linkToTop(Constraint.VAnchor) - Method in class androidx.constraintlayout.core.dsl.VChain
-
Connect anchor to Top
- linkToTop(Constraint.VAnchor, int) - Method in class androidx.constraintlayout.core.dsl.Constraint
-
Connect anchor to Top
- linkToTop(Constraint.VAnchor, int) - Method in class androidx.constraintlayout.core.dsl.VChain
-
Connect anchor to Top
- linkToTop(Constraint.VAnchor, int, int) - Method in class androidx.constraintlayout.core.dsl.Constraint
-
Connect anchor to Top
- linkToTop(Constraint.VAnchor, int, int) - Method in class androidx.constraintlayout.core.dsl.VChain
-
Connect anchor to Top
- log(String) - Static method in class androidx.constraintlayout.core.motion.utils.Utils
- log(String, String) - Static method in class androidx.constraintlayout.core.motion.utils.Utils
- loge(String, String) - Static method in class androidx.constraintlayout.core.motion.utils.Utils
- logStack(String, int) - Static method in class androidx.constraintlayout.core.motion.utils.Utils
- ls(int) - Static method in class androidx.constraintlayout.core.widgets.analyzer.Direct
-
Small utility function to indent logs depending on the level
M
- main(String[]) - Static method in class androidx.constraintlayout.core.dsl.Helper
- main(String[]) - Static method in class androidx.constraintlayout.core.motion.parse.KeyParser
- makeCustomSpline(String, KeyFrameArray.CustomArray) - Static method in class androidx.constraintlayout.core.motion.utils.SplineSet
- makeCustomSplineSet(String, KeyFrameArray.CustomVar) - Static method in class androidx.constraintlayout.core.motion.utils.SplineSet
- makeSpline(String, long) - Static method in class androidx.constraintlayout.core.motion.utils.SplineSet
- makeWidgetCycle(String) - Static method in class androidx.constraintlayout.core.motion.utils.KeyCycleOscillator
- mAltPercentX - Variable in class androidx.constraintlayout.core.motion.key.MotionKeyPosition
- mAltPercentY - Variable in class androidx.constraintlayout.core.motion.key.MotionKeyPosition
- mAnchors - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- mAnimateCircleAngleTo - Variable in class androidx.constraintlayout.core.motion.MotionWidget.Motion
- mAnimateRelativeTo - Variable in class androidx.constraintlayout.core.motion.MotionWidget.Motion
- map(Object, Object) - Method in class androidx.constraintlayout.core.state.State
- margin(int) - Method in class androidx.constraintlayout.core.state.ConstraintReference
- margin(int) - Method in class androidx.constraintlayout.core.state.helpers.BarrierReference
- margin(Object) - Method in class androidx.constraintlayout.core.state.ConstraintReference
- margin(Object) - Method in class androidx.constraintlayout.core.state.helpers.BarrierReference
- marginGone(int) - Method in class androidx.constraintlayout.core.state.ConstraintReference
- marginGone(Object) - Method in class androidx.constraintlayout.core.state.ConstraintReference
- markHorizontalSolvingPassDone() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
- markVerticalSolvingPassDone() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
- markWidgets() - Method in class androidx.constraintlayout.core.widgets.Barrier
- MATCH_CONSTRAINT - androidx.constraintlayout.core.state.Dimension.Type
- MATCH_CONSTRAINT - androidx.constraintlayout.core.widgets.ConstraintWidget.DimensionBehaviour
- MATCH_CONSTRAINT - Static variable in class androidx.constraintlayout.core.motion.MotionWidget
- MATCH_CONSTRAINT_PERCENT - Static variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- MATCH_CONSTRAINT_RATIO - Static variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- MATCH_CONSTRAINT_RATIO_RESOLVED - Static variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- MATCH_CONSTRAINT_SPREAD - Static variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- MATCH_CONSTRAINT_WRAP - Static variable in class androidx.constraintlayout.core.motion.MotionWidget
- MATCH_CONSTRAINT_WRAP - Static variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- MATCH_PARENT - androidx.constraintlayout.core.state.Dimension.Type
- MATCH_PARENT - androidx.constraintlayout.core.widgets.ConstraintWidget.DimensionBehaviour
- MATCH_PARENT - Static variable in class androidx.constraintlayout.core.motion.MotionWidget
- MATCH_PARENT - Static variable in class androidx.constraintlayout.core.widgets.analyzer.BasicMeasure
- matchConstraintsType - Variable in class androidx.constraintlayout.core.widgets.analyzer.WidgetRun
- max(int) - Method in class androidx.constraintlayout.core.state.Dimension
- max(Object) - Method in class androidx.constraintlayout.core.state.Dimension
- MAX_ACCELERATION - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.OnSwipe
- MAX_VELOCITY - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.OnSwipe
- maxRows - Variable in class androidx.constraintlayout.core.Metrics
- maxTableSize - Variable in class androidx.constraintlayout.core.Metrics
- maxVariables - Variable in class androidx.constraintlayout.core.Metrics
- mBaseline - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- mBias - Variable in class androidx.constraintlayout.core.state.helpers.ChainReference
- mBottom - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- mBottomToBottom - Variable in class androidx.constraintlayout.core.state.ConstraintReference
- mBottomToTop - Variable in class androidx.constraintlayout.core.state.ConstraintReference
- mCache - Variable in class androidx.constraintlayout.core.ArrayLinkedVariables
- mCache - Variable in class androidx.constraintlayout.core.motion.utils.TimeCycleSplineSet
- mCache - Variable in class androidx.constraintlayout.core.SolverVariableValues
- mCenter - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- mChildCount - Variable in class androidx.constraintlayout.core.Metrics
- mChildren - Variable in class androidx.constraintlayout.core.widgets.WidgetContainer
- mCircleConstraintAngle - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- mContainer - Variable in class androidx.constraintlayout.core.parser.CLElement
- mContinue - Variable in class androidx.constraintlayout.core.motion.utils.TimeCycleSplineSet
- mCount - Variable in class androidx.constraintlayout.core.motion.utils.TimeCycleSplineSet
- mCurveFit - Variable in class androidx.constraintlayout.core.motion.key.MotionKeyPosition
- mCurveFit - Variable in class androidx.constraintlayout.core.motion.utils.SplineSet
- mCurveFit - Variable in class androidx.constraintlayout.core.motion.utils.TimeCycleSplineSet
- mCustom - Variable in class androidx.constraintlayout.core.motion.key.MotionKey
- mDependencyGraph - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidgetContainer
- mDimensionBehavior - Variable in class androidx.constraintlayout.core.widgets.analyzer.WidgetRun
- mDimensionRatio - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- mDimensionRatioSide - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- mDrawPath - Variable in class androidx.constraintlayout.core.motion.key.MotionKeyPosition
- mDrawPath - Variable in class androidx.constraintlayout.core.motion.MotionWidget.Motion
- measure(int, int, int, int) - Method in class androidx.constraintlayout.core.widgets.Flow
- measure(int, int, int, int) - Method in class androidx.constraintlayout.core.widgets.Placeholder
- measure(int, int, int, int) - Method in class androidx.constraintlayout.core.widgets.VirtualLayout
- measure(int, int, int, int, int, int, int, int, int) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidgetContainer
-
Measure the layout
- measure(int, ConstraintWidget, BasicMeasure.Measurer, BasicMeasure.Measure, int) - Static method in class androidx.constraintlayout.core.widgets.ConstraintWidgetContainer
- measure(ConstraintWidget, BasicMeasure.Measure) - Method in interface androidx.constraintlayout.core.widgets.analyzer.BasicMeasure.Measurer
- measure(ConstraintWidget, ConstraintWidget.DimensionBehaviour, int, ConstraintWidget.DimensionBehaviour, int) - Method in class androidx.constraintlayout.core.widgets.VirtualLayout
- Measure() - Constructor for class androidx.constraintlayout.core.widgets.analyzer.BasicMeasure.Measure
- measureChildren() - Method in class androidx.constraintlayout.core.widgets.VirtualLayout
- measured - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- measuredBaseline - Variable in class androidx.constraintlayout.core.widgets.analyzer.BasicMeasure.Measure
- measuredHasBaseline - Variable in class androidx.constraintlayout.core.widgets.analyzer.BasicMeasure.Measure
- measuredHeight - Variable in class androidx.constraintlayout.core.widgets.analyzer.BasicMeasure.Measure
- measuredMatchWidgets - Variable in class androidx.constraintlayout.core.Metrics
- measuredNeedsSolverPass - Variable in class androidx.constraintlayout.core.widgets.analyzer.BasicMeasure.Measure
- measuredWidgets - Variable in class androidx.constraintlayout.core.Metrics
- measuredWidth - Variable in class androidx.constraintlayout.core.widgets.analyzer.BasicMeasure.Measure
- measures - Variable in class androidx.constraintlayout.core.Metrics
- measuresLayoutDuration - Variable in class androidx.constraintlayout.core.Metrics
- measureStrategy - Variable in class androidx.constraintlayout.core.widgets.analyzer.BasicMeasure.Measure
- measuresWidgetsDuration - Variable in class androidx.constraintlayout.core.Metrics
- measuresWrap - Variable in class androidx.constraintlayout.core.Metrics
- measuresWrapInfeasible - Variable in class androidx.constraintlayout.core.Metrics
- measureWidgets() - Method in class androidx.constraintlayout.core.widgets.analyzer.DependencyGraph
- measureWrap(LinearSystem, int) - Method in class androidx.constraintlayout.core.widgets.analyzer.WidgetGroup
- mEnd - Variable in class androidx.constraintlayout.core.parser.CLElement
- mEndToEnd - Variable in class androidx.constraintlayout.core.state.ConstraintReference
- mEndToStart - Variable in class androidx.constraintlayout.core.state.ConstraintReference
- mEquations - Variable in class androidx.constraintlayout.core.Metrics
- message(String) - Method in interface androidx.constraintlayout.core.motion.utils.Utils.DebugHandle
- Metrics - Class in androidx.constraintlayout.core
-
Utility class to track metrics during the system resolution
- Metrics() - Constructor for class androidx.constraintlayout.core.Metrics
- mFirst - Variable in class androidx.constraintlayout.core.widgets.ChainHead
- mFirstHorizontalBias - Variable in class androidx.constraintlayout.core.state.helpers.FlowReference
- mFirstHorizontalStyle - Variable in class androidx.constraintlayout.core.state.helpers.FlowReference
- mFirstMatchConstraintWidget - Variable in class androidx.constraintlayout.core.widgets.ChainHead
- mFirstVerticalBias - Variable in class androidx.constraintlayout.core.state.helpers.FlowReference
- mFirstVerticalStyle - Variable in class androidx.constraintlayout.core.state.helpers.FlowReference
- mFirstVisibleWidget - Variable in class androidx.constraintlayout.core.widgets.ChainHead
- mFlow - Variable in class androidx.constraintlayout.core.state.helpers.FlowReference
- mFramePosition - Variable in class androidx.constraintlayout.core.motion.key.MotionKey
- mGroupsWrapOptimized - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidgetContainer
- mGuidelineUseRtl - Variable in class androidx.constraintlayout.core.widgets.Guideline
- mHasComplexMatchWeights - Variable in class androidx.constraintlayout.core.widgets.ChainHead
- mHasDefinedWeights - Variable in class androidx.constraintlayout.core.widgets.ChainHead
- mHasRatio - Variable in class androidx.constraintlayout.core.widgets.ChainHead
- mHasUndefinedWeights - Variable in class androidx.constraintlayout.core.widgets.ChainHead
- mHead - Variable in class androidx.constraintlayout.core.widgets.ChainHead
- mHelperReferences - Variable in class androidx.constraintlayout.core.state.State
- mHelperState - Variable in class androidx.constraintlayout.core.state.HelperReference
- mHorizontalAlign - Variable in class androidx.constraintlayout.core.state.helpers.FlowReference
- mHorizontalBias - Variable in class androidx.constraintlayout.core.state.ConstraintReference
- mHorizontalChainsSize - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidgetContainer
- mHorizontalGap - Variable in class androidx.constraintlayout.core.state.helpers.FlowReference
- mHorizontalResolution - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- mHorizontalRun - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- mHorizontalStyle - Variable in class androidx.constraintlayout.core.state.helpers.FlowReference
- mHorizontalWrapOptimized - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidgetContainer
- mId - Variable in class androidx.constraintlayout.core.motion.Motion
- mId - Variable in class androidx.constraintlayout.core.motion.MotionPaths
- MIDDLE - androidx.constraintlayout.core.dsl.OnSwipe.Side
- mIdString - Variable in class androidx.constraintlayout.core.motion.key.MotionConstraintSet
- min(int) - Method in class androidx.constraintlayout.core.state.Dimension
- min(Object) - Method in class androidx.constraintlayout.core.state.Dimension
- minimize - Variable in class androidx.constraintlayout.core.Metrics
- minimize() - Method in class androidx.constraintlayout.core.LinearSystem
-
Minimize the current goal of the system.
- minimizeGoal - Variable in class androidx.constraintlayout.core.Metrics
- mIsHeightWrapContent - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- mIsWidthWrapContent - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- mLast - Variable in class androidx.constraintlayout.core.widgets.ChainHead
- mLastCycle - Variable in class androidx.constraintlayout.core.motion.utils.TimeCycleSplineSet
- mLastHorizontalBias - Variable in class androidx.constraintlayout.core.state.helpers.FlowReference
- mLastHorizontalStyle - Variable in class androidx.constraintlayout.core.state.helpers.FlowReference
- mLastMatchConstraintWidget - Variable in class androidx.constraintlayout.core.widgets.ChainHead
- mLastTime - Variable in class androidx.constraintlayout.core.motion.utils.TimeCycleSplineSet
- mLastVerticalBias - Variable in class androidx.constraintlayout.core.state.helpers.FlowReference
- mLastVerticalStyle - Variable in class androidx.constraintlayout.core.state.helpers.FlowReference
- mLastVisibleWidget - Variable in class androidx.constraintlayout.core.widgets.ChainHead
- mLeft - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- mLeftToLeft - Variable in class androidx.constraintlayout.core.state.ConstraintReference
- mLeftToRight - Variable in class androidx.constraintlayout.core.state.ConstraintReference
- mListAnchors - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- mListDimensionBehaviors - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- mListNextMatchConstraintsWidget - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- mMapPostMargin - Variable in class androidx.constraintlayout.core.state.helpers.ChainReference
- mMapPostMargin - Variable in class androidx.constraintlayout.core.state.helpers.FlowReference
- mMapPreMargin - Variable in class androidx.constraintlayout.core.state.helpers.ChainReference
- mMapPreMargin - Variable in class androidx.constraintlayout.core.state.helpers.FlowReference
- mMapWeights - Variable in class androidx.constraintlayout.core.state.helpers.ChainReference
- mMapWeights - Variable in class androidx.constraintlayout.core.state.helpers.FlowReference
- mMargin - Variable in class androidx.constraintlayout.core.widgets.ConstraintAnchor
- mMarginBottom - Variable in class androidx.constraintlayout.core.state.ConstraintReference
- mMarginBottomGone - Variable in class androidx.constraintlayout.core.state.ConstraintReference
- mMarginEnd - Variable in class androidx.constraintlayout.core.state.ConstraintReference
- mMarginEndGone - Variable in class androidx.constraintlayout.core.state.ConstraintReference
- mMarginLeft - Variable in class androidx.constraintlayout.core.state.ConstraintReference
- mMarginLeftGone - Variable in class androidx.constraintlayout.core.state.ConstraintReference
- mMarginRight - Variable in class androidx.constraintlayout.core.state.ConstraintReference
- mMarginRightGone - Variable in class androidx.constraintlayout.core.state.ConstraintReference
- mMarginStart - Variable in class androidx.constraintlayout.core.state.ConstraintReference
- mMarginStartGone - Variable in class androidx.constraintlayout.core.state.ConstraintReference
- mMarginTop - Variable in class androidx.constraintlayout.core.state.ConstraintReference
- mMarginTopGone - Variable in class androidx.constraintlayout.core.state.ConstraintReference
- mMatchConstraintDefaultHeight - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- mMatchConstraintDefaultWidth - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- mMatchConstraintMaxHeight - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- mMatchConstraintMaxWidth - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- mMatchConstraintMinHeight - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- mMatchConstraintMinWidth - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- mMatchConstraintPercentHeight - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- mMatchConstraintPercentWidth - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- mMaxElementsWrap - Variable in class androidx.constraintlayout.core.state.helpers.FlowReference
- mMeasure - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidgetContainer
- mMeasure - Variable in class androidx.constraintlayout.core.widgets.VirtualLayout
- mMeasureCalls - Variable in class androidx.constraintlayout.core.Metrics
- mMeasureDuration - Variable in class androidx.constraintlayout.core.Metrics
- mMeasurer - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidgetContainer
- mMetrics - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidgetContainer
- mMinHeight - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- mMinWidth - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- mMotionStagger - Variable in class androidx.constraintlayout.core.motion.MotionWidget.Motion
- mNextChainWidget - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- mNumberOfLayouts - Variable in class androidx.constraintlayout.core.Metrics
- mNumberOfMeasures - Variable in class androidx.constraintlayout.core.Metrics
- mOffsetX - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- mOffsetY - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- MonotonicCurveFit - Class in androidx.constraintlayout.core.motion.utils
-
This performs a spline interpolation in multiple dimensions
- MonotonicCurveFit(double[], double[][]) - Constructor for class androidx.constraintlayout.core.motion.utils.MonotonicCurveFit
- mOrientation - Variable in class androidx.constraintlayout.core.state.helpers.FlowReference
- Motion - Class in androidx.constraintlayout.core.motion
-
This contains the picture of a view through the a transition and is used to interpolate it During an transition every view has a MotionController which drives its position.
- Motion() - Constructor for class androidx.constraintlayout.core.motion.MotionWidget.Motion
- Motion(MotionWidget) - Constructor for class androidx.constraintlayout.core.motion.Motion
- MotionConstraintSet - Class in androidx.constraintlayout.core.motion.key
- MotionConstraintSet() - Constructor for class androidx.constraintlayout.core.motion.key.MotionConstraintSet
- MotionKey - Class in androidx.constraintlayout.core.motion.key
-
Base class in an element in a KeyFrame
- MotionKey() - Constructor for class androidx.constraintlayout.core.motion.key.MotionKey
- MotionKeyAttributes - Class in androidx.constraintlayout.core.motion.key
- MotionKeyAttributes() - Constructor for class androidx.constraintlayout.core.motion.key.MotionKeyAttributes
- MotionKeyCycle - Class in androidx.constraintlayout.core.motion.key
- MotionKeyCycle() - Constructor for class androidx.constraintlayout.core.motion.key.MotionKeyCycle
- MotionKeyPosition - Class in androidx.constraintlayout.core.motion.key
- MotionKeyPosition() - Constructor for class androidx.constraintlayout.core.motion.key.MotionKeyPosition
- MotionKeyTimeCycle - Class in androidx.constraintlayout.core.motion.key
- MotionKeyTimeCycle() - Constructor for class androidx.constraintlayout.core.motion.key.MotionKeyTimeCycle
- MotionKeyTrigger - Class in androidx.constraintlayout.core.motion.key
- MotionKeyTrigger() - Constructor for class androidx.constraintlayout.core.motion.key.MotionKeyTrigger
- MotionPaths - Class in androidx.constraintlayout.core.motion
-
This is used to capture and play back path of the layout.
- MotionPaths() - Constructor for class androidx.constraintlayout.core.motion.MotionPaths
- MotionPaths(int, int, MotionKeyPosition, MotionPaths, MotionPaths) - Constructor for class androidx.constraintlayout.core.motion.MotionPaths
-
takes the new keyPosition
- MotionScene - Class in androidx.constraintlayout.core.dsl
-
This defines to MotionScene container It contains ConstraintSet and Transitions
- MotionScene() - Constructor for class androidx.constraintlayout.core.dsl.MotionScene
- MotionWidget - Class in androidx.constraintlayout.core.motion
- MotionWidget() - Constructor for class androidx.constraintlayout.core.motion.MotionWidget
- MotionWidget(WidgetFrame) - Constructor for class androidx.constraintlayout.core.motion.MotionWidget
- MotionWidget.Motion - Class in androidx.constraintlayout.core.motion
- MotionWidget.PropertySet - Class in androidx.constraintlayout.core.motion
- MOVE_WHEN_SCROLLAT_TOP - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.OnSwipe
- moveTo(int, WidgetGroup) - Method in class androidx.constraintlayout.core.widgets.analyzer.WidgetGroup
- mOwner - Variable in class androidx.constraintlayout.core.widgets.ConstraintAnchor
- mPaddingBottom - Variable in class androidx.constraintlayout.core.state.helpers.FlowReference
- mPaddingLeft - Variable in class androidx.constraintlayout.core.state.helpers.FlowReference
- mPaddingRight - Variable in class androidx.constraintlayout.core.state.helpers.FlowReference
- mPaddingTop - Variable in class androidx.constraintlayout.core.state.helpers.FlowReference
- mParent - Variable in class androidx.constraintlayout.core.state.State
- mParent - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- mPathMotionArc - Variable in class androidx.constraintlayout.core.motion.key.MotionKeyPosition
- mPathMotionArc - Variable in class androidx.constraintlayout.core.motion.MotionWidget.Motion
- mPathRotate - Variable in class androidx.constraintlayout.core.motion.MotionWidget.Motion
- mPercentHeight - Variable in class androidx.constraintlayout.core.motion.key.MotionKeyPosition
- mPercentWidth - Variable in class androidx.constraintlayout.core.motion.key.MotionKeyPosition
- mPercentX - Variable in class androidx.constraintlayout.core.motion.key.MotionKeyPosition
- mPercentY - Variable in class androidx.constraintlayout.core.motion.key.MotionKeyPosition
- mPolarRelativeTo - Variable in class androidx.constraintlayout.core.motion.MotionWidget.Motion
- mPositionType - Variable in class androidx.constraintlayout.core.motion.key.MotionKeyPosition
- mProgress - Variable in class androidx.constraintlayout.core.motion.MotionWidget.PropertySet
- mQuantizeInterpolatorID - Variable in class androidx.constraintlayout.core.motion.MotionWidget.Motion
- mQuantizeInterpolatorString - Variable in class androidx.constraintlayout.core.motion.MotionWidget.Motion
- mQuantizeInterpolatorType - Variable in class androidx.constraintlayout.core.motion.MotionWidget.Motion
- mQuantizeMotionPhase - Variable in class androidx.constraintlayout.core.motion.MotionWidget.Motion
- mQuantizeMotionSteps - Variable in class androidx.constraintlayout.core.motion.MotionWidget.Motion
- mReferences - Variable in class androidx.constraintlayout.core.state.HelperReference
- mReferences - Variable in class androidx.constraintlayout.core.state.State
- mRelativeBegin - Variable in class androidx.constraintlayout.core.widgets.Guideline
- mRelativeEnd - Variable in class androidx.constraintlayout.core.widgets.Guideline
- mRelativePercent - Variable in class androidx.constraintlayout.core.widgets.Guideline
- mResolvedMatchConstraintDefault - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- mRight - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- mRightToLeft - Variable in class androidx.constraintlayout.core.state.ConstraintReference
- mRightToRight - Variable in class androidx.constraintlayout.core.state.ConstraintReference
- mRotate - Variable in class androidx.constraintlayout.core.motion.key.MotionConstraintSet
- mRunType - Variable in class androidx.constraintlayout.core.widgets.analyzer.WidgetRun
- mSimpleEquations - Variable in class androidx.constraintlayout.core.Metrics
- mSkipSolver - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidgetContainer
- mSolverPasses - Variable in class androidx.constraintlayout.core.Metrics
- mStart - Variable in class androidx.constraintlayout.core.parser.CLElement
- mStartToEnd - Variable in class androidx.constraintlayout.core.state.ConstraintReference
- mStartToStart - Variable in class androidx.constraintlayout.core.state.ConstraintReference
- mStyle - Variable in class androidx.constraintlayout.core.state.helpers.ChainReference
- mSystem - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidgetContainer
- mTarget - Variable in class androidx.constraintlayout.core.widgets.ConstraintAnchor
- mTimePoints - Variable in class androidx.constraintlayout.core.motion.utils.SplineSet
- mTimePoints - Variable in class androidx.constraintlayout.core.motion.utils.TimeCycleSplineSet
- mTop - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- mTopToBottom - Variable in class androidx.constraintlayout.core.state.ConstraintReference
- mTopToTop - Variable in class androidx.constraintlayout.core.state.ConstraintReference
- mTotalWeight - Variable in class androidx.constraintlayout.core.widgets.ChainHead
- mTransitionEasing - Variable in class androidx.constraintlayout.core.motion.key.MotionKeyPosition
- mTransitionEasing - Variable in class androidx.constraintlayout.core.motion.MotionWidget.Motion
- mType - Variable in class androidx.constraintlayout.core.motion.key.MotionKey
- mType - Variable in class androidx.constraintlayout.core.motion.utils.TimeCycleSplineSet
- mType - Variable in class androidx.constraintlayout.core.widgets.ConstraintAnchor
- mValues - Variable in class androidx.constraintlayout.core.motion.utils.SplineSet
- mValues - Variable in class androidx.constraintlayout.core.motion.utils.TimeCycleSplineSet
- mVariables - Variable in class androidx.constraintlayout.core.Metrics
- mVariesBy - Variable in class androidx.constraintlayout.core.motion.utils.KeyCycleOscillator
- mVerticalAlign - Variable in class androidx.constraintlayout.core.state.helpers.FlowReference
- mVerticalBias - Variable in class androidx.constraintlayout.core.state.ConstraintReference
- mVerticalChainsSize - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidgetContainer
- mVerticalGap - Variable in class androidx.constraintlayout.core.state.helpers.FlowReference
- mVerticalResolution - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- mVerticalRun - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- mVerticalStyle - Variable in class androidx.constraintlayout.core.state.helpers.FlowReference
- mVerticalWrapOptimized - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidgetContainer
- mVisibilityMode - Variable in class androidx.constraintlayout.core.motion.MotionWidget.PropertySet
- mWaveShape - Variable in class androidx.constraintlayout.core.motion.utils.TimeCycleSplineSet
- mWeight - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- mWeightedMatchConstraintsWidgets - Variable in class androidx.constraintlayout.core.widgets.ChainHead
- mWidgets - Variable in class androidx.constraintlayout.core.widgets.HelperWidget
- mWidgetsCount - Variable in class androidx.constraintlayout.core.widgets.ChainHead
- mWidgetsCount - Variable in class androidx.constraintlayout.core.widgets.HelperWidget
- mWidgetsMatchCount - Variable in class androidx.constraintlayout.core.widgets.ChainHead
- mWrapFixedHeight - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidgetContainer
- mWrapFixedWidth - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidgetContainer
- mWrapMode - Variable in class androidx.constraintlayout.core.state.helpers.FlowReference
- mX - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- mY - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
N
- name - Variable in class androidx.constraintlayout.core.dsl.Helper
- name - Variable in class androidx.constraintlayout.core.state.WidgetFrame
- name() - Method in class androidx.constraintlayout.core.widgets.analyzer.DependencyNode
- NAME - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.AttributesType
- NAME - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.Custom
- NAME - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.CycleType
- NAME - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.MotionScene
- NAME - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.MotionType
- NAME - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.PositionType
- NAME - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.TransitionType
- NAME - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.TriggerType
- NAMED_EASING - Static variable in class androidx.constraintlayout.core.motion.utils.Easing
- names() - Method in class androidx.constraintlayout.core.parser.CLContainer
- needsCallbackFromSolver(boolean) - Method in class androidx.constraintlayout.core.widgets.VirtualLayout
- needSolverPass() - Method in class androidx.constraintlayout.core.widgets.VirtualLayout
- NEGATIVE_CROSS - Static variable in class androidx.constraintlayout.core.motion.key.MotionKeyTrigger
- NEGATIVE_CROSS - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.TriggerType
- NESTED_SCROLL_FLAGS - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.OnSwipe
- NESTED_SCROLL_FLAGS_ENUM - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.OnSwipe
- NEVER_COMPLETE_END - androidx.constraintlayout.core.dsl.OnSwipe.TouchUp
- NEVER_COMPLETE_START - androidx.constraintlayout.core.dsl.OnSwipe.TouchUp
- newgraphOptimizer - Variable in class androidx.constraintlayout.core.LinearSystem
- NONE - androidx.constraintlayout.core.state.ConstraintSetParser.MotionLayoutDebugFlags
- NONE - androidx.constraintlayout.core.state.State.Wrap
- NONE - androidx.constraintlayout.core.widgets.ConstraintAnchor.Type
- nonresolvedWidgets - Variable in class androidx.constraintlayout.core.Metrics
- normalize() - Method in class androidx.constraintlayout.core.motion.utils.Oscillator
-
After adding point every thing must be normalized
- notStarted() - Method in class androidx.constraintlayout.core.parser.CLElement
- numberOfInterpolatedValues() - Method in class androidx.constraintlayout.core.motion.CustomAttribute
-
The number of interpolation values that need to be interpolated Typically 1 but 3 for colors.
- numberOfInterpolatedValues() - Method in class androidx.constraintlayout.core.motion.CustomVariable
-
The number of interpolation values that need to be interpolated Typically 1 but 3 for colors.
O
- OLD_WAY - Static variable in class androidx.constraintlayout.core.motion.MotionPaths
- ON_TOUCH_UP - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.OnSwipe
- ON_TOUCH_UP_ENUM - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.OnSwipe
- onDimensions(int, int) - Method in interface androidx.constraintlayout.core.state.RegistryCallback
- onNewMotionScene(String) - Method in interface androidx.constraintlayout.core.state.RegistryCallback
- onProgress(float) - Method in interface androidx.constraintlayout.core.state.RegistryCallback
- OnSwipe - Class in androidx.constraintlayout.core.dsl
-
Create automatic swipe handling object
- OnSwipe() - Constructor for class androidx.constraintlayout.core.dsl.OnSwipe
- OnSwipe(String, OnSwipe.Side, OnSwipe.Drag) - Constructor for class androidx.constraintlayout.core.dsl.OnSwipe
- OnSwipe.Boundary - Enum in androidx.constraintlayout.core.dsl
- OnSwipe.Drag - Enum in androidx.constraintlayout.core.dsl
- OnSwipe.Mode - Enum in androidx.constraintlayout.core.dsl
- OnSwipe.Side - Enum in androidx.constraintlayout.core.dsl
- OnSwipe.TouchUp - Enum in androidx.constraintlayout.core.dsl
- oppositeDimensionDependsOn(int) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
- oppositeDimensionsTied() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
- OPTIMIZATION_BARRIER - Static variable in class androidx.constraintlayout.core.widgets.Optimizer
- OPTIMIZATION_CACHE_MEASURES - Static variable in class androidx.constraintlayout.core.widgets.Optimizer
- OPTIMIZATION_CHAIN - Static variable in class androidx.constraintlayout.core.widgets.Optimizer
- OPTIMIZATION_DEPENDENCY_ORDERING - Static variable in class androidx.constraintlayout.core.widgets.Optimizer
- OPTIMIZATION_DIMENSIONS - Static variable in class androidx.constraintlayout.core.widgets.Optimizer
- OPTIMIZATION_DIRECT - Static variable in class androidx.constraintlayout.core.widgets.Optimizer
- OPTIMIZATION_GRAPH - Static variable in class androidx.constraintlayout.core.widgets.Optimizer
- OPTIMIZATION_GRAPH_WRAP - Static variable in class androidx.constraintlayout.core.widgets.Optimizer
- OPTIMIZATION_GROUPING - Static variable in class androidx.constraintlayout.core.widgets.Optimizer
- OPTIMIZATION_GROUPS - Static variable in class androidx.constraintlayout.core.widgets.Optimizer
- OPTIMIZATION_NONE - Static variable in class androidx.constraintlayout.core.widgets.Optimizer
- OPTIMIZATION_RATIO - Static variable in class androidx.constraintlayout.core.widgets.Optimizer
- OPTIMIZATION_STANDARD - Static variable in class androidx.constraintlayout.core.widgets.Optimizer
- optimize - Variable in class androidx.constraintlayout.core.Metrics
- OPTIMIZED_ARRAY_ROW_CREATION - Static variable in class androidx.constraintlayout.core.LinearSystem
- OPTIMIZED_ENGINE - Static variable in class androidx.constraintlayout.core.LinearSystem
- optimizeFor(int) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidgetContainer
-
Returns true if the given feature should be optimized
- Optimizer - Class in androidx.constraintlayout.core.widgets
-
Implements direct resolution without using the solver
- Optimizer() - Constructor for class androidx.constraintlayout.core.widgets.Optimizer
- orientation - Variable in class androidx.constraintlayout.core.widgets.analyzer.WidgetRun
- Oscillator - Class in androidx.constraintlayout.core.motion.utils
-
This generates variable frequency oscillation curves
- Oscillator() - Constructor for class androidx.constraintlayout.core.motion.utils.Oscillator
- OVERSHOOT - androidx.constraintlayout.core.dsl.OnSwipe.Boundary
P
- PACKED - androidx.constraintlayout.core.dsl.Chain.Style
- PACKED - androidx.constraintlayout.core.dsl.Constraint.ChainMode
- PACKED - androidx.constraintlayout.core.state.State.Chain
- PARENT - Static variable in class androidx.constraintlayout.core.dsl.Constraint
- PARENT - Static variable in class androidx.constraintlayout.core.state.State
- PARENT_DIMENSION - Static variable in class androidx.constraintlayout.core.state.Dimension
- PARENT_ID - Static variable in class androidx.constraintlayout.core.motion.MotionWidget
- parse() - Method in class androidx.constraintlayout.core.parser.CLParser
- parse(CLObject, Transition, CorePixelDp) - Static method in class androidx.constraintlayout.core.state.TransitionParser
-
Parse a JSON string of a Transition and insert it into the Transition object
- parse(String) - Static method in class androidx.constraintlayout.core.parser.CLParser
- parseAttributes(String) - Static method in class androidx.constraintlayout.core.motion.parse.KeyParser
- parseDesignElementsJSON(String, ArrayList<ConstraintSetParser.DesignElement>) - Static method in class androidx.constraintlayout.core.state.ConstraintSetParser
-
parse the Design time elements.
- parseFloat(Object) - Static method in class androidx.constraintlayout.core.dsl.Ref
-
Try to parse an object into a float number
- parseJSON(String, State, ConstraintSetParser.LayoutVariables) - Static method in class androidx.constraintlayout.core.state.ConstraintSetParser
-
Top leve parsing of the json ConstraintSet supporting "Variables", "Helpers", "Generate", guidelines, and barriers
- parseJSON(String, Transition, int) - Static method in class androidx.constraintlayout.core.state.ConstraintSetParser
-
Parse and populate a transition
- parseKeyFrames(CLObject, Transition) - Static method in class androidx.constraintlayout.core.state.TransitionParser
- parseMotionSceneJSON(CoreMotionScene, String) - Static method in class androidx.constraintlayout.core.state.ConstraintSetParser
-
Parse and build a motionScene this should be in a MotionScene / MotionSceneParser
- parseStringToRef(String) - Static method in class androidx.constraintlayout.core.dsl.Ref
- PATH - androidx.constraintlayout.core.dsl.KeyPosition.Type
- PATH - androidx.constraintlayout.core.dsl.KeyPositions.Type
- PATH_PERCENT - Static variable in class androidx.constraintlayout.core.motion.Motion
- PATH_PERPENDICULAR - Static variable in class androidx.constraintlayout.core.motion.Motion
- PathRotateSet(String) - Constructor for class androidx.constraintlayout.core.motion.utils.KeyCycleOscillator.PathRotateSet
- percent(float) - Method in class androidx.constraintlayout.core.state.helpers.GuidelineReference
- percent(Object, float) - Method in class androidx.constraintlayout.core.state.Dimension
- PERCENT - androidx.constraintlayout.core.dsl.Constraint.Behaviour
- PERCENT_DIMENSION - Static variable in class androidx.constraintlayout.core.state.Dimension
- PERPENDICULAR - Static variable in class androidx.constraintlayout.core.motion.MotionPaths
- phone_orientation - Static variable in class androidx.constraintlayout.core.state.WidgetFrame
- pickPivot(SolverVariable) - Method in class androidx.constraintlayout.core.ArrayRow
- pivots - Variable in class androidx.constraintlayout.core.Metrics
- pivotX - Variable in class androidx.constraintlayout.core.state.WidgetFrame
- pivotX(float) - Method in class androidx.constraintlayout.core.state.ConstraintReference
- pivotY - Variable in class androidx.constraintlayout.core.state.WidgetFrame
- pivotY(float) - Method in class androidx.constraintlayout.core.state.ConstraintReference
- Placeholder - Class in androidx.constraintlayout.core.widgets
-
Simple VirtualLayout that center the first referenced widget onto itself.
- Placeholder() - Constructor for class androidx.constraintlayout.core.widgets.Placeholder
- positionAttributes(MotionWidget, FloatRect, FloatRect, float, float, String[], float[]) - Method in class androidx.constraintlayout.core.motion.key.MotionKeyPosition
- POSITIVE_CROSS - Static variable in class androidx.constraintlayout.core.motion.key.MotionKeyTrigger
- POSITIVE_CROSS - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.TriggerType
- POST_LAYOUT - Static variable in class androidx.constraintlayout.core.motion.key.MotionKeyTrigger
- POST_LAYOUT - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.TriggerType
- printAttributes() - Method in class androidx.constraintlayout.core.motion.key.MotionKeyAttributes
- printAttributes() - Method in class androidx.constraintlayout.core.motion.key.MotionKeyCycle
- PriorityGoalRow - Class in androidx.constraintlayout.core
-
Implements a row containing goals taking in account priorities.
- PriorityGoalRow(Cache) - Constructor for class androidx.constraintlayout.core.PriorityGoalRow
- problematicLayouts - Variable in class androidx.constraintlayout.core.Metrics
- PropertySet() - Constructor for class androidx.constraintlayout.core.motion.MotionWidget.PropertySet
- put(SolverVariable, float) - Method in class androidx.constraintlayout.core.ArrayLinkedVariables
-
Insert a variable with a given value in the linked list
- put(SolverVariable, float) - Method in interface androidx.constraintlayout.core.ArrayRow.ArrayRowVariables
- put(SolverVariable, float) - Method in class androidx.constraintlayout.core.SolverVariableValues
- put(String, CLElement) - Method in class androidx.constraintlayout.core.parser.CLContainer
- putNumber(String, float) - Method in class androidx.constraintlayout.core.parser.CLContainer
- putOverride(String, float) - Method in class androidx.constraintlayout.core.state.ConstraintSetParser.LayoutVariables
-
insert an override variable
- putString(String, String) - Method in class androidx.constraintlayout.core.parser.CLContainer
- putValue(float) - Method in class androidx.constraintlayout.core.parser.CLNumber
R
- ratio(String) - Method in class androidx.constraintlayout.core.state.Dimension
- RATIO - androidx.constraintlayout.core.dsl.Constraint.Behaviour
- RATIO_DIMENSION - Static variable in class androidx.constraintlayout.core.state.Dimension
- readyToSolve - Variable in class androidx.constraintlayout.core.widgets.analyzer.DependencyNode
- reason() - Method in exception androidx.constraintlayout.core.parser.CLParsingException
- Rect - Class in androidx.constraintlayout.core.motion.utils
- Rect() - Constructor for class androidx.constraintlayout.core.motion.utils.Rect
- Rectangle - Class in androidx.constraintlayout.core.widgets
-
Simple rect class
- Rectangle() - Constructor for class androidx.constraintlayout.core.widgets.Rectangle
- Ref - Class in androidx.constraintlayout.core.dsl
- Reference - Interface in androidx.constraintlayout.core.state
- REFERENCE_TYPE - androidx.constraintlayout.core.motion.CustomAttribute.AttributeType
- references - Variable in class androidx.constraintlayout.core.dsl.Chain
- referencesToString() - Method in class androidx.constraintlayout.core.dsl.Barrier
-
Convert references into a String representation
- referencesToString() - Method in class androidx.constraintlayout.core.dsl.Chain
-
convert references to a String representation
- register(String, RegistryCallback) - Method in class androidx.constraintlayout.core.state.Registry
- Registry - Class in androidx.constraintlayout.core.state
- Registry() - Constructor for class androidx.constraintlayout.core.state.Registry
- RegistryCallback - Interface in androidx.constraintlayout.core.state
- RELATIVE_BEGIN - Static variable in class androidx.constraintlayout.core.widgets.Guideline
- RELATIVE_END - Static variable in class androidx.constraintlayout.core.widgets.Guideline
- RELATIVE_PERCENT - Static variable in class androidx.constraintlayout.core.widgets.Guideline
- RELATIVE_UNKNOWN - Static variable in class androidx.constraintlayout.core.widgets.Guideline
- remove(int) - Method in class androidx.constraintlayout.core.motion.utils.KeyFrameArray.CustomArray
- remove(int) - Method in class androidx.constraintlayout.core.motion.utils.KeyFrameArray.CustomVar
- remove(SolverVariable, boolean) - Method in class androidx.constraintlayout.core.ArrayLinkedVariables
-
Remove a variable from the list
- remove(SolverVariable, boolean) - Method in interface androidx.constraintlayout.core.ArrayRow.ArrayRowVariables
- remove(SolverVariable, boolean) - Method in class androidx.constraintlayout.core.SolverVariableValues
- remove(ConstraintWidget) - Method in class androidx.constraintlayout.core.widgets.WidgetContainer
-
Remove a child widget
- remove(String) - Method in class androidx.constraintlayout.core.parser.CLContainer
- removeAllChildren() - Method in class androidx.constraintlayout.core.widgets.WidgetContainer
- removeAllIds() - Method in interface androidx.constraintlayout.core.widgets.Helper
- removeAllIds() - Method in class androidx.constraintlayout.core.widgets.HelperWidget
-
Reset the widgets list contained by this helper
- removeFromRow(ArrayRow) - Method in class androidx.constraintlayout.core.SolverVariable
- removeRow(ArrayRow) - Method in class androidx.constraintlayout.core.LinearSystem
- reset() - Method in class androidx.constraintlayout.core.ArrayRow
- reset() - Method in class androidx.constraintlayout.core.LinearSystem
-
Reset the LinearSystem object so that it can be reused.
- reset() - Method in class androidx.constraintlayout.core.Metrics
- reset() - Method in class androidx.constraintlayout.core.SolverVariable
- reset() - Method in class androidx.constraintlayout.core.state.State
-
Clear the state
- reset() - Method in class androidx.constraintlayout.core.widgets.ConstraintAnchor
-
Resets the anchor's connection.
- reset() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
- reset() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidgetContainer
- reset() - Method in class androidx.constraintlayout.core.widgets.WidgetContainer
- resetAllConstraints() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Reset all the constraints set on this widget
- resetAnchor(ConstraintAnchor) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Reset the given anchor
- resetAnchors() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Reset all connections
- resetFinalResolution() - Method in class androidx.constraintlayout.core.widgets.ConstraintAnchor
- resetFinalResolution() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
- resetSolverVariable(Cache) - Method in class androidx.constraintlayout.core.widgets.ConstraintAnchor
-
Reset the solver variable
- resetSolverVariables(Cache) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Reset the solver variables of the anchors
- resetSolverVariables(Cache) - Method in class androidx.constraintlayout.core.widgets.WidgetContainer
- resetSolvingPassFlag() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
- resolutions - Variable in class androidx.constraintlayout.core.Metrics
- resolve(int) - Method in class androidx.constraintlayout.core.widgets.analyzer.DependencyNode
- resolved - Variable in class androidx.constraintlayout.core.widgets.analyzer.DependencyNode
- RESOLVED - androidx.constraintlayout.core.dsl.Constraint.Behaviour
- resolvedWidgets - Variable in class androidx.constraintlayout.core.Metrics
- REVERSE_SAW - androidx.constraintlayout.core.dsl.KeyCycle.Wave
- REVERSE_SAW - androidx.constraintlayout.core.dsl.KeyCycles.Wave
- REVERSE_SAW_WAVE - Static variable in class androidx.constraintlayout.core.motion.utils.Oscillator
- rgbaTocColor(float, float, float, float) - Static method in class androidx.constraintlayout.core.motion.CustomVariable
- rgbaTocColor(float, float, float, float) - Static method in class androidx.constraintlayout.core.motion.utils.Utils
- right - Variable in class androidx.constraintlayout.core.motion.utils.FloatRect
- right - Variable in class androidx.constraintlayout.core.motion.utils.Rect
- right - Variable in class androidx.constraintlayout.core.motion.utils.ViewState
- right - Variable in class androidx.constraintlayout.core.state.WidgetFrame
- right() - Method in class androidx.constraintlayout.core.state.ConstraintReference
- RIGHT - androidx.constraintlayout.core.dsl.Constraint.HSide
- RIGHT - androidx.constraintlayout.core.dsl.Constraint.Side
- RIGHT - androidx.constraintlayout.core.dsl.OnSwipe.Drag
- RIGHT - androidx.constraintlayout.core.dsl.OnSwipe.Side
- RIGHT - androidx.constraintlayout.core.state.State.Direction
- RIGHT - androidx.constraintlayout.core.widgets.ConstraintAnchor.Type
- RIGHT - Static variable in class androidx.constraintlayout.core.widgets.Barrier
- RIGHT_TO_LEFT - androidx.constraintlayout.core.state.State.Constraint
- RIGHT_TO_RIGHT - androidx.constraintlayout.core.state.State.Constraint
- rightOfWidget(int) - Method in class androidx.constraintlayout.core.utils.GridEngine
-
Get the boxView for the widget i to add a constraint on the right
- rightToLeft(Object) - Method in class androidx.constraintlayout.core.state.ConstraintReference
- rightToRight(Object) - Method in class androidx.constraintlayout.core.state.ConstraintReference
- ROTATE_LEFT_OF_PORTRATE - Static variable in class androidx.constraintlayout.core.motion.key.MotionConstraintSet
- ROTATE_LEFT_OF_PORTRATE - Static variable in class androidx.constraintlayout.core.motion.MotionWidget
- ROTATE_NONE - Static variable in class androidx.constraintlayout.core.motion.key.MotionConstraintSet
- ROTATE_NONE - Static variable in class androidx.constraintlayout.core.motion.MotionWidget
- ROTATE_PORTRATE_OF_LEFT - Static variable in class androidx.constraintlayout.core.motion.key.MotionConstraintSet
- ROTATE_PORTRATE_OF_LEFT - Static variable in class androidx.constraintlayout.core.motion.MotionWidget
- ROTATE_PORTRATE_OF_RIGHT - Static variable in class androidx.constraintlayout.core.motion.key.MotionConstraintSet
- ROTATE_PORTRATE_OF_RIGHT - Static variable in class androidx.constraintlayout.core.motion.MotionWidget
- ROTATE_RIGHT_OF_PORTRATE - Static variable in class androidx.constraintlayout.core.motion.key.MotionConstraintSet
- ROTATE_RIGHT_OF_PORTRATE - Static variable in class androidx.constraintlayout.core.motion.MotionWidget
- rotation - Variable in class androidx.constraintlayout.core.motion.utils.ViewState
- ROTATION - Static variable in class androidx.constraintlayout.core.motion.key.MotionKey
- ROTATION_CENTER_ID - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.OnSwipe
- ROTATION_LEFT - Static variable in class androidx.constraintlayout.core.motion.Motion
- ROTATION_RIGHT - Static variable in class androidx.constraintlayout.core.motion.Motion
- ROTATION_X - Static variable in class androidx.constraintlayout.core.motion.key.MotionKey
- rotationX - Variable in class androidx.constraintlayout.core.state.WidgetFrame
- rotationX(float) - Method in class androidx.constraintlayout.core.state.ConstraintReference
- rotationY - Variable in class androidx.constraintlayout.core.state.WidgetFrame
- rotationY(float) - Method in class androidx.constraintlayout.core.state.ConstraintReference
- rotationZ - Variable in class androidx.constraintlayout.core.state.WidgetFrame
- rotationZ(float) - Method in class androidx.constraintlayout.core.state.ConstraintReference
- run - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
S
- S_ALPHA - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.AttributesType
- S_ALPHA - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.CycleType
- S_ANIMATE_CIRCLEANGLE_TO - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.MotionType
- S_ANIMATE_RELATIVE_TO - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.MotionType
- S_AUTO_TRANSITION - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.TransitionType
- S_BOOLEAN - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.Custom
- S_COLOR - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.Custom
- S_CURVE_FIT - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.AttributesType
- S_CURVE_FIT - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.CycleType
- S_CUSTOM - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.AttributesType
- S_CUSTOM - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues
- S_CUSTOM_WAVE_SHAPE - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.CycleType
- S_DEFAULT_DURATION - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.MotionScene
- S_DIMENSION - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.Custom
- S_DRAW_PATH - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.MotionType
- S_DRAWPATH - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.PositionType
- S_DURATION - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.TransitionType
- S_EASING - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.AttributesType
- S_EASING - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.CycleType
- S_EASING - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.MotionType
- S_ELEVATION - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.AttributesType
- S_ELEVATION - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.CycleType
- S_FLOAT - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.Custom
- S_FRAME - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.AttributesType
- S_FROM - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.TransitionType
- S_INT - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.Custom
- S_INTERPOLATOR - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.TransitionType
- S_LAYOUT_DURING_TRANSITION - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.MotionScene
- S_PATH_MOTION_ARC - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.TransitionType
- S_PATH_ROTATE - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.AttributesType
- S_PATH_ROTATE - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.CycleType
- S_PATH_ROTATE - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.MotionType
- S_PATHMOTION_ARC - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.MotionType
- S_PERCENT_HEIGHT - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.PositionType
- S_PERCENT_WIDTH - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.PositionType
- S_PERCENT_X - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.PositionType
- S_PERCENT_Y - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.PositionType
- S_PIVOT_TARGET - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.AttributesType
- S_PIVOT_X - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.AttributesType
- S_PIVOT_X - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.CycleType
- S_PIVOT_Y - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.AttributesType
- S_PIVOT_Y - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.CycleType
- S_POLAR_RELATIVETO - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.MotionType
- S_PROGRESS - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.AttributesType
- S_PROGRESS - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.CycleType
- S_QUANTIZE_INTERPOLATOR - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.MotionType
- S_QUANTIZE_INTERPOLATOR_ID - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.MotionType
- S_QUANTIZE_INTERPOLATOR_TYPE - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.MotionType
- S_QUANTIZE_MOTION_PHASE - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.MotionType
- S_QUANTIZE_MOTIONSTEPS - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.MotionType
- S_REFERENCE - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.Custom
- S_ROTATION_X - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.AttributesType
- S_ROTATION_X - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.CycleType
- S_ROTATION_Y - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.AttributesType
- S_ROTATION_Y - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.CycleType
- S_ROTATION_Z - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.AttributesType
- S_ROTATION_Z - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.CycleType
- S_SCALE_X - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.AttributesType
- S_SCALE_X - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.CycleType
- S_SCALE_Y - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.AttributesType
- S_SCALE_Y - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.CycleType
- S_SIZE_PERCENT - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.PositionType
- S_STAGGER - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.MotionType
- S_STAGGERED - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.TransitionType
- S_STRING - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.Custom
- S_TARGET - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.AttributesType
- S_TO - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.TransitionType
- S_TRANSITION_EASING - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.PositionType
- S_TRANSITION_FLAGS - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.TransitionType
- S_TRANSLATION_X - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.AttributesType
- S_TRANSLATION_X - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.CycleType
- S_TRANSLATION_Y - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.AttributesType
- S_TRANSLATION_Y - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.CycleType
- S_TRANSLATION_Z - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.AttributesType
- S_TRANSLATION_Z - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.CycleType
- S_VISIBILITY - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.AttributesType
- S_VISIBILITY - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.CycleType
- S_WAVE_OFFSET - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.CycleType
- S_WAVE_PERIOD - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.CycleType
- S_WAVE_PHASE - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.CycleType
- S_WAVE_SHAPE - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.CycleType
- sameFixedHeight(int) - Method in class androidx.constraintlayout.core.state.State
- sameFixedWidth(int) - Method in class androidx.constraintlayout.core.state.State
- SAW - androidx.constraintlayout.core.dsl.KeyCycle.Wave
- SAW - androidx.constraintlayout.core.dsl.KeyCycles.Wave
- SAW_WAVE - Static variable in class androidx.constraintlayout.core.motion.utils.Oscillator
- sBaseIndent - Static variable in class androidx.constraintlayout.core.parser.CLElement
- SCALE_X - Static variable in class androidx.constraintlayout.core.motion.key.MotionKey
- SCALE_Y - Static variable in class androidx.constraintlayout.core.motion.key.MotionKey
- scaleX - Variable in class androidx.constraintlayout.core.state.WidgetFrame
- scaleX(float) - Method in class androidx.constraintlayout.core.state.ConstraintReference
- scaleY - Variable in class androidx.constraintlayout.core.state.WidgetFrame
- scaleY(float) - Method in class androidx.constraintlayout.core.state.ConstraintReference
- Schlick - Class in androidx.constraintlayout.core.motion.utils
-
Schlick's bias and gain functions curve for use in an easing function including quantize functions
- SCREEN - androidx.constraintlayout.core.dsl.KeyPosition.Type
- SCREEN - androidx.constraintlayout.core.dsl.KeyPositions.Type
- SCREEN - Static variable in class androidx.constraintlayout.core.motion.MotionPaths
- SELECTION_SLOPE - Static variable in class androidx.constraintlayout.core.motion.key.MotionKeyPosition
- SELF_DIMENSIONS - Static variable in class androidx.constraintlayout.core.widgets.analyzer.BasicMeasure.Measure
- serialize(StringBuilder) - Method in class androidx.constraintlayout.core.state.WidgetFrame
- serialize(StringBuilder) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Serialize the anchors for JSON5 output
- serialize(StringBuilder, boolean) - Method in class androidx.constraintlayout.core.state.WidgetFrame
-
If true also send the phone orientation
- set(CLElement) - Method in class androidx.constraintlayout.core.parser.CLKey
- setAllowsGoneWidget(boolean) - Method in class androidx.constraintlayout.core.widgets.Barrier
- setAlpha(float) - Method in class androidx.constraintlayout.core.dsl.KeyAttribute
- setAlpha(float...) - Method in class androidx.constraintlayout.core.dsl.KeyAttributes
- setAnimated(boolean) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Set if this widget is animated.
- setAuthoritative(boolean) - Method in class androidx.constraintlayout.core.widgets.analyzer.WidgetGroup
- setAutoCompleteMode(OnSwipe.Mode) - Method in class androidx.constraintlayout.core.dsl.OnSwipe
-
sets the behaviour at the boundaries 0 and 1 COMPLETE_MODE_CONTINUOUS_VELOCITY = 0; COMPLETE_MODE_SPRING = 1;
- setBarrierDirection(State.Direction) - Method in class androidx.constraintlayout.core.state.helpers.BarrierReference
- setBarrierType(int) - Method in class androidx.constraintlayout.core.widgets.Barrier
- setBaselineDistance(int) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Set the baseline distance relative to the top of the widget
- setBooleanValue(boolean) - Method in class androidx.constraintlayout.core.motion.CustomVariable
- setBounds(int, int, int, int) - Method in class androidx.constraintlayout.core.motion.MotionWidget
- setBounds(int, int, int, int) - Method in class androidx.constraintlayout.core.widgets.Rectangle
- setCircleAngle(float) - Method in class androidx.constraintlayout.core.dsl.Constraint
-
set circleAngle
- setCircleConstraint(String) - Method in class androidx.constraintlayout.core.dsl.Constraint
-
set circleConstraint
- setCircleRadius(int) - Method in class androidx.constraintlayout.core.dsl.Constraint
-
set circleRadius
- setColorValue(int) - Method in class androidx.constraintlayout.core.motion.CustomAttribute
- setColumns(int) - Method in class androidx.constraintlayout.core.utils.GridEngine
-
set new columns value
- setCompanionWidget(Object) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Set the companion widget.
- setConstrainedHeight(boolean) - Method in class androidx.constraintlayout.core.dsl.Constraint
-
set constrainedHeight
- setConstrainedWidth(boolean) - Method in class androidx.constraintlayout.core.dsl.Constraint
-
set constrainedWidth
- setConstraintSetContent(String, String) - Method in interface androidx.constraintlayout.core.state.CoreMotionScene
-
set the constraintSet json string
- setConstraintWidget(ConstraintWidget) - Method in class androidx.constraintlayout.core.state.ConstraintReference
- setConstraintWidget(ConstraintWidget) - Method in class androidx.constraintlayout.core.state.helpers.GuidelineReference
- setConstraintWidget(ConstraintWidget) - Method in interface androidx.constraintlayout.core.state.Reference
- setContainer(CLContainer) - Method in class androidx.constraintlayout.core.parser.CLElement
- setContainerItemSkip(int) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Set the skip value for this widget.
- setCurveFit(KeyAttribute.Fit) - Method in class androidx.constraintlayout.core.dsl.KeyAttribute
- setCurveFit(KeyAttributes.Fit) - Method in class androidx.constraintlayout.core.dsl.KeyAttributes
- setCustom(Object) - Method in class androidx.constraintlayout.core.motion.utils.KeyCycleOscillator
- setCustomAttribute(String, int, boolean) - Method in class androidx.constraintlayout.core.motion.key.MotionKey
- setCustomAttribute(String, int, boolean) - Method in class androidx.constraintlayout.core.motion.MotionWidget
- setCustomAttribute(String, int, boolean) - Method in class androidx.constraintlayout.core.state.WidgetFrame
- setCustomAttribute(String, int, float) - Method in class androidx.constraintlayout.core.motion.key.MotionKey
- setCustomAttribute(String, int, float) - Method in class androidx.constraintlayout.core.motion.MotionWidget
- setCustomAttribute(String, int, float) - Method in class androidx.constraintlayout.core.state.WidgetFrame
- setCustomAttribute(String, int, int) - Method in class androidx.constraintlayout.core.motion.key.MotionKey
- setCustomAttribute(String, int, int) - Method in class androidx.constraintlayout.core.motion.MotionWidget
- setCustomAttribute(String, int, int) - Method in class androidx.constraintlayout.core.state.WidgetFrame
- setCustomAttribute(String, int, String) - Method in class androidx.constraintlayout.core.motion.key.MotionKey
- setCustomAttribute(String, int, String) - Method in class androidx.constraintlayout.core.motion.MotionWidget
- setCustomAttribute(String, int, String) - Method in class androidx.constraintlayout.core.state.WidgetFrame
- setCustomValue(CustomAttribute, float[]) - Method in class androidx.constraintlayout.core.state.WidgetFrame
- setDebugHandle(Utils.DebugHandle) - Static method in class androidx.constraintlayout.core.motion.utils.Utils
- setDebugName(String) - Method in interface androidx.constraintlayout.core.state.CoreMotionScene
-
set the debug name for remote access
- setDebugName(String) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Set the debug name of this widget
- setDebugSolverName(LinearSystem, String) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Utility debug function.
- setDimension(int, int) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Set both width and height of the widget
- setDimensionRatio(float, int) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Set the ratio of the widget The ratio will be applied if at least one of the dimension (width or height) is set to a behaviour of DimensionBehaviour.MATCH_CONSTRAINT -- the dimension's value will be set to the other dimension * ratio.
- setDimensionRatio(String) - Method in class androidx.constraintlayout.core.dsl.Constraint
-
set dimensionRatio
- setDimensionRatio(String) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Set the ratio of the widget
- setDirection(Constraint.Side) - Method in class androidx.constraintlayout.core.dsl.Barrier
-
Set the direction of the Barrier
- setDpToPixel(CorePixelDp) - Method in class androidx.constraintlayout.core.state.State
-
Set the function that converts dp to Pixels
- setDragDirection(OnSwipe.Drag) - Method in class androidx.constraintlayout.core.dsl.OnSwipe
-
The direction of the drag.
- setDragScale(int) - Method in class androidx.constraintlayout.core.dsl.OnSwipe
-
Normally 1 this can be tweaked to make the acceleration faster
- setDragThreshold(int) - Method in class androidx.constraintlayout.core.dsl.OnSwipe
-
This sets the threshold before the animation is kicked off.
- setDrawDebug(int) - Method in interface androidx.constraintlayout.core.state.RegistryCallback
- setDrawDebug(String, int) - Method in class androidx.constraintlayout.core.state.Registry
- setDrawPath(int) - Method in class androidx.constraintlayout.core.motion.Motion
- setDuration(int) - Method in class androidx.constraintlayout.core.dsl.Transition
- setEditorAbsoluteX(int) - Method in class androidx.constraintlayout.core.dsl.Constraint
-
set editorAbsoluteX
- setEditorAbsoluteY(int) - Method in class androidx.constraintlayout.core.dsl.Constraint
-
set editorAbsoluteY
- setEnd(int) - Method in class androidx.constraintlayout.core.dsl.Guideline
-
Set the end position
- setEnd(long) - Method in class androidx.constraintlayout.core.parser.CLElement
- setEnd(MotionWidget) - Method in class androidx.constraintlayout.core.motion.Motion
- setFacade(Facade) - Method in class androidx.constraintlayout.core.state.ConstraintReference
- setFinalBaseline(int) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
- setFinalFrame(int, int, int, int, int, int) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
- setFinalHorizontal(int, int) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
- setFinalLeft(int) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
- setFinalTop(int) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
- setFinalValue(int) - Method in class androidx.constraintlayout.core.widgets.ConstraintAnchor
- setFinalValue(int) - Method in class androidx.constraintlayout.core.widgets.Guideline
- setFinalValue(LinearSystem, float) - Method in class androidx.constraintlayout.core.SolverVariable
- setFinalVertical(int, int) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
- setFirstHorizontalBias(float) - Method in class androidx.constraintlayout.core.state.helpers.FlowReference
-
Set first horizontal bias
- setFirstHorizontalBias(float) - Method in class androidx.constraintlayout.core.widgets.Flow
- setFirstHorizontalStyle(int) - Method in class androidx.constraintlayout.core.state.helpers.FlowReference
-
Set first horizontal style
- setFirstHorizontalStyle(int) - Method in class androidx.constraintlayout.core.widgets.Flow
- setFirstVerticalBias(float) - Method in class androidx.constraintlayout.core.state.helpers.FlowReference
-
Set first vertical bias
- setFirstVerticalBias(float) - Method in class androidx.constraintlayout.core.widgets.Flow
- setFirstVerticalStyle(int) - Method in class androidx.constraintlayout.core.state.helpers.FlowReference
-
Set first vertical style
- setFirstVerticalStyle(int) - Method in class androidx.constraintlayout.core.widgets.Flow
- setFloatValue(float) - Method in class androidx.constraintlayout.core.motion.CustomAttribute
- setFloatValue(float) - Method in class androidx.constraintlayout.core.motion.CustomVariable
- setFloatValue(Object, String, int, float) - Method in class androidx.constraintlayout.core.motion.utils.KeyCache
- setFrame(int, int, int) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Set the position+dimension of the widget based on starting/ending positions on one dimension.
- setFrame(int, int, int, int) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Set the position+dimension of the widget given left/top/right/bottom
- setFramePosition(int) - Method in class androidx.constraintlayout.core.motion.key.MotionKey
-
sets the frame position
- setFrames(int) - Method in class androidx.constraintlayout.core.dsl.KeyPosition
- setFrames(int...) - Method in class androidx.constraintlayout.core.dsl.KeyPositions
- setFrom(String) - Method in class androidx.constraintlayout.core.dsl.Transition
- setGoneMargin(int) - Method in class androidx.constraintlayout.core.widgets.ConstraintAnchor
-
Set the gone margin of the connection (if there's one)
- setGoneMargin(ConstraintAnchor.Type, int) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Set the margin to be used when connected to a widget with a visibility of GONE
- setGuideBegin(int) - Method in class androidx.constraintlayout.core.widgets.Guideline
- setGuideEnd(int) - Method in class androidx.constraintlayout.core.widgets.Guideline
- setGuidePercent(float) - Method in class androidx.constraintlayout.core.widgets.Guideline
- setGuidePercent(int) - Method in class androidx.constraintlayout.core.widgets.Guideline
- setHasBaseline(boolean) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
- setHeight(int) - Method in class androidx.constraintlayout.core.dsl.Constraint
-
set height
- setHeight(int) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Set the height of the widget
- setHeight(Dimension) - Method in class androidx.constraintlayout.core.state.ConstraintReference
- setHeight(Dimension) - Method in class androidx.constraintlayout.core.state.State
- setHeightDefault(Constraint.Behaviour) - Method in class androidx.constraintlayout.core.dsl.Constraint
-
set heightDefault
- setHeightMax(int) - Method in class androidx.constraintlayout.core.dsl.Constraint
-
set heightMax
- setHeightMin(int) - Method in class androidx.constraintlayout.core.dsl.Constraint
-
set heightMin
- setHeightPercent(float) - Method in class androidx.constraintlayout.core.dsl.Constraint
-
set heightPercent
- setHeightWrapContent(boolean) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Keep track of wrap_content for height
- setHelperWidget(HelperWidget) - Method in class androidx.constraintlayout.core.state.HelperReference
- setHelperWidget(HelperWidget) - Method in class androidx.constraintlayout.core.state.helpers.FlowReference
- setHorizontalAlign(int) - Method in class androidx.constraintlayout.core.state.helpers.FlowReference
-
Set horizontal align
- setHorizontalAlign(int) - Method in class androidx.constraintlayout.core.widgets.Flow
- setHorizontalBias(float) - Method in class androidx.constraintlayout.core.dsl.Constraint
-
set horizontalBias
- setHorizontalBias(float) - Method in class androidx.constraintlayout.core.widgets.Flow
- setHorizontalBiasPercent(float) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Set the horizontal bias percent to apply when we have two opposite constraints of equal strength
- setHorizontalChainStyle(int) - Method in class androidx.constraintlayout.core.state.ConstraintReference
- setHorizontalChainStyle(int) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Set the chain starting from this widget to be packed.
- setHorizontalChainStyle(Constraint.ChainMode) - Method in class androidx.constraintlayout.core.dsl.Constraint
-
set horizontalChainStyle
- setHorizontalChainWeight(float) - Method in class androidx.constraintlayout.core.state.ConstraintReference
- setHorizontalDimension(int, int) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Set the positions for the horizontal dimension only
- setHorizontalDimensionBehaviour(ConstraintWidget.DimensionBehaviour) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Set the widget's behaviour for the horizontal dimension
- setHorizontalGap(int) - Method in class androidx.constraintlayout.core.state.helpers.FlowReference
-
Set horizontal gap
- setHorizontalGap(int) - Method in class androidx.constraintlayout.core.widgets.Flow
- setHorizontalMatchStyle(int, int, int, float) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Set the horizontal style when MATCH_CONSTRAINT is set
- setHorizontalStyle(int) - Method in class androidx.constraintlayout.core.state.helpers.FlowReference
-
Set horizontal style
- setHorizontalStyle(int) - Method in class androidx.constraintlayout.core.widgets.Flow
- setHorizontalWeight(float) - Method in class androidx.constraintlayout.core.dsl.Constraint
-
set horizontalWeight
- setHorizontalWeight(float) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Set the horizontal weight (only used in chains)
- setId(String) - Method in class androidx.constraintlayout.core.dsl.Ref
-
Set the Id of the reference
- setId(String) - Method in class androidx.constraintlayout.core.dsl.Transition
- setIdString(String) - Method in class androidx.constraintlayout.core.motion.Motion
- setInBarrier(int, boolean) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
- setInPlaceholder(boolean) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
- setInterpolatedValue(CustomAttribute, float[]) - Method in class androidx.constraintlayout.core.motion.MotionWidget
- setInterpolatedValue(MotionWidget, float[]) - Method in class androidx.constraintlayout.core.motion.CustomVariable
- setInterpolation(HashMap<String, Integer>) - Method in class androidx.constraintlayout.core.motion.key.MotionKey
-
Key frame can specify the type of interpolation it wants on various attributes For each string it set it to -1, CurveFit.LINEAR or CurveFit.SPLINE
- setInterpolation(HashMap<String, Integer>) - Method in class androidx.constraintlayout.core.motion.key.MotionKeyAttributes
- setIntValue(int) - Method in class androidx.constraintlayout.core.motion.CustomAttribute
- setIntValue(int) - Method in class androidx.constraintlayout.core.motion.CustomVariable
- setInVirtualLayout(boolean) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
- setKey(Object) - Method in class androidx.constraintlayout.core.state.ConstraintReference
- setKey(Object) - Method in class androidx.constraintlayout.core.state.helpers.GuidelineReference
- setKey(Object) - Method in interface androidx.constraintlayout.core.state.Reference
- setKeyAttribute(TypedBundle) - Method in class androidx.constraintlayout.core.state.Transition.WidgetState
- setKeyAttribute(TypedBundle, CustomVariable[]) - Method in class androidx.constraintlayout.core.state.Transition.WidgetState
-
Set tge keyAttribute bundle and associated custom attributes
- setKeyCycle(TypedBundle) - Method in class androidx.constraintlayout.core.state.Transition.WidgetState
- setKeyFrames(Keys) - Method in class androidx.constraintlayout.core.dsl.Transition
- setKeyPosition(TypedBundle) - Method in class androidx.constraintlayout.core.state.Transition.WidgetState
- setLastHorizontalBias(float) - Method in class androidx.constraintlayout.core.state.helpers.FlowReference
-
Set last horizontal bias
- setLastHorizontalBias(float) - Method in class androidx.constraintlayout.core.widgets.Flow
- setLastHorizontalStyle(int) - Method in class androidx.constraintlayout.core.state.helpers.FlowReference
-
Set last horizontal style
- setLastHorizontalStyle(int) - Method in class androidx.constraintlayout.core.widgets.Flow
- setLastMeasureSpec(int, int) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
- setLastVerticalBias(float) - Method in class androidx.constraintlayout.core.state.helpers.FlowReference
-
Set last vertical bias
- setLastVerticalBias(float) - Method in class androidx.constraintlayout.core.widgets.Flow
- setLastVerticalStyle(int) - Method in class androidx.constraintlayout.core.state.helpers.FlowReference
-
Set last vertical style
- setLastVerticalStyle(int) - Method in class androidx.constraintlayout.core.widgets.Flow
- setLayoutInformationMode(int) - Method in interface androidx.constraintlayout.core.state.RegistryCallback
- setLayoutInformationMode(String, int) - Method in class androidx.constraintlayout.core.state.Registry
- setLength(int, int) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Set the dimension of a widget in a particular orientation.
- setLimitBoundsTo(String) - Method in class androidx.constraintlayout.core.dsl.OnSwipe
-
Only allow touch actions to be initiated within this region
- setLine(int) - Method in class androidx.constraintlayout.core.parser.CLElement
- setMargin(int) - Method in class androidx.constraintlayout.core.dsl.Barrier
-
Set the margin of the Barrier
- setMargin(int) - Method in class androidx.constraintlayout.core.widgets.Barrier
- setMargin(int) - Method in class androidx.constraintlayout.core.widgets.ConstraintAnchor
-
Set the margin of the connection (if there's one)
- setMaxAcceleration(int) - Method in class androidx.constraintlayout.core.dsl.OnSwipe
-
The maximum acceleration and deceleration of the animation (Change in Change in progress per second) Faster makes the object seem lighter and quicker
- setMaxElementsWrap(int) - Method in class androidx.constraintlayout.core.state.helpers.FlowReference
-
Set max element wrap
- setMaxElementsWrap(int) - Method in class androidx.constraintlayout.core.widgets.Flow
- setMaxHeight(int) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
- setMaxVelocity(int) - Method in class androidx.constraintlayout.core.dsl.OnSwipe
-
The maximum velocity (Change in progress per second) animation can achieve
- setMaxWidth(int) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
- setMeasure(int, int) - Method in class androidx.constraintlayout.core.widgets.VirtualLayout
- setMeasurer(BasicMeasure.Measurer) - Method in class androidx.constraintlayout.core.widgets.analyzer.DependencyGraph
- setMeasurer(BasicMeasure.Measurer) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidgetContainer
- setMeasureRequested(boolean) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
- setMinHeight(int) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Set the minimum height of the widget
- setMinimumPosition(int) - Method in class androidx.constraintlayout.core.widgets.Guideline
-
set the minimum position
- setMinWidth(int) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Set the minimum width of the widget
- setName(String) - Method in class androidx.constraintlayout.core.SolverVariable
- setNumWidgets(int) - Method in class androidx.constraintlayout.core.utils.GridEngine
-
Set new NumWidgets value
- setOffset(float) - Method in class androidx.constraintlayout.core.dsl.KeyCycle
- setOffset(int, int) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Set the offset of this widget relative to the root widget
- setOffset(int, int) - Method in class androidx.constraintlayout.core.widgets.WidgetContainer
-
Set the offset of this widget relative to the root widget.
- setOnSwipe(OnSwipe) - Method in class androidx.constraintlayout.core.dsl.Transition
- setOnTouchUp(OnSwipe.TouchUp) - Method in class androidx.constraintlayout.core.dsl.OnSwipe
-
Configures what happens when the user releases on mouse up.
- setOptimizationLevel(int) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidgetContainer
-
Resolves the system directly when possible
- setOrientation(int) - Method in class androidx.constraintlayout.core.state.helpers.FlowReference
-
Set the orientation of a Flow
- setOrientation(int) - Method in class androidx.constraintlayout.core.state.helpers.GuidelineReference
- setOrientation(int) - Method in class androidx.constraintlayout.core.utils.GridEngine
-
set new orientation value
- setOrientation(int) - Method in class androidx.constraintlayout.core.widgets.analyzer.WidgetGroup
- setOrientation(int) - Method in class androidx.constraintlayout.core.widgets.Flow
- setOrientation(int) - Method in class androidx.constraintlayout.core.widgets.Guideline
- setOrigin(int, int) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Set both the origin in (x, y) of the widget, relative to its container
- setPadding(int) - Method in class androidx.constraintlayout.core.widgets.VirtualLayout
- setPadding(int, int, int, int) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidgetContainer
-
Set the padding on this container.
- setPaddingBottom(int) - Method in class androidx.constraintlayout.core.state.helpers.FlowReference
-
Set padding
- setPaddingBottom(int) - Method in class androidx.constraintlayout.core.widgets.VirtualLayout
- setPaddingEnd(int) - Method in class androidx.constraintlayout.core.widgets.VirtualLayout
- setPaddingLeft(int) - Method in class androidx.constraintlayout.core.state.helpers.FlowReference
-
Set paddingLeft
- setPaddingLeft(int) - Method in class androidx.constraintlayout.core.widgets.VirtualLayout
- setPaddingRight(int) - Method in class androidx.constraintlayout.core.state.helpers.FlowReference
-
Set paddingRight
- setPaddingRight(int) - Method in class androidx.constraintlayout.core.widgets.VirtualLayout
- setPaddingStart(int) - Method in class androidx.constraintlayout.core.widgets.VirtualLayout
- setPaddingTop(int) - Method in class androidx.constraintlayout.core.state.helpers.FlowReference
-
Set paddingTop
- setPaddingTop(int) - Method in class androidx.constraintlayout.core.widgets.VirtualLayout
- setParent(ConstraintWidget) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Set the parent of this widget
- setPass(int) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidgetContainer
-
Keep track of the # of passes
- setPathMotionArc(int) - Method in class androidx.constraintlayout.core.motion.Motion
- setPathRelative(Transition.WidgetState) - Method in class androidx.constraintlayout.core.state.Transition.WidgetState
- setPathRotate(MotionWidget, float, double, double) - Method in class androidx.constraintlayout.core.motion.utils.KeyCycleOscillator.PathRotateSet
- setPercent(float) - Method in class androidx.constraintlayout.core.dsl.Guideline
-
Set the position in percent
- setPercentHeight(float) - Method in class androidx.constraintlayout.core.dsl.KeyPosition
- setPercentHeight(float...) - Method in class androidx.constraintlayout.core.dsl.KeyPositions
- setPercentWidth(float) - Method in class androidx.constraintlayout.core.dsl.KeyPosition
- setPercentWidth(float...) - Method in class androidx.constraintlayout.core.dsl.KeyPositions
- setPercentX(float) - Method in class androidx.constraintlayout.core.dsl.KeyPosition
- setPercentX(float...) - Method in class androidx.constraintlayout.core.dsl.KeyPositions
- setPercentY(float) - Method in class androidx.constraintlayout.core.dsl.KeyPosition
- setPercentY(float...) - Method in class androidx.constraintlayout.core.dsl.KeyPositions
- setPeriod(float) - Method in class androidx.constraintlayout.core.dsl.KeyCycle
- setPhase(float) - Method in class androidx.constraintlayout.core.dsl.KeyCycle
- setPivotX(float) - Method in class androidx.constraintlayout.core.dsl.KeyAttribute
- setPivotX(float) - Method in class androidx.constraintlayout.core.motion.MotionWidget
- setPivotX(float...) - Method in class androidx.constraintlayout.core.dsl.KeyAttributes
- setPivotY(float) - Method in class androidx.constraintlayout.core.dsl.KeyAttribute
- setPivotY(float) - Method in class androidx.constraintlayout.core.motion.MotionWidget
- setPivotY(float...) - Method in class androidx.constraintlayout.core.dsl.KeyAttributes
- setPoint(int, float) - Method in class androidx.constraintlayout.core.motion.utils.SplineSet.CustomSet
- setPoint(int, float) - Method in class androidx.constraintlayout.core.motion.utils.SplineSet.CustomSpline
- setPoint(int, float) - Method in class androidx.constraintlayout.core.motion.utils.SplineSet
- setPoint(int, float, float, int, float) - Method in class androidx.constraintlayout.core.motion.utils.TimeCycleSplineSet.CustomSet
- setPoint(int, float, float, int, float) - Method in class androidx.constraintlayout.core.motion.utils.TimeCycleSplineSet.CustomVarSet
- setPoint(int, float, float, int, float) - Method in class androidx.constraintlayout.core.motion.utils.TimeCycleSplineSet
- setPoint(int, int, String, int, float, float, float, float) - Method in class androidx.constraintlayout.core.motion.utils.KeyCycleOscillator
-
sets a oscillator wave point
- setPoint(int, int, String, int, float, float, float, float, Object) - Method in class androidx.constraintlayout.core.motion.utils.KeyCycleOscillator
-
sets a oscillator wave point
- setPoint(int, CustomAttribute) - Method in class androidx.constraintlayout.core.motion.utils.SplineSet.CustomSet
- setPoint(int, CustomAttribute, float, int, float) - Method in class androidx.constraintlayout.core.motion.utils.TimeCycleSplineSet.CustomSet
- setPoint(int, CustomVariable) - Method in class androidx.constraintlayout.core.motion.utils.SplineSet.CustomSpline
- setPoint(int, CustomVariable, float, int, float) - Method in class androidx.constraintlayout.core.motion.utils.TimeCycleSplineSet.CustomVarSet
- setPositionType(KeyPosition.Type) - Method in class androidx.constraintlayout.core.dsl.KeyPosition
- setPositionType(KeyPositions.Type) - Method in class androidx.constraintlayout.core.dsl.KeyPositions
- setPostMargin(float) - Method in class androidx.constraintlayout.core.dsl.Ref
-
Set the postMargin of the reference
- setPreMargin(float) - Method in class androidx.constraintlayout.core.dsl.Ref
-
Set the preMargin of the reference
- setProperty(MotionWidget, float) - Method in class androidx.constraintlayout.core.motion.utils.KeyCycleOscillator.PathRotateSet
- setProperty(MotionWidget, float) - Method in class androidx.constraintlayout.core.motion.utils.KeyCycleOscillator
- setProperty(MotionWidget, float) - Method in class androidx.constraintlayout.core.motion.utils.SplineSet.CustomSpline
- setProperty(MotionWidget, float, long, KeyCache) - Method in class androidx.constraintlayout.core.motion.utils.TimeCycleSplineSet.CustomSet
- setProperty(MotionWidget, float, long, KeyCache) - Method in class androidx.constraintlayout.core.motion.utils.TimeCycleSplineSet.CustomVarSet
- setProperty(TypedValues, float) - Method in class androidx.constraintlayout.core.motion.utils.SplineSet.CustomSpline
- setProperty(TypedValues, float) - Method in class androidx.constraintlayout.core.motion.utils.SplineSet
- setProperty(WidgetFrame, float) - Method in class androidx.constraintlayout.core.motion.utils.SplineSet.CustomSet
- setReferenceIds(String[]) - Method in class androidx.constraintlayout.core.dsl.Constraint
-
set referenceIds
- setRotateCenter(String) - Method in class androidx.constraintlayout.core.dsl.OnSwipe
-
The view to center the rotation about
- setRotation(float) - Method in class androidx.constraintlayout.core.dsl.KeyAttribute
- setRotation(float...) - Method in class androidx.constraintlayout.core.dsl.KeyAttributes
- setRotationVelocity(KeyCycleOscillator, float) - Method in class androidx.constraintlayout.core.motion.utils.VelocityMatrix
- setRotationVelocity(SplineSet, float) - Method in class androidx.constraintlayout.core.motion.utils.VelocityMatrix
- setRotationX(float) - Method in class androidx.constraintlayout.core.dsl.KeyAttribute
- setRotationX(float) - Method in class androidx.constraintlayout.core.motion.MotionWidget
- setRotationX(float...) - Method in class androidx.constraintlayout.core.dsl.KeyAttributes
- setRotationY(float) - Method in class androidx.constraintlayout.core.dsl.KeyAttribute
- setRotationY(float) - Method in class androidx.constraintlayout.core.motion.MotionWidget
- setRotationY(float...) - Method in class androidx.constraintlayout.core.dsl.KeyAttributes
- setRotationZ(float) - Method in class androidx.constraintlayout.core.motion.MotionWidget
- setRows(int) - Method in class androidx.constraintlayout.core.utils.GridEngine
-
set new rows value
- setRtl(boolean) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidgetContainer
-
Set the rtl status.
- setScaleVelocity(KeyCycleOscillator, KeyCycleOscillator, float) - Method in class androidx.constraintlayout.core.motion.utils.VelocityMatrix
- setScaleVelocity(SplineSet, SplineSet, float) - Method in class androidx.constraintlayout.core.motion.utils.VelocityMatrix
- setScaleX(float) - Method in class androidx.constraintlayout.core.dsl.KeyAttribute
- setScaleX(float) - Method in class androidx.constraintlayout.core.motion.MotionWidget
- setScaleX(float[]) - Method in class androidx.constraintlayout.core.dsl.KeyAttributes
- setScaleY(float) - Method in class androidx.constraintlayout.core.dsl.KeyAttribute
- setScaleY(float) - Method in class androidx.constraintlayout.core.motion.MotionWidget
- setScaleY(float[]) - Method in class androidx.constraintlayout.core.dsl.KeyAttributes
- setShape(KeyCycle.Wave) - Method in class androidx.constraintlayout.core.dsl.KeyCycle
- setSkips(String) - Method in class androidx.constraintlayout.core.utils.GridEngine
-
set new skips value
- setSpans(CharSequence) - Method in class androidx.constraintlayout.core.utils.GridEngine
-
set new spans value
- setSpringBoundary(OnSwipe.Boundary) - Method in class androidx.constraintlayout.core.dsl.OnSwipe
-
The behaviour at the boundaries 0 and 1.
- setSpringDamping(float) - Method in class androidx.constraintlayout.core.dsl.OnSwipe
-
Set the damping of the spring if using spring.
- setSpringMass(float) - Method in class androidx.constraintlayout.core.dsl.OnSwipe
-
Set the Mass of the spring if using spring.
- setSpringStiffness(float) - Method in class androidx.constraintlayout.core.dsl.OnSwipe
-
set the stiffness of the spring if using spring.
- setSpringStopThreshold(float) - Method in class androidx.constraintlayout.core.dsl.OnSwipe
-
set the threshold for spring motion to stop.
- setStagger(float) - Method in class androidx.constraintlayout.core.dsl.Transition
- setStaggerOffset(float) - Method in class androidx.constraintlayout.core.motion.Motion
-
set the offset used in calculating stagger launches
- setStaggerScale(float) - Method in class androidx.constraintlayout.core.motion.Motion
-
Set stagger scale
- setStart(int) - Method in class androidx.constraintlayout.core.dsl.Guideline
-
Set the start position
- setStart(long) - Method in class androidx.constraintlayout.core.parser.CLElement
- setStart(MotionWidget) - Method in class androidx.constraintlayout.core.motion.Motion
- setStartState(ViewState, MotionWidget, int, int, int) - Method in class androidx.constraintlayout.core.motion.Motion
- setStartTime(long) - Method in class androidx.constraintlayout.core.motion.utils.TimeCycleSplineSet
- setStringValue(String) - Method in class androidx.constraintlayout.core.motion.CustomAttribute
- setStringValue(String) - Method in class androidx.constraintlayout.core.motion.CustomVariable
- setStyle(Chain.Style) - Method in class androidx.constraintlayout.core.dsl.Chain
- setSynonym(LinearSystem, SolverVariable, float) - Method in class androidx.constraintlayout.core.SolverVariable
- setTag(String) - Method in class androidx.constraintlayout.core.state.ConstraintReference
- setTag(String, String) - Method in class androidx.constraintlayout.core.state.State
- setTarget(String) - Method in class androidx.constraintlayout.core.dsl.KeyAttribute
- setTarget(String) - Method in class androidx.constraintlayout.core.dsl.KeyPosition
- setTarget(String[]) - Method in class androidx.constraintlayout.core.dsl.KeyAttributes
- setTo(String) - Method in class androidx.constraintlayout.core.dsl.Transition
- setTouchAnchorId(String) - Method in class androidx.constraintlayout.core.dsl.OnSwipe
-
The id of the view who's movement is matched to your drag If not specified it will map to a linear movement across the width of the motionLayout
- setTouchAnchorSide(OnSwipe.Side) - Method in class androidx.constraintlayout.core.dsl.OnSwipe
-
This side of the view that matches the drag movement.
- setTouchUp(float, long, float, float) - Method in class androidx.constraintlayout.core.state.Transition
-
Set the start of the touch up
- setTransformPivotTarget(int) - Method in class androidx.constraintlayout.core.motion.Motion
-
Set a view to pivot around
- setTransitionContent(String, String) - Method in interface androidx.constraintlayout.core.state.CoreMotionScene
-
set the Transitions string onto the MotionScene
- setTransitionEasing(String) - Method in class androidx.constraintlayout.core.dsl.KeyAttribute
- setTransitionEasing(String) - Method in class androidx.constraintlayout.core.dsl.KeyAttributes
- setTransitionEasing(String) - Method in class androidx.constraintlayout.core.dsl.KeyPosition
- setTransitionEasing(String) - Method in class androidx.constraintlayout.core.dsl.KeyPositions
- setTransitionPathRotate(float) - Method in class androidx.constraintlayout.core.dsl.KeyAttribute
- setTransitionPathRotate(float...) - Method in class androidx.constraintlayout.core.dsl.KeyAttributes
- setTransitionProperties(TypedBundle) - Method in class androidx.constraintlayout.core.state.Transition
- setTranslationVelocity(KeyCycleOscillator, KeyCycleOscillator, float) - Method in class androidx.constraintlayout.core.motion.utils.VelocityMatrix
- setTranslationVelocity(SplineSet, SplineSet, float) - Method in class androidx.constraintlayout.core.motion.utils.VelocityMatrix
- setTranslationX(float) - Method in class androidx.constraintlayout.core.dsl.KeyAttribute
- setTranslationX(float) - Method in class androidx.constraintlayout.core.motion.MotionWidget
- setTranslationX(float[]) - Method in class androidx.constraintlayout.core.dsl.KeyAttributes
- setTranslationY(float) - Method in class androidx.constraintlayout.core.dsl.KeyAttribute
- setTranslationY(float) - Method in class androidx.constraintlayout.core.motion.MotionWidget
- setTranslationY(float[]) - Method in class androidx.constraintlayout.core.dsl.KeyAttributes
- setTranslationZ(float) - Method in class androidx.constraintlayout.core.dsl.KeyAttribute
- setTranslationZ(float) - Method in class androidx.constraintlayout.core.motion.MotionWidget
- setTranslationZ(float[]) - Method in class androidx.constraintlayout.core.dsl.KeyAttributes
- setType(int, String) - Method in class androidx.constraintlayout.core.motion.utils.Oscillator
- setType(SolverVariable.Type, String) - Method in class androidx.constraintlayout.core.SolverVariable
- setType(String) - Method in class androidx.constraintlayout.core.motion.utils.KeyCycleOscillator
- setType(String) - Method in class androidx.constraintlayout.core.motion.utils.SplineSet
- setType(String) - Method in class androidx.constraintlayout.core.motion.utils.TimeCycleSplineSet
- setType(String) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Set the type of the widget (as a String)
- setup() - Method in class androidx.constraintlayout.core.utils.GridEngine
-
Set up the Grid engine.
- setup(double[][]) - Method in class androidx.constraintlayout.core.motion.utils.HyperSpline
- setup(float) - Method in class androidx.constraintlayout.core.motion.utils.KeyCycleOscillator
- setup(int) - Method in class androidx.constraintlayout.core.motion.utils.SplineSet.CustomSet
- setup(int) - Method in class androidx.constraintlayout.core.motion.utils.SplineSet.CustomSpline
- setup(int) - Method in class androidx.constraintlayout.core.motion.utils.SplineSet
- setup(int) - Method in class androidx.constraintlayout.core.motion.utils.TimeCycleSplineSet.CustomSet
- setup(int) - Method in class androidx.constraintlayout.core.motion.utils.TimeCycleSplineSet.CustomVarSet
- setup(int) - Method in class androidx.constraintlayout.core.motion.utils.TimeCycleSplineSet
- setup(int, int, float, long) - Method in class androidx.constraintlayout.core.motion.Motion
-
Called after all TimePoints & Cycles have been added; Spines are evaluated
- setupDimensionRatio(boolean, boolean, boolean, boolean) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Resolves the dimension ratio parameters (mResolvedDimensionRatioSide & mDimensionRatio)
- setupRelative(Motion) - Method in class androidx.constraintlayout.core.motion.Motion
-
set up the motion to be relative to this other motionController
- setupRelative(Motion, MotionPaths) - Method in class androidx.constraintlayout.core.motion.MotionPaths
- setValue(float[]) - Method in class androidx.constraintlayout.core.motion.CustomAttribute
- setValue(float[]) - Method in class androidx.constraintlayout.core.motion.CustomVariable
- setValue(int, boolean) - Method in class androidx.constraintlayout.core.motion.key.MotionKey
- setValue(int, boolean) - Method in class androidx.constraintlayout.core.motion.key.MotionKeyTimeCycle
- setValue(int, boolean) - Method in class androidx.constraintlayout.core.motion.key.MotionKeyTrigger
- setValue(int, boolean) - Method in class androidx.constraintlayout.core.motion.Motion
- setValue(int, boolean) - Method in class androidx.constraintlayout.core.motion.MotionWidget
- setValue(int, boolean) - Method in interface androidx.constraintlayout.core.motion.utils.TypedValues
-
Used to set boolean values
- setValue(int, boolean) - Method in class androidx.constraintlayout.core.state.Transition
- setValue(int, float) - Method in class androidx.constraintlayout.core.motion.key.MotionKey
- setValue(int, float) - Method in class androidx.constraintlayout.core.motion.key.MotionKeyAttributes
- setValue(int, float) - Method in class androidx.constraintlayout.core.motion.key.MotionKeyCycle
- setValue(int, float) - Method in class androidx.constraintlayout.core.motion.key.MotionKeyPosition
- setValue(int, float) - Method in class androidx.constraintlayout.core.motion.key.MotionKeyTimeCycle
- setValue(int, float) - Method in class androidx.constraintlayout.core.motion.key.MotionKeyTrigger
- setValue(int, float) - Method in class androidx.constraintlayout.core.motion.Motion
- setValue(int, float) - Method in class androidx.constraintlayout.core.motion.MotionWidget
- setValue(int, float) - Method in interface androidx.constraintlayout.core.motion.utils.TypedValues
-
Used to set float values
- setValue(int, float) - Method in class androidx.constraintlayout.core.state.Transition
- setValue(int, int) - Method in class androidx.constraintlayout.core.motion.key.MotionKey
- setValue(int, int) - Method in class androidx.constraintlayout.core.motion.key.MotionKeyAttributes
- setValue(int, int) - Method in class androidx.constraintlayout.core.motion.key.MotionKeyCycle
- setValue(int, int) - Method in class androidx.constraintlayout.core.motion.key.MotionKeyPosition
- setValue(int, int) - Method in class androidx.constraintlayout.core.motion.key.MotionKeyTimeCycle
- setValue(int, int) - Method in class androidx.constraintlayout.core.motion.key.MotionKeyTrigger
- setValue(int, int) - Method in class androidx.constraintlayout.core.motion.Motion
- setValue(int, int) - Method in class androidx.constraintlayout.core.motion.MotionWidget
- setValue(int, int) - Method in interface androidx.constraintlayout.core.motion.utils.TypedValues
-
Used to set integer values
- setValue(int, int) - Method in class androidx.constraintlayout.core.state.Transition
- setValue(int, String) - Method in class androidx.constraintlayout.core.motion.key.MotionKey
- setValue(int, String) - Method in class androidx.constraintlayout.core.motion.key.MotionKeyAttributes
- setValue(int, String) - Method in class androidx.constraintlayout.core.motion.key.MotionKeyCycle
- setValue(int, String) - Method in class androidx.constraintlayout.core.motion.key.MotionKeyPosition
- setValue(int, String) - Method in class androidx.constraintlayout.core.motion.key.MotionKeyTimeCycle
- setValue(int, String) - Method in class androidx.constraintlayout.core.motion.key.MotionKeyTrigger
- setValue(int, String) - Method in class androidx.constraintlayout.core.motion.Motion
- setValue(int, String) - Method in class androidx.constraintlayout.core.motion.MotionWidget
- setValue(int, String) - Method in interface androidx.constraintlayout.core.motion.utils.TypedValues
-
Used to set String values
- setValue(int, String) - Method in class androidx.constraintlayout.core.state.Transition
- setValue(Object) - Method in class androidx.constraintlayout.core.motion.CustomAttribute
- setValue(Object) - Method in class androidx.constraintlayout.core.motion.CustomVariable
- setValue(String, CLElement) - Method in class androidx.constraintlayout.core.state.WidgetFrame
- setValueAttributes(int, float) - Method in class androidx.constraintlayout.core.motion.MotionWidget
-
Sets the attributes
- setValueMotion(int, float) - Method in class androidx.constraintlayout.core.motion.MotionWidget
- setValueMotion(int, int) - Method in class androidx.constraintlayout.core.motion.MotionWidget
- setValueMotion(int, String) - Method in class androidx.constraintlayout.core.motion.MotionWidget
- setVerticalAlign(int) - Method in class androidx.constraintlayout.core.state.helpers.FlowReference
-
Set vertical align
- setVerticalAlign(int) - Method in class androidx.constraintlayout.core.widgets.Flow
- setVerticalBias(float) - Method in class androidx.constraintlayout.core.dsl.Constraint
-
set verticalBias
- setVerticalBias(float) - Method in class androidx.constraintlayout.core.widgets.Flow
- setVerticalBiasPercent(float) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Set the vertical bias percent to apply when we have two opposite constraints of equal strength
- setVerticalChainStyle(int) - Method in class androidx.constraintlayout.core.state.ConstraintReference
- setVerticalChainStyle(int) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Set the chain starting from this widget to be packed.
- setVerticalChainStyle(Constraint.ChainMode) - Method in class androidx.constraintlayout.core.dsl.Constraint
-
set verticalChainStyle
- setVerticalChainWeight(float) - Method in class androidx.constraintlayout.core.state.ConstraintReference
- setVerticalDimension(int, int) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Set the positions for the vertical dimension only
- setVerticalDimensionBehaviour(ConstraintWidget.DimensionBehaviour) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Set the widget's behaviour for the vertical dimension
- setVerticalGap(int) - Method in class androidx.constraintlayout.core.state.helpers.FlowReference
-
Set vertical gap
- setVerticalGap(int) - Method in class androidx.constraintlayout.core.widgets.Flow
- setVerticalMatchStyle(int, int, int, float) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Set the vertical style when MATCH_CONSTRAINT is set
- setVerticalStyle(int) - Method in class androidx.constraintlayout.core.state.helpers.FlowReference
-
set vertical style
- setVerticalStyle(int) - Method in class androidx.constraintlayout.core.widgets.Flow
- setVerticalWeight(float) - Method in class androidx.constraintlayout.core.dsl.Constraint
-
set verticalWeight
- setVerticalWeight(float) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Set the vertical weight (only used in chains)
- setView(MotionWidget) - Method in class androidx.constraintlayout.core.motion.Motion
- setView(Object) - Method in class androidx.constraintlayout.core.state.ConstraintReference
- setViewId(int) - Method in class androidx.constraintlayout.core.motion.key.MotionKey
- setVisibility(int) - Method in class androidx.constraintlayout.core.motion.MotionWidget
- setVisibility(int) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Set the visibility for this widget
- setVisibility(KeyAttribute.Visibility) - Method in class androidx.constraintlayout.core.dsl.KeyAttribute
- setVisibility(KeyAttributes.Visibility...) - Method in class androidx.constraintlayout.core.dsl.KeyAttributes
- setWaveOffset(float...) - Method in class androidx.constraintlayout.core.dsl.KeyCycles
- setWavePeriod(float...) - Method in class androidx.constraintlayout.core.dsl.KeyCycles
- setWavePhase(float...) - Method in class androidx.constraintlayout.core.dsl.KeyCycles
- setWaveShape(KeyCycles.Wave) - Method in class androidx.constraintlayout.core.dsl.KeyCycles
- setWeight(float) - Method in class androidx.constraintlayout.core.dsl.Ref
-
Set the weight of the reference
- setWidth(int) - Method in class androidx.constraintlayout.core.dsl.Constraint
-
set width
- setWidth(int) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Set the width of the widget
- setWidth(Dimension) - Method in class androidx.constraintlayout.core.state.ConstraintReference
- setWidth(Dimension) - Method in class androidx.constraintlayout.core.state.State
- setWidthDefault(Constraint.Behaviour) - Method in class androidx.constraintlayout.core.dsl.Constraint
-
set widthDefault
- setWidthMax(int) - Method in class androidx.constraintlayout.core.dsl.Constraint
-
set widthMax
- setWidthMin(int) - Method in class androidx.constraintlayout.core.dsl.Constraint
-
set widthMin
- setWidthPercent(float) - Method in class androidx.constraintlayout.core.dsl.Constraint
-
set widthPercent
- setWidthWrapContent(boolean) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Keep track of wrap_content for width
- setWrapBehaviorInParent(int) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
- setWrapMode(int) - Method in class androidx.constraintlayout.core.state.helpers.FlowReference
-
Set wrap Mode
- setWrapMode(int) - Method in class androidx.constraintlayout.core.widgets.Flow
- setX(int) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Set the x position of the widget, relative to its container
- setY(int) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Set the y position of the widget, relative to its container
- SHAPE_BOUNCE - Static variable in class androidx.constraintlayout.core.motion.key.MotionKeyCycle
- SHAPE_COS_WAVE - Static variable in class androidx.constraintlayout.core.motion.key.MotionKeyCycle
- SHAPE_REVERSE_SAW_WAVE - Static variable in class androidx.constraintlayout.core.motion.key.MotionKeyCycle
- SHAPE_SAW_WAVE - Static variable in class androidx.constraintlayout.core.motion.key.MotionKeyCycle
- SHAPE_SIN_WAVE - Static variable in class androidx.constraintlayout.core.motion.key.MotionKeyCycle
- SHAPE_SQUARE_WAVE - Static variable in class androidx.constraintlayout.core.motion.key.MotionKeyCycle
- SHAPE_TRIANGLE_WAVE - Static variable in class androidx.constraintlayout.core.motion.key.MotionKeyCycle
- SHOW_ALL - androidx.constraintlayout.core.state.ConstraintSetParser.MotionLayoutDebugFlags
- sideMap - Static variable in class androidx.constraintlayout.core.dsl.Helper
- simpleconstraints - Variable in class androidx.constraintlayout.core.Metrics
- simpleSolvingPass(ConstraintWidgetContainer, BasicMeasure.Measurer) - Static method in class androidx.constraintlayout.core.widgets.analyzer.Grouping
- SIMPLIFY_SYNONYMS - Static variable in class androidx.constraintlayout.core.LinearSystem
- SIN - androidx.constraintlayout.core.dsl.KeyCycle.Wave
- SIN - androidx.constraintlayout.core.dsl.KeyCycles.Wave
- SIN_WAVE - Static variable in class androidx.constraintlayout.core.motion.utils.Oscillator
- size() - Method in class androidx.constraintlayout.core.motion.utils.KeyFrameArray.CustomArray
- size() - Method in class androidx.constraintlayout.core.motion.utils.KeyFrameArray.CustomVar
- size() - Method in class androidx.constraintlayout.core.parser.CLContainer
- size() - Method in class androidx.constraintlayout.core.widgets.analyzer.WidgetGroup
- sizeInBytes() - Method in class androidx.constraintlayout.core.ArrayLinkedVariables
-
Show size in bytes
- sizeInBytes() - Method in interface androidx.constraintlayout.core.ArrayRow.ArrayRowVariables
- sizeInBytes() - Method in class androidx.constraintlayout.core.SolverVariableValues
- SKIP_COLUMNS - Static variable in class androidx.constraintlayout.core.LinearSystem
- SLACK - androidx.constraintlayout.core.SolverVariable.Type
-
The variable is restricted to positive values and represents a slack
- slackvariables - Variable in class androidx.constraintlayout.core.Metrics
- sMaxLine - Static variable in class androidx.constraintlayout.core.parser.CLElement
- sMetrics - Static variable in class androidx.constraintlayout.core.LinearSystem
- socketSend(String) - Static method in class androidx.constraintlayout.core.motion.utils.Utils
- solveChain(ConstraintWidgetContainer, LinearSystem, int, int, ChainHead, boolean, boolean, boolean) - Static method in class androidx.constraintlayout.core.widgets.analyzer.Direct
-
Try to directly resolve the chain
- SOLVER - Static variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- solverMeasure(ConstraintWidgetContainer, int, int, int, int, int, int, int, int, int) - Method in class androidx.constraintlayout.core.widgets.analyzer.BasicMeasure
-
Called by ConstraintLayout onMeasure()
- SolverVariable - Class in androidx.constraintlayout.core
-
Represents a given variable used in the
linear expression solver. - SolverVariable(SolverVariable.Type, String) - Constructor for class androidx.constraintlayout.core.SolverVariable
- SolverVariable(String, SolverVariable.Type) - Constructor for class androidx.constraintlayout.core.SolverVariable
-
Base constructor
- SolverVariable.Type - Enum in androidx.constraintlayout.core
-
Type of variables
- SolverVariableValues - Class in androidx.constraintlayout.core
-
Store a set of variables and their values in an array-based linked list coupled with a custom hashmap.
- solvingPass(ConstraintWidgetContainer, BasicMeasure.Measurer) - Static method in class androidx.constraintlayout.core.widgets.analyzer.Direct
-
Walk the dependency graph and solves it.
- Sort() - Constructor for class androidx.constraintlayout.core.motion.utils.TimeCycleSplineSet.Sort
- SPLINE - androidx.constraintlayout.core.dsl.KeyAttribute.Fit
- SPLINE - androidx.constraintlayout.core.dsl.KeyAttributes.Fit
- SPLINE - Static variable in class androidx.constraintlayout.core.motion.utils.CurveFit
- SplineSet - Class in androidx.constraintlayout.core.motion.utils
-
This engine allows manipulation of attributes by Curves
- SplineSet() - Constructor for class androidx.constraintlayout.core.motion.utils.SplineSet
- SplineSet.CustomSet - Class in androidx.constraintlayout.core.motion.utils
- SplineSet.CustomSpline - Class in androidx.constraintlayout.core.motion.utils
- SPREAD - androidx.constraintlayout.core.dsl.Chain.Style
- SPREAD - androidx.constraintlayout.core.dsl.Constraint.Behaviour
- SPREAD - androidx.constraintlayout.core.dsl.Constraint.ChainMode
- SPREAD - androidx.constraintlayout.core.state.State.Chain
- SPREAD_DIMENSION - Static variable in class androidx.constraintlayout.core.state.Dimension
- SPREAD_INSIDE - androidx.constraintlayout.core.dsl.Chain.Style
- SPREAD_INSIDE - androidx.constraintlayout.core.dsl.Constraint.ChainMode
- SPREAD_INSIDE - androidx.constraintlayout.core.state.State.Chain
- SPRING - androidx.constraintlayout.core.dsl.OnSwipe.Mode
- SPRING_BOUNDARY - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.OnSwipe
- SPRING_BOUNDARY_ENUM - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.OnSwipe
- SPRING_DAMPING - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.OnSwipe
- SPRING_MASS - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.OnSwipe
- SPRING_STIFFNESS - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.OnSwipe
- springConfig(float, float, float, float, float, float, float, int) - Method in class androidx.constraintlayout.core.motion.utils.SpringStopEngine
- SPRINGS_TOP_THRESHOLD - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.OnSwipe
- SpringStopEngine - Class in androidx.constraintlayout.core.motion.utils
-
This contains the class to provide the logic for an animation to come to a stop using a spring model.
- SpringStopEngine() - Constructor for class androidx.constraintlayout.core.motion.utils.SpringStopEngine
- SQUARE - androidx.constraintlayout.core.dsl.KeyCycle.Wave
- SQUARE - androidx.constraintlayout.core.dsl.KeyCycles.Wave
- SQUARE_WAVE - Static variable in class androidx.constraintlayout.core.motion.utils.Oscillator
- start - Variable in class androidx.constraintlayout.core.widgets.analyzer.WidgetRun
- start() - Method in class androidx.constraintlayout.core.state.ConstraintReference
- start(Object) - Method in class androidx.constraintlayout.core.state.helpers.GuidelineReference
- START - androidx.constraintlayout.core.dsl.Constraint.HSide
- START - androidx.constraintlayout.core.dsl.Constraint.Side
- START - androidx.constraintlayout.core.dsl.OnSwipe.Drag
- START - androidx.constraintlayout.core.dsl.OnSwipe.Side
- START - androidx.constraintlayout.core.state.State.Direction
- START - Static variable in class androidx.constraintlayout.core.state.Transition
- START_TO_END - androidx.constraintlayout.core.state.State.Constraint
- START_TO_START - androidx.constraintlayout.core.state.State.Constraint
- startToEnd(Object) - Method in class androidx.constraintlayout.core.state.ConstraintReference
- startToStart(Object) - Method in class androidx.constraintlayout.core.state.ConstraintReference
- State - Class in androidx.constraintlayout.core.state
-
Represents a full state of a ConstraintLayout
- State() - Constructor for class androidx.constraintlayout.core.state.State
- State.Chain - Enum in androidx.constraintlayout.core.state
- State.Constraint - Enum in androidx.constraintlayout.core.state
- State.Direction - Enum in androidx.constraintlayout.core.state
- State.Helper - Enum in androidx.constraintlayout.core.state
- State.Wrap - Enum in androidx.constraintlayout.core.state
- StepCurve - Class in androidx.constraintlayout.core.motion.utils
-
This class translates a series of floating point values into a continuous curve for use in an easing function including quantize functions it is used with the "spline(0,0.3,0.3,0.5,...0.9,1)" it should start at 0 and end at one 1
- STOP - androidx.constraintlayout.core.dsl.OnSwipe.TouchUp
- StopEngine - Interface in androidx.constraintlayout.core.motion.utils
- StopLogicEngine - Class in androidx.constraintlayout.core.motion.utils
-
This contains the class to provide the logic for an animation to come to a stop.
- StopLogicEngine() - Constructor for class androidx.constraintlayout.core.motion.utils.StopLogicEngine
- StopLogicEngine.Decelerate - Class in androidx.constraintlayout.core.motion.utils
- strength - Variable in class androidx.constraintlayout.core.SolverVariable
- STRENGTH_BARRIER - Static variable in class androidx.constraintlayout.core.SolverVariable
- STRENGTH_CENTERING - Static variable in class androidx.constraintlayout.core.SolverVariable
- STRENGTH_EQUALITY - Static variable in class androidx.constraintlayout.core.SolverVariable
- STRENGTH_FIXED - Static variable in class androidx.constraintlayout.core.SolverVariable
- STRENGTH_HIGH - Static variable in class androidx.constraintlayout.core.SolverVariable
- STRENGTH_HIGHEST - Static variable in class androidx.constraintlayout.core.SolverVariable
- STRENGTH_LOW - Static variable in class androidx.constraintlayout.core.SolverVariable
- STRENGTH_MEDIUM - Static variable in class androidx.constraintlayout.core.SolverVariable
- STRENGTH_NONE - Static variable in class androidx.constraintlayout.core.SolverVariable
- STRING_MASK - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues
- STRING_TYPE - androidx.constraintlayout.core.motion.CustomAttribute.AttributeType
- stringId - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- style(State.Chain) - Method in class androidx.constraintlayout.core.state.helpers.ChainReference
- styleMap - Static variable in class androidx.constraintlayout.core.dsl.Chain
- suggested(int) - Method in class androidx.constraintlayout.core.state.Dimension
- suggested(Object) - Method in class androidx.constraintlayout.core.state.Dimension
- sVal2PI - Static variable in class androidx.constraintlayout.core.motion.utils.TimeCycleSplineSet
T
- tableSizeIncrease - Variable in class androidx.constraintlayout.core.Metrics
- TAG - Static variable in class androidx.constraintlayout.core.motion.MotionPaths
- TAG - Static variable in class androidx.constraintlayout.core.motion.utils.Oscillator
- TimeCycleSplineSet - Class in androidx.constraintlayout.core.motion.utils
-
This engine allows manipulation of attributes by wave shapes oscillating in time
- TimeCycleSplineSet() - Constructor for class androidx.constraintlayout.core.motion.utils.TimeCycleSplineSet
- TimeCycleSplineSet.CustomSet - Class in androidx.constraintlayout.core.motion.utils
- TimeCycleSplineSet.CustomVarSet - Class in androidx.constraintlayout.core.motion.utils
- TimeCycleSplineSet.Sort - Class in androidx.constraintlayout.core.motion.utils
- TO_END - androidx.constraintlayout.core.dsl.OnSwipe.TouchUp
- TO_START - androidx.constraintlayout.core.dsl.OnSwipe.TouchUp
- toFormattedJSON() - Method in class androidx.constraintlayout.core.parser.CLObject
-
Returns a object as a formatted JSON5 String
- toFormattedJSON(int, int) - Method in class androidx.constraintlayout.core.parser.CLArray
- toFormattedJSON(int, int) - Method in class androidx.constraintlayout.core.parser.CLElement
- toFormattedJSON(int, int) - Method in class androidx.constraintlayout.core.parser.CLKey
- toFormattedJSON(int, int) - Method in class androidx.constraintlayout.core.parser.CLNumber
- toFormattedJSON(int, int) - Method in class androidx.constraintlayout.core.parser.CLObject
-
Returns as a formatted JSON5 String with an indentation
- toFormattedJSON(int, int) - Method in class androidx.constraintlayout.core.parser.CLString
- toFormattedJSON(int, int) - Method in class androidx.constraintlayout.core.parser.CLToken
- toJSON() - Method in class androidx.constraintlayout.core.parser.CLArray
- toJSON() - Method in class androidx.constraintlayout.core.parser.CLElement
- toJSON() - Method in class androidx.constraintlayout.core.parser.CLKey
- toJSON() - Method in class androidx.constraintlayout.core.parser.CLNumber
- toJSON() - Method in class androidx.constraintlayout.core.parser.CLObject
-
Returns objet as a JSON5 String
- toJSON() - Method in class androidx.constraintlayout.core.parser.CLString
- toJSON() - Method in class androidx.constraintlayout.core.parser.CLToken
- top - Variable in class androidx.constraintlayout.core.motion.utils.FloatRect
- top - Variable in class androidx.constraintlayout.core.motion.utils.Rect
- top - Variable in class androidx.constraintlayout.core.motion.utils.ViewState
- top - Variable in class androidx.constraintlayout.core.state.WidgetFrame
- top() - Method in class androidx.constraintlayout.core.state.ConstraintReference
- TOP - androidx.constraintlayout.core.dsl.Constraint.Side
- TOP - androidx.constraintlayout.core.dsl.Constraint.VSide
- TOP - androidx.constraintlayout.core.dsl.OnSwipe.Side
- TOP - androidx.constraintlayout.core.state.State.Direction
- TOP - androidx.constraintlayout.core.widgets.ConstraintAnchor.Type
- TOP - Static variable in class androidx.constraintlayout.core.widgets.Barrier
- TOP_TO_BOTTOM - androidx.constraintlayout.core.state.State.Constraint
- TOP_TO_TOP - androidx.constraintlayout.core.state.State.Constraint
- toPixels(float) - Method in interface androidx.constraintlayout.core.state.CorePixelDp
-
Convert dp to pixels
- topOfWidget(int) - Method in class androidx.constraintlayout.core.utils.GridEngine
-
Get the boxView for the widget i to add a constraint on the top
- topToBottom(Object) - Method in class androidx.constraintlayout.core.state.ConstraintReference
- topToTop(Object) - Method in class androidx.constraintlayout.core.state.ConstraintReference
- toString() - Method in class androidx.constraintlayout.core.ArrayLinkedVariables
-
Returns a string representation of the list
- toString() - Method in class androidx.constraintlayout.core.ArrayRow
- toString() - Method in class androidx.constraintlayout.core.dsl.Chain.Anchor
- toString() - Method in class androidx.constraintlayout.core.dsl.Constraint.Anchor
- toString() - Method in class androidx.constraintlayout.core.dsl.Constraint
- toString() - Method in class androidx.constraintlayout.core.dsl.ConstraintSet
- toString() - Method in class androidx.constraintlayout.core.dsl.Helper.HelperType
- toString() - Method in class androidx.constraintlayout.core.dsl.Helper
- toString() - Method in class androidx.constraintlayout.core.dsl.KeyAttribute
- toString() - Method in class androidx.constraintlayout.core.dsl.KeyAttributes
- toString() - Method in class androidx.constraintlayout.core.dsl.KeyFrames
- toString() - Method in class androidx.constraintlayout.core.dsl.KeyPosition
- toString() - Method in class androidx.constraintlayout.core.dsl.KeyPositions
- toString() - Method in class androidx.constraintlayout.core.dsl.MotionScene
- toString() - Method in class androidx.constraintlayout.core.dsl.OnSwipe
- toString() - Method in class androidx.constraintlayout.core.dsl.Ref
- toString() - Method in class androidx.constraintlayout.core.dsl.Transition
- toString() - Method in class androidx.constraintlayout.core.Metrics
- toString() - Method in class androidx.constraintlayout.core.motion.CustomVariable
- toString() - Method in class androidx.constraintlayout.core.motion.Motion
-
Debug string
- toString() - Method in class androidx.constraintlayout.core.motion.MotionWidget
- toString() - Method in class androidx.constraintlayout.core.motion.utils.Easing
- toString() - Method in class androidx.constraintlayout.core.motion.utils.KeyCycleOscillator
- toString() - Method in class androidx.constraintlayout.core.motion.utils.Oscillator
- toString() - Method in class androidx.constraintlayout.core.motion.utils.SplineSet
- toString() - Method in class androidx.constraintlayout.core.motion.utils.TimeCycleSplineSet
- toString() - Method in class androidx.constraintlayout.core.motion.utils.TypedBundle
- toString() - Method in class androidx.constraintlayout.core.parser.CLContainer
- toString() - Method in class androidx.constraintlayout.core.parser.CLElement
- toString() - Method in exception androidx.constraintlayout.core.parser.CLParsingException
- toString() - Method in class androidx.constraintlayout.core.PriorityGoalRow
- toString() - Method in class androidx.constraintlayout.core.SolverVariable
-
Override the toString() method to display the variable
- toString() - Method in class androidx.constraintlayout.core.SolverVariableValues
- toString() - Method in class androidx.constraintlayout.core.widgets.analyzer.ChainRun
- toString() - Method in class androidx.constraintlayout.core.widgets.analyzer.DependencyNode
- toString() - Method in class androidx.constraintlayout.core.widgets.analyzer.HorizontalWidgetRun
- toString() - Method in class androidx.constraintlayout.core.widgets.analyzer.VerticalWidgetRun
- toString() - Method in class androidx.constraintlayout.core.widgets.analyzer.WidgetGroup
- toString() - Method in class androidx.constraintlayout.core.widgets.Barrier
- toString() - Method in class androidx.constraintlayout.core.widgets.ConstraintAnchor
-
Return a string representation of this anchor
- toString() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Returns a string representation of the ConstraintWidget
- TOUCH_ANCHOR_ID - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.OnSwipe
- TOUCH_ANCHOR_SIDE - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.OnSwipe
- TOUCH_REGION_ID - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.OnSwipe
- Transition - Class in androidx.constraintlayout.core.dsl
-
Create a Transition Object.
- Transition - Class in androidx.constraintlayout.core.state
- Transition() - Constructor for class androidx.constraintlayout.core.state.Transition
- Transition(String, String) - Constructor for class androidx.constraintlayout.core.dsl.Transition
- Transition(String, String, String) - Constructor for class androidx.constraintlayout.core.dsl.Transition
- TRANSITION_PATH_ROTATE - Static variable in class androidx.constraintlayout.core.motion.key.MotionKey
- Transition.WidgetState - Class in androidx.constraintlayout.core.state
- TransitionParser - Class in androidx.constraintlayout.core.state
-
Contains code for Parsing Transitions
- TransitionParser() - Constructor for class androidx.constraintlayout.core.state.TransitionParser
- TRANSLATION_X - Static variable in class androidx.constraintlayout.core.motion.key.MotionKey
- TRANSLATION_Y - Static variable in class androidx.constraintlayout.core.motion.key.MotionKey
- translationX - Variable in class androidx.constraintlayout.core.state.WidgetFrame
- translationX(float) - Method in class androidx.constraintlayout.core.state.ConstraintReference
- translationY - Variable in class androidx.constraintlayout.core.state.WidgetFrame
- translationY(float) - Method in class androidx.constraintlayout.core.state.ConstraintReference
- translationZ - Variable in class androidx.constraintlayout.core.state.WidgetFrame
- translationZ(float) - Method in class androidx.constraintlayout.core.state.ConstraintReference
- TRIANGLE - androidx.constraintlayout.core.dsl.KeyCycle.Wave
- TRIANGLE - androidx.constraintlayout.core.dsl.KeyCycles.Wave
- TRIANGLE_WAVE - Static variable in class androidx.constraintlayout.core.motion.utils.Oscillator
- TRIGGER_COLLISION_ID - Static variable in class androidx.constraintlayout.core.motion.key.MotionKeyTrigger
- TRIGGER_COLLISION_ID - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.TriggerType
- TRIGGER_COLLISION_VIEW - Static variable in class androidx.constraintlayout.core.motion.key.MotionKeyTrigger
- TRIGGER_COLLISION_VIEW - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.TriggerType
- TRIGGER_ID - Static variable in class androidx.constraintlayout.core.motion.key.MotionKeyTrigger
- TRIGGER_ID - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.TriggerType
- TRIGGER_RECEIVER - Static variable in class androidx.constraintlayout.core.motion.key.MotionKeyTrigger
- TRIGGER_RECEIVER - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.TriggerType
- TRIGGER_SLACK - Static variable in class androidx.constraintlayout.core.motion.key.MotionKeyTrigger
- TRIGGER_SLACK - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.TriggerType
- TRY_GIVEN_DIMENSIONS - Static variable in class androidx.constraintlayout.core.widgets.analyzer.BasicMeasure.Measure
- type - Variable in class androidx.constraintlayout.core.dsl.Helper
- TYPE - Variable in class androidx.constraintlayout.core.dsl.KeyAttribute
- TYPE - Variable in class androidx.constraintlayout.core.dsl.KeyAttributes
- TYPE_ALPHA - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.AttributesType
- TYPE_ALPHA - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.CycleType
- TYPE_ANIMATE_CIRCLEANGLE_TO - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.MotionType
- TYPE_ANIMATE_RELATIVE_TO - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.MotionType
- TYPE_AUTO_TRANSITION - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.TransitionType
- TYPE_BOOLEAN - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.Custom
- TYPE_CARTESIAN - Static variable in class androidx.constraintlayout.core.motion.key.MotionKeyPosition
- TYPE_COLOR - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.Custom
- TYPE_CROSS - Static variable in class androidx.constraintlayout.core.motion.key.MotionKeyTrigger
- TYPE_CROSS - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.TriggerType
- TYPE_CURVE_FIT - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.AttributesType
- TYPE_CURVE_FIT - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.CycleType
- TYPE_CURVE_FIT - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.PositionType
- TYPE_CUSTOM_WAVE_SHAPE - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.CycleType
- TYPE_DEFAULT_DURATION - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.MotionScene
- TYPE_DIMENSION - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.Custom
- TYPE_DRAW_PATH - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.MotionType
- TYPE_DRAWPATH - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.PositionType
- TYPE_DURATION - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.TransitionType
- TYPE_EASING - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.AttributesType
- TYPE_EASING - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.CycleType
- TYPE_EASING - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.MotionType
- TYPE_ELEVATION - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.AttributesType
- TYPE_ELEVATION - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.CycleType
- TYPE_FLOAT - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.Custom
- TYPE_FRAME_POSITION - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues
- TYPE_FROM - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.TransitionType
- TYPE_INT - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.Custom
- TYPE_INTERPOLATOR - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.TransitionType
- TYPE_LAYOUT_DURING_TRANSITION - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.MotionScene
- TYPE_NEGATIVE_CROSS - Static variable in class androidx.constraintlayout.core.motion.key.MotionKeyTrigger
- TYPE_NEGATIVE_CROSS - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.TriggerType
- TYPE_PATH - Static variable in class androidx.constraintlayout.core.motion.key.MotionKeyPosition
- TYPE_PATH_MOTION_ARC - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.PositionType
- TYPE_PATH_MOTION_ARC - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.TransitionType
- TYPE_PATH_ROTATE - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.AttributesType
- TYPE_PATH_ROTATE - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.CycleType
- TYPE_PATH_ROTATE - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.MotionType
- TYPE_PATHMOTION_ARC - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.MotionType
- TYPE_PERCENT_HEIGHT - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.PositionType
- TYPE_PERCENT_WIDTH - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.PositionType
- TYPE_PERCENT_X - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.PositionType
- TYPE_PERCENT_Y - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.PositionType
- TYPE_PIVOT_TARGET - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.AttributesType
- TYPE_PIVOT_X - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.AttributesType
- TYPE_PIVOT_X - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.CycleType
- TYPE_PIVOT_Y - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.AttributesType
- TYPE_PIVOT_Y - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.CycleType
- TYPE_POLAR_RELATIVETO - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.MotionType
- TYPE_POSITION_TYPE - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.PositionType
- TYPE_POSITIVE_CROSS - Static variable in class androidx.constraintlayout.core.motion.key.MotionKeyTrigger
- TYPE_POSITIVE_CROSS - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.TriggerType
- TYPE_POST_LAYOUT - Static variable in class androidx.constraintlayout.core.motion.key.MotionKeyTrigger
- TYPE_POST_LAYOUT - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.TriggerType
- TYPE_PROGRESS - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.AttributesType
- TYPE_PROGRESS - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.CycleType
- TYPE_QUANTIZE_INTERPOLATOR - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.MotionType
- TYPE_QUANTIZE_INTERPOLATOR_ID - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.MotionType
- TYPE_QUANTIZE_INTERPOLATOR_TYPE - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.MotionType
- TYPE_QUANTIZE_MOTION_PHASE - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.MotionType
- TYPE_QUANTIZE_MOTIONSTEPS - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.MotionType
- TYPE_REFERENCE - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.Custom
- TYPE_ROTATION_X - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.AttributesType
- TYPE_ROTATION_X - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.CycleType
- TYPE_ROTATION_Y - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.AttributesType
- TYPE_ROTATION_Y - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.CycleType
- TYPE_ROTATION_Z - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.AttributesType
- TYPE_ROTATION_Z - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.CycleType
- TYPE_SCALE_X - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.AttributesType
- TYPE_SCALE_X - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.CycleType
- TYPE_SCALE_Y - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.AttributesType
- TYPE_SCALE_Y - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.CycleType
- TYPE_SCREEN - Static variable in class androidx.constraintlayout.core.motion.key.MotionKeyPosition
- TYPE_SIZE_PERCENT - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.PositionType
- TYPE_STAGGER - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.MotionType
- TYPE_STAGGERED - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.TransitionType
- TYPE_STRING - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.Custom
- TYPE_TARGET - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues
- TYPE_TO - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.TransitionType
- TYPE_TRANSITION_EASING - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.PositionType
- TYPE_TRANSITION_FLAGS - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.TransitionType
- TYPE_TRANSLATION_X - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.AttributesType
- TYPE_TRANSLATION_X - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.CycleType
- TYPE_TRANSLATION_Y - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.AttributesType
- TYPE_TRANSLATION_Y - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.CycleType
- TYPE_TRANSLATION_Z - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.AttributesType
- TYPE_TRANSLATION_Z - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.CycleType
- TYPE_TRIGGER_COLLISION_ID - Static variable in class androidx.constraintlayout.core.motion.key.MotionKeyTrigger
- TYPE_TRIGGER_COLLISION_ID - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.TriggerType
- TYPE_TRIGGER_COLLISION_VIEW - Static variable in class androidx.constraintlayout.core.motion.key.MotionKeyTrigger
- TYPE_TRIGGER_COLLISION_VIEW - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.TriggerType
- TYPE_TRIGGER_ID - Static variable in class androidx.constraintlayout.core.motion.key.MotionKeyTrigger
- TYPE_TRIGGER_ID - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.TriggerType
- TYPE_TRIGGER_RECEIVER - Static variable in class androidx.constraintlayout.core.motion.key.MotionKeyTrigger
- TYPE_TRIGGER_RECEIVER - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.TriggerType
- TYPE_TRIGGER_SLACK - Static variable in class androidx.constraintlayout.core.motion.key.MotionKeyTrigger
- TYPE_TRIGGER_SLACK - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.TriggerType
- TYPE_VIEW_TRANSITION_ON_CROSS - Static variable in class androidx.constraintlayout.core.motion.key.MotionKeyTrigger
- TYPE_VIEW_TRANSITION_ON_CROSS - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.TriggerType
- TYPE_VIEW_TRANSITION_ON_NEGATIVE_CROSS - Static variable in class androidx.constraintlayout.core.motion.key.MotionKeyTrigger
- TYPE_VIEW_TRANSITION_ON_NEGATIVE_CROSS - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.TriggerType
- TYPE_VIEW_TRANSITION_ON_POSITIVE_CROSS - Static variable in class androidx.constraintlayout.core.motion.key.MotionKeyTrigger
- TYPE_VIEW_TRANSITION_ON_POSITIVE_CROSS - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.TriggerType
- TYPE_VISIBILITY - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.AttributesType
- TYPE_VISIBILITY - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.CycleType
- TYPE_WAVE_OFFSET - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.CycleType
- TYPE_WAVE_PERIOD - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.CycleType
- TYPE_WAVE_PHASE - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.CycleType
- TYPE_WAVE_SHAPE - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.CycleType
- TypedBundle - Class in androidx.constraintlayout.core.motion.utils
- TypedBundle() - Constructor for class androidx.constraintlayout.core.motion.utils.TypedBundle
- TypedValues - Interface in androidx.constraintlayout.core.motion.utils
-
Provides an interface to values used in KeyFrames and in Starting and Ending Widgets
- TypedValues.AttributesType - Interface in androidx.constraintlayout.core.motion.utils
- TypedValues.Custom - Interface in androidx.constraintlayout.core.motion.utils
- TypedValues.CycleType - Interface in androidx.constraintlayout.core.motion.utils
- TypedValues.MotionScene - Interface in androidx.constraintlayout.core.motion.utils
- TypedValues.MotionType - Interface in androidx.constraintlayout.core.motion.utils
- TypedValues.OnSwipe - Interface in androidx.constraintlayout.core.motion.utils
- TypedValues.PositionType - Interface in androidx.constraintlayout.core.motion.utils
- TypedValues.TransitionType - Interface in androidx.constraintlayout.core.motion.utils
- TypedValues.TriggerType - Interface in androidx.constraintlayout.core.motion.utils
- typeMap - Static variable in class androidx.constraintlayout.core.dsl.Helper
U
- UNKNOWN - androidx.constraintlayout.core.SolverVariable.Type
-
Unknown (invalid) type.
- UNKNOWN - androidx.constraintlayout.core.state.ConstraintSetParser.MotionLayoutDebugFlags
- UNKNOWN - Static variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- unpack(String[]) - Method in class androidx.constraintlayout.core.dsl.Keys
- unregister(String, RegistryCallback) - Method in class androidx.constraintlayout.core.state.Registry
- UNRESTRICTED - androidx.constraintlayout.core.SolverVariable.Type
-
The variable can take negative or positive values
- UNSET - Static variable in class androidx.constraintlayout.core.motion.key.MotionKey
- UNSET - Static variable in class androidx.constraintlayout.core.motion.MotionWidget
- UNSPECIFIED - Static variable in class androidx.constraintlayout.core.widgets.analyzer.BasicMeasure
- UP - androidx.constraintlayout.core.dsl.OnSwipe.Drag
- update() - Method in class androidx.constraintlayout.core.state.WidgetFrame
- update(Dependency) - Method in class androidx.constraintlayout.core.widgets.analyzer.ChainRun
- update(Dependency) - Method in interface androidx.constraintlayout.core.widgets.analyzer.Dependency
- update(Dependency) - Method in class androidx.constraintlayout.core.widgets.analyzer.DependencyNode
- update(Dependency) - Method in class androidx.constraintlayout.core.widgets.analyzer.HorizontalWidgetRun
- update(Dependency) - Method in class androidx.constraintlayout.core.widgets.analyzer.VerticalWidgetRun
- update(Dependency) - Method in class androidx.constraintlayout.core.widgets.analyzer.WidgetRun
- update(ConstraintWidget) - Method in class androidx.constraintlayout.core.state.WidgetFrame
- update(ConstraintWidget, int) - Method in class androidx.constraintlayout.core.state.Transition.WidgetState
- updateAttributes(WidgetFrame) - Method in class androidx.constraintlayout.core.state.WidgetFrame
- updateChildrenFromSolver(LinearSystem, boolean[]) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidgetContainer
-
Update the frame of the layout and its children from the solver
- updateConstraints(ConstraintWidgetContainer) - Method in interface androidx.constraintlayout.core.widgets.Helper
- updateConstraints(ConstraintWidgetContainer) - Method in class androidx.constraintlayout.core.widgets.HelperWidget
- updateConstraints(ConstraintWidgetContainer) - Method in class androidx.constraintlayout.core.widgets.VirtualLayout
- updateContent(String, String) - Method in class androidx.constraintlayout.core.state.Registry
- updateDelegate - Variable in class androidx.constraintlayout.core.widgets.analyzer.DependencyNode
- updateDimensions(String, int, int) - Method in class androidx.constraintlayout.core.state.Registry
- updateFrom(ConstraintWidgetContainer, int) - Method in class androidx.constraintlayout.core.state.Transition
-
Update container of parameters for the state
- updateFromFinalVariable(LinearSystem, SolverVariable, boolean) - Method in class androidx.constraintlayout.core.ArrayRow
- updateFromRow(LinearSystem, ArrayRow, boolean) - Method in class androidx.constraintlayout.core.ArrayRow
- updateFromRow(LinearSystem, ArrayRow, boolean) - Method in class androidx.constraintlayout.core.PriorityGoalRow
- updateFromRuns(boolean, boolean) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
- updateFromRuns(boolean, boolean) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidgetContainer
- updateFromSolver(LinearSystem, boolean) - Method in class androidx.constraintlayout.core.widgets.ConstraintWidget
-
Update the widget from the values generated by the solver
- updateFromSolver(LinearSystem, boolean) - Method in class androidx.constraintlayout.core.widgets.Guideline
- updateFromSynonymVariable(LinearSystem, SolverVariable, boolean) - Method in class androidx.constraintlayout.core.ArrayRow
- updateFromSystem(LinearSystem) - Method in class androidx.constraintlayout.core.ArrayRow
- updateHierarchy() - Method in class androidx.constraintlayout.core.widgets.ConstraintWidgetContainer
- updateHierarchy(ConstraintWidgetContainer) - Method in class androidx.constraintlayout.core.widgets.analyzer.BasicMeasure
- updateMotion(TypedValues) - Method in class androidx.constraintlayout.core.motion.MotionWidget
-
This populates the motion attributes from widgetFrame to the MotionWidget
- updateProgress(String, float) - Method in class androidx.constraintlayout.core.state.Registry
- updateReferencesWithNewDefinition(LinearSystem, ArrayRow) - Method in class androidx.constraintlayout.core.SolverVariable
- updateRunCenter(Dependency, ConstraintAnchor, ConstraintAnchor, int) - Method in class androidx.constraintlayout.core.widgets.analyzer.WidgetRun
- updateRunEnd(Dependency) - Method in class androidx.constraintlayout.core.widgets.analyzer.WidgetRun
- updateRunStart(Dependency) - Method in class androidx.constraintlayout.core.widgets.analyzer.WidgetRun
- usageInRowCount - Variable in class androidx.constraintlayout.core.SolverVariable
- use(ArrayRow, boolean) - Method in class androidx.constraintlayout.core.ArrayLinkedVariables
-
Update the current list with a new definition
- use(ArrayRow, boolean) - Method in interface androidx.constraintlayout.core.ArrayRow.ArrayRowVariables
- use(ArrayRow, boolean) - Method in class androidx.constraintlayout.core.SolverVariableValues
- USE_BASIC_SYNONYMS - Static variable in class androidx.constraintlayout.core.LinearSystem
- USE_CHAIN_OPTIMIZATION - Static variable in class androidx.constraintlayout.core.widgets.Chain
- USE_DEPENDENCY_ORDERING - Static variable in class androidx.constraintlayout.core.LinearSystem
- USE_GIVEN_DIMENSIONS - Static variable in class androidx.constraintlayout.core.widgets.analyzer.BasicMeasure.Measure
- USE_SYNONYMS - Static variable in class androidx.constraintlayout.core.LinearSystem
- Utils - Class in androidx.constraintlayout.core.motion.utils
- Utils() - Constructor for class androidx.constraintlayout.core.motion.utils.Utils
- Utils.DebugHandle - Interface in androidx.constraintlayout.core.motion.utils
V
- validate() - Method in class androidx.constraintlayout.core.state.ConstraintReference
-
Validate the constraints
- validate(char, long) - Method in class androidx.constraintlayout.core.parser.CLToken
- validInGroup(ConstraintWidget.DimensionBehaviour, ConstraintWidget.DimensionBehaviour, ConstraintWidget.DimensionBehaviour, ConstraintWidget.DimensionBehaviour) - Static method in class androidx.constraintlayout.core.widgets.analyzer.Grouping
- value - Variable in class androidx.constraintlayout.core.widgets.analyzer.DependencyNode
- valueAt(int) - Method in class androidx.constraintlayout.core.motion.utils.KeyFrameArray.CustomArray
- valueAt(int) - Method in class androidx.constraintlayout.core.motion.utils.KeyFrameArray.CustomVar
- valueMap - Static variable in enum androidx.constraintlayout.core.state.State.Chain
- valueMap - Static variable in enum androidx.constraintlayout.core.state.State.Wrap
- valueOf(String) - Static method in enum androidx.constraintlayout.core.dsl.Chain.Style
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum androidx.constraintlayout.core.dsl.Constraint.Behaviour
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum androidx.constraintlayout.core.dsl.Constraint.ChainMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum androidx.constraintlayout.core.dsl.Constraint.HSide
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum androidx.constraintlayout.core.dsl.Constraint.Side
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum androidx.constraintlayout.core.dsl.Constraint.VSide
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum androidx.constraintlayout.core.dsl.Helper.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum androidx.constraintlayout.core.dsl.KeyAttribute.Fit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum androidx.constraintlayout.core.dsl.KeyAttribute.Visibility
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum androidx.constraintlayout.core.dsl.KeyAttributes.Fit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum androidx.constraintlayout.core.dsl.KeyAttributes.Visibility
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum androidx.constraintlayout.core.dsl.KeyCycle.Wave
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum androidx.constraintlayout.core.dsl.KeyCycles.Wave
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum androidx.constraintlayout.core.dsl.KeyPosition.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum androidx.constraintlayout.core.dsl.KeyPositions.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum androidx.constraintlayout.core.dsl.OnSwipe.Boundary
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum androidx.constraintlayout.core.dsl.OnSwipe.Drag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum androidx.constraintlayout.core.dsl.OnSwipe.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum androidx.constraintlayout.core.dsl.OnSwipe.Side
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum androidx.constraintlayout.core.dsl.OnSwipe.TouchUp
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum androidx.constraintlayout.core.motion.CustomAttribute.AttributeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum androidx.constraintlayout.core.SolverVariable.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum androidx.constraintlayout.core.state.ConstraintSetParser.MotionLayoutDebugFlags
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum androidx.constraintlayout.core.state.Dimension.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum androidx.constraintlayout.core.state.State.Chain
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum androidx.constraintlayout.core.state.State.Constraint
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum androidx.constraintlayout.core.state.State.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum androidx.constraintlayout.core.state.State.Helper
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum androidx.constraintlayout.core.state.State.Wrap
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum androidx.constraintlayout.core.widgets.ConstraintAnchor.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum androidx.constraintlayout.core.widgets.ConstraintWidget.DimensionBehaviour
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum androidx.constraintlayout.core.dsl.Chain.Style
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum androidx.constraintlayout.core.dsl.Constraint.Behaviour
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum androidx.constraintlayout.core.dsl.Constraint.ChainMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum androidx.constraintlayout.core.dsl.Constraint.HSide
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum androidx.constraintlayout.core.dsl.Constraint.Side
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum androidx.constraintlayout.core.dsl.Constraint.VSide
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum androidx.constraintlayout.core.dsl.Helper.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum androidx.constraintlayout.core.dsl.KeyAttribute.Fit
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum androidx.constraintlayout.core.dsl.KeyAttribute.Visibility
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum androidx.constraintlayout.core.dsl.KeyAttributes.Fit
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum androidx.constraintlayout.core.dsl.KeyAttributes.Visibility
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum androidx.constraintlayout.core.dsl.KeyCycle.Wave
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum androidx.constraintlayout.core.dsl.KeyCycles.Wave
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum androidx.constraintlayout.core.dsl.KeyPosition.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum androidx.constraintlayout.core.dsl.KeyPositions.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum androidx.constraintlayout.core.dsl.OnSwipe.Boundary
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum androidx.constraintlayout.core.dsl.OnSwipe.Drag
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum androidx.constraintlayout.core.dsl.OnSwipe.Mode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum androidx.constraintlayout.core.dsl.OnSwipe.Side
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum androidx.constraintlayout.core.dsl.OnSwipe.TouchUp
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum androidx.constraintlayout.core.motion.CustomAttribute.AttributeType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum androidx.constraintlayout.core.SolverVariable.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum androidx.constraintlayout.core.state.ConstraintSetParser.MotionLayoutDebugFlags
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum androidx.constraintlayout.core.state.Dimension.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum androidx.constraintlayout.core.state.State.Chain
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum androidx.constraintlayout.core.state.State.Constraint
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum androidx.constraintlayout.core.state.State.Direction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum androidx.constraintlayout.core.state.State.Helper
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum androidx.constraintlayout.core.state.State.Wrap
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum androidx.constraintlayout.core.widgets.ConstraintAnchor.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum androidx.constraintlayout.core.widgets.ConstraintWidget.DimensionBehaviour
-
Returns an array containing the constants of this enum type, in the order they are declared.
- variables - Variable in class androidx.constraintlayout.core.ArrayRow
- variables - Variable in class androidx.constraintlayout.core.Metrics
- variesByPath() - Method in class androidx.constraintlayout.core.motion.utils.KeyCycleOscillator
- VChain - Class in androidx.constraintlayout.core.dsl
- VChain(String) - Constructor for class androidx.constraintlayout.core.dsl.VChain
- VChain(String, String) - Constructor for class androidx.constraintlayout.core.dsl.VChain
- VChain.VAnchor - Class in androidx.constraintlayout.core.dsl
- vel(double) - Method in class androidx.constraintlayout.core.motion.utils.HyperSpline.Cubic
- VELOCITY - androidx.constraintlayout.core.dsl.OnSwipe.Mode
- VelocityMatrix - Class in androidx.constraintlayout.core.motion.utils
-
This is used to calculate the related velocity matrix for a post layout matrix
- VelocityMatrix() - Constructor for class androidx.constraintlayout.core.motion.utils.VelocityMatrix
- VERTICAL - Static variable in class androidx.constraintlayout.core.utils.GridEngine
- VERTICAL - Static variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- VERTICAL - Static variable in class androidx.constraintlayout.core.widgets.Guideline
- VERTICAL_ALIGN_BASELINE - Static variable in class androidx.constraintlayout.core.widgets.Flow
- VERTICAL_ALIGN_BOTTOM - Static variable in class androidx.constraintlayout.core.widgets.Flow
- VERTICAL_ALIGN_CENTER - Static variable in class androidx.constraintlayout.core.widgets.Flow
- VERTICAL_ALIGN_TOP - Static variable in class androidx.constraintlayout.core.widgets.Flow
- VERTICAL_CHAIN - androidx.constraintlayout.core.dsl.Helper.Type
- VERTICAL_CHAIN - androidx.constraintlayout.core.state.State.Helper
- VERTICAL_FLOW - androidx.constraintlayout.core.state.State.Helper
- VERTICAL_GUIDELINE - androidx.constraintlayout.core.dsl.Helper.Type
- VERTICAL_PATH_X - Static variable in class androidx.constraintlayout.core.motion.Motion
- VERTICAL_PATH_Y - Static variable in class androidx.constraintlayout.core.motion.Motion
- verticalBehavior - Variable in class androidx.constraintlayout.core.widgets.analyzer.BasicMeasure.Measure
- verticalBias(float) - Method in class androidx.constraintlayout.core.state.ConstraintReference
- verticalChain() - Method in class androidx.constraintlayout.core.state.State
- verticalChain(Object...) - Method in class androidx.constraintlayout.core.state.State
- VerticalChainReference - Class in androidx.constraintlayout.core.state.helpers
- VerticalChainReference(State) - Constructor for class androidx.constraintlayout.core.state.helpers.VerticalChainReference
- verticalChainRun - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- verticalDimension - Variable in class androidx.constraintlayout.core.widgets.analyzer.BasicMeasure.Measure
- verticalGroup - Variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- verticalGuideline(Object) - Method in class androidx.constraintlayout.core.state.State
- VerticalWidgetRun - Class in androidx.constraintlayout.core.widgets.analyzer
- VerticalWidgetRun(ConstraintWidget) - Constructor for class androidx.constraintlayout.core.widgets.analyzer.VerticalWidgetRun
- VGuideline - Class in androidx.constraintlayout.core.dsl
- VGuideline(String) - Constructor for class androidx.constraintlayout.core.dsl.VGuideline
- VGuideline(String, String) - Constructor for class androidx.constraintlayout.core.dsl.VGuideline
- VIEW_TRANSITION_ON_CROSS - Static variable in class androidx.constraintlayout.core.motion.key.MotionKeyTrigger
- VIEW_TRANSITION_ON_CROSS - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.TriggerType
- VIEW_TRANSITION_ON_NEGATIVE_CROSS - Static variable in class androidx.constraintlayout.core.motion.key.MotionKeyTrigger
- VIEW_TRANSITION_ON_NEGATIVE_CROSS - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.TriggerType
- VIEW_TRANSITION_ON_POSITIVE_CROSS - Static variable in class androidx.constraintlayout.core.motion.key.MotionKeyTrigger
- VIEW_TRANSITION_ON_POSITIVE_CROSS - Static variable in interface androidx.constraintlayout.core.motion.utils.TypedValues.TriggerType
- ViewState - Class in androidx.constraintlayout.core.motion.utils
- ViewState() - Constructor for class androidx.constraintlayout.core.motion.utils.ViewState
- VirtualLayout - Class in androidx.constraintlayout.core.widgets
-
Base class for Virtual layouts
- VirtualLayout() - Constructor for class androidx.constraintlayout.core.widgets.VirtualLayout
- visibility - Variable in class androidx.constraintlayout.core.motion.MotionWidget.PropertySet
- visibility - Variable in class androidx.constraintlayout.core.state.WidgetFrame
- visibility(int) - Method in class androidx.constraintlayout.core.state.ConstraintReference
- VISIBILITY - Static variable in class androidx.constraintlayout.core.motion.key.MotionKey
- VISIBILITY_MODE_IGNORE - Static variable in class androidx.constraintlayout.core.motion.MotionWidget
- VISIBILITY_MODE_NORMAL - Static variable in class androidx.constraintlayout.core.motion.MotionWidget
- VISIBLE - androidx.constraintlayout.core.dsl.KeyAttribute.Visibility
- VISIBLE - androidx.constraintlayout.core.dsl.KeyAttributes.Visibility
- VISIBLE - Static variable in class androidx.constraintlayout.core.motion.MotionWidget
- VISIBLE - Static variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
W
- WAVE_OFFSET - Static variable in class androidx.constraintlayout.core.motion.key.MotionKeyCycle
- WAVE_PERIOD - Static variable in class androidx.constraintlayout.core.motion.key.MotionKeyCycle
- WAVE_PHASE - Static variable in class androidx.constraintlayout.core.motion.key.MotionKeyCycle
- WAVE_SHAPE - Static variable in class androidx.constraintlayout.core.motion.key.MotionKeyCycle
- widget - Variable in class androidx.constraintlayout.core.state.WidgetFrame
- WidgetContainer - Class in androidx.constraintlayout.core.widgets
-
A container of ConstraintWidget
- WidgetContainer() - Constructor for class androidx.constraintlayout.core.widgets.WidgetContainer
-
Default constructor
- WidgetContainer(int, int) - Constructor for class androidx.constraintlayout.core.widgets.WidgetContainer
-
Constructor
- WidgetContainer(int, int, int, int) - Constructor for class androidx.constraintlayout.core.widgets.WidgetContainer
-
Constructor
- WidgetFrame - Class in androidx.constraintlayout.core.state
-
Utility class to encapsulate layout of a widget
- WidgetFrame() - Constructor for class androidx.constraintlayout.core.state.WidgetFrame
- WidgetFrame(WidgetFrame) - Constructor for class androidx.constraintlayout.core.state.WidgetFrame
- WidgetFrame(ConstraintWidget) - Constructor for class androidx.constraintlayout.core.state.WidgetFrame
- WidgetGroup - Class in androidx.constraintlayout.core.widgets.analyzer
-
Represents a group of widget for the grouping mechanism.
- WidgetGroup(int) - Constructor for class androidx.constraintlayout.core.widgets.analyzer.WidgetGroup
- WidgetRun - Class in androidx.constraintlayout.core.widgets.analyzer
- WidgetRun(ConstraintWidget) - Constructor for class androidx.constraintlayout.core.widgets.analyzer.WidgetRun
- widgets - Variable in class androidx.constraintlayout.core.Metrics
- WidgetState() - Constructor for class androidx.constraintlayout.core.state.Transition.WidgetState
- width - Variable in class androidx.constraintlayout.core.widgets.Rectangle
- width() - Method in class androidx.constraintlayout.core.motion.utils.Rect
- width() - Method in class androidx.constraintlayout.core.motion.utils.ViewState
- width() - Method in class androidx.constraintlayout.core.state.WidgetFrame
- width(Dimension) - Method in class androidx.constraintlayout.core.state.ConstraintReference
- width(Dimension) - Method in class androidx.constraintlayout.core.state.State
- WRAP - androidx.constraintlayout.core.dsl.Constraint.Behaviour
- WRAP - androidx.constraintlayout.core.state.Dimension.Type
- WRAP_ALIGNED - Static variable in class androidx.constraintlayout.core.widgets.Flow
- WRAP_BEHAVIOR_HORIZONTAL_ONLY - Static variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- WRAP_BEHAVIOR_INCLUDED - Static variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- WRAP_BEHAVIOR_SKIPPED - Static variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- WRAP_BEHAVIOR_VERTICAL_ONLY - Static variable in class androidx.constraintlayout.core.widgets.ConstraintWidget
- WRAP_CHAIN - Static variable in class androidx.constraintlayout.core.widgets.Flow
- WRAP_CHAIN_NEW - Static variable in class androidx.constraintlayout.core.widgets.Flow
- WRAP_CONTENT - androidx.constraintlayout.core.widgets.ConstraintWidget.DimensionBehaviour
- WRAP_CONTENT - Static variable in class androidx.constraintlayout.core.motion.MotionWidget
- WRAP_CONTENT - Static variable in class androidx.constraintlayout.core.widgets.analyzer.BasicMeasure
- WRAP_DIMENSION - Static variable in class androidx.constraintlayout.core.state.Dimension
- WRAP_NONE - Static variable in class androidx.constraintlayout.core.widgets.Flow
- wrapMap - Static variable in enum androidx.constraintlayout.core.state.State.Wrap
- wrapSize(int) - Method in class androidx.constraintlayout.core.widgets.analyzer.WidgetRun
X
Y
A B C D E F G H I K L M N O P R S T U V W X YAll Classes All Packages