Home
last modified time | relevance | path

Searched defs:helper (Results 1 – 8 of 8) sorted by relevance

/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/widgets/analyzer/
DGrouping.java138 HelperWidget helper = (HelperWidget) child; in simpleSolvingPass() local
430 HelperWidget helper = (HelperWidget) constraintWidget; in findDependents() local
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/helper/widget/
DMotionPlaceholder.java76 Helper helper, in updatePreLayout()
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/widget/
DConstraintLayout.java986 ConstraintHelper helper = mLayout.mConstraintHelpers.get(i); in didMeasures() local
1066 ConstraintHelper helper = (ConstraintHelper) view; in onViewAdded() local
1270 ConstraintHelper helper = mConstraintHelpers.get(i); in setChildrenConstraints() local
1323 ConstraintHelper helper = (ConstraintHelper) child; in applyConstraintsFromLayoutParams() local
1975 ConstraintHelper helper = mConstraintHelpers.get(i); in onLayout() local
2077 ConstraintHelper helper = mConstraintHelpers.get(i); in dispatchDraw() local
DConstraintHelper.java545 Helper helper, in updatePreLayout()
DConstraintSet.java2295 private void fillFromConstraints(ConstraintHelper helper, in fillFromConstraints()
2580 ConstraintHelper helper = (ConstraintHelper) view; in clone() local
2646 public void applyToHelper(ConstraintHelper helper, ConstraintWidget child, in applyToHelper()
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/state/
DConstraintSetParser.java688 CLElement helper = element.get(i); in parseHelpers() local
730 LayoutVariables margins, CLArray helper) throws CLParsingException { in parseChain()
1341 State state, CLArray helper) throws CLParsingException { in parseGuideline()
DState.java338 public HelperReference helper(Object key, State.Helper type) { in helper() method in State
/constraintlayout/constraintlayout-core/src/test/java/androidx/constraintlayout/core/dsl/
DDslTest.java644 Helper helper = new Helper("barrier1", in testHelper01() local