Home
last modified time | relevance | path

Searched defs:result (Results 1 – 16 of 16) sorted by relevance

/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/
DMeasurer.kt156 val result = measureWidget(constraintWidget, constraints) in <lambda>() constant
514 val result = measurable.measure(constraints).also { placeables[measurable] = it } in <lambda>() constant
DMotionSceneScope.kt97 var result = constraintSetsByName.hashCode() in hashCode() variable
DConstraintLayout.kt1693 val result = measureWidget(constraintWidget, constraints) in setLayoutInformation() constant
2063 val result = measurable.measure(constraints).also { placeables[measurable] = it } in setLayoutInformation() constant
/constraintlayout/constraintlayout-core/src/test/java/androidx/constraintlayout/core/
DLinearSystemTest.java255 String result = mLS.getGoal().toString(); in testAddEquation1() local
269 String result = mLS.getGoal().toString(); in testAddEquation2() local
DLinearEquation.java869 String result = ""; in toString() local
896 String result = ""; in sideToString() local
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/
DPriorityGoalRow.java130 String result = "[ "; in toString() local
258 String result = ""; in toString() local
DSolverVariable.java324 String result = ""; in toString() local
DArrayLinkedVariables.java694 String result = ""; in toString() local
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/widgets/analyzer/
DWidgetGroup.java182 MeasureResult result = new MeasureResult(widget, system, orientation); in solverMeasure() local
212 MeasureResult result = mResults.get(i); in apply() local
/constraintlayout/constraintlayout-core/src/test/java/androidx/constraintlayout/core/motion/
DMotionParsingTest.java106 String[] result = attrs.toArray(new String[0]); in parseKeAttributes() local
DMotionTransitionTest.java451 String result; in testTransitionOnSwipe1() local
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/parser/
DCLNumber.java112 int result = super.hashCode(); in hashCode() local
DCLElement.java199 int result = Arrays.hashCode(mContent); in hashCode() local
/constraintlayout/constraintlayout-core/src/test/java/androidx/constraintlayout/core/scout/
DScoutProbabilities.java72 float[] result = new float[2]; // estimation function return 2 values probability & margin in computeConstraints() local
699 float[] result) { in estimateProbability()
774 float[] result) { in estimateBinaryProbability()
DUtils.java56 static float max(float[][] array, int[] result) { in max()
/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/carousel/
DCarouselSwipeable.kt429 var result = from?.hashCode() ?: 0 in hashCode() variable
686 var result = basis.hashCode() in hashCode() variable