Home
last modified time | relevance | path

Searched refs:optimize (Results 1 – 18 of 18) sorted by relevance

/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/widgets/analyzer/
DBasicMeasure.java80 boolean optimize = layout.optimizeFor(Optimizer.OPTIMIZATION_GRAPH); in measureChildren()
94 if (optimize && child.mHorizontalRun != null && child.mVerticalRun != null in measureChildren()
197 boolean optimize = optimizeWrap in solverMeasure()
200 if (optimize) { in solverMeasure()
209 optimize = false; in solverMeasure()
213 optimize = false; in solverMeasure()
217 optimize = false; in solverMeasure()
222 optimize = false; in solverMeasure()
228 if (optimize && LinearSystem.sMetrics != null) { in solverMeasure()
234 optimize &= (widthMode == EXACTLY && heightMode == EXACTLY) || optimizeWrap; in solverMeasure()
[all …]
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/widgets/
DConstraintWidgetContainer.java333 boolean optimize = optimizeFor(Optimizer.OPTIMIZATION_GRAPH); in addChildrenToSolver()
334 addToSolver(system, optimize); in addChildrenToSolver()
363 widget.addToSolver(system, optimize); in addChildrenToSolver()
379 layout.addToSolver(system, optimize); in addChildrenToSolver()
387 widget.addToSolver(system, optimize); in addChildrenToSolver()
408 widget.addToSolver(system, optimize); in addChildrenToSolver()
425 widget.addToSolver(system, optimize); in addChildrenToSolver()
435 widget.addToSolver(system, optimize); in addChildrenToSolver()
458 boolean optimize = optimizeFor(Optimizer.OPTIMIZATION_GRAPH); in updateChildrenFromSolver()
459 updateFromSolver(system, optimize); in updateChildrenFromSolver()
[all …]
DPlaceholder.java77 public void addToSolver(LinearSystem system, boolean optimize) { in addToSolver() argument
78 super.addToSolver(system, optimize); in addToSolver()
DGuideline.java233 public void addToSolver(LinearSystem system, boolean optimize) { in addToSolver() argument
304 public void updateFromSolver(LinearSystem system, boolean optimize) { in updateFromSolver() argument
DConstraintWidget.java2472 public void addToSolver(LinearSystem system, boolean optimize) { in addToSolver() argument
2575 if (optimize && mHorizontalRun != null && mVerticalRun != null) { in addToSolver()
2582 if (optimize && mHorizontalRun != null && mVerticalRun != null in addToSolver()
2744 if (!optimize || !(mHorizontalRun != null in addToSolver()
2761 } else if (optimize) { in addToSolver()
2778 if (optimize && mVerticalRun != null in addToSolver()
3495 public void updateFromSolver(LinearSystem system, boolean optimize) { in updateFromSolver() argument
3501 if (optimize && mHorizontalRun != null in updateFromSolver()
3506 if (optimize && mVerticalRun != null in updateFromSolver()
DBarrier.java144 public void addToSolver(LinearSystem system, boolean optimize) { in addToSolver() argument
DFlow.java1451 public void addToSolver(LinearSystem system, boolean optimize) { in addToSolver() argument
1452 super.addToSolver(system, optimize); in addToSolver()
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/
DMetrics.java35 public long optimize; field in Metrics
102 optimize = 0; in reset()
160 optimize = metrics.optimize; in copy()
DLinearSystem.java536 optimize(goal, false); in minimizeGoal()
619 optimize(mTempGoal, true); in addConstraint()
739 private int optimize(Row goal, boolean b) { in optimize() method in LinearSystem
741 sMetrics.optimize++; in optimize()
/constraintlayout/constraintlayout-compose/integration-tests/macrobenchmark-target/src/main/java/androidx/constraintlayout/compose/integration/macrobenchmark/target/newmessage/
DNewMessage.kt78 NewMotionMessageWithControls(useDsl = false, optimize = false) in NewMotionMessagePreview()
84 NewMotionMessageWithControls(useDsl = true, optimize = false) in NewMotionMessagePreviewWithDsl()
90 NewMotionMessageWithControls(useDsl = true, optimize = true) in NewMotionMessagePreviewWithDslOptimized()
95 fun NewMotionMessageWithControls(useDsl: Boolean, optimize: Boolean) { in NewMotionMessageWithControls()
111 remember(newMessageState, optimize) { in NewMotionMessageWithControls()
112 if (optimize) { in NewMotionMessageWithControls()
/constraintlayout/constraintlayout-compose/integration-tests/macrobenchmark-target/
Dbuild.gradle35 proguardFiles getDefaultProguardFile("proguard-android-optimize.txt"),
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/utils/
DGridCore.java1009 public void addToSolver(@Nullable LinearSystem system, boolean optimize) { in addToSolver() argument
1010 super.addToSolver(system, optimize); in addToSolver()
/constraintlayout/constraintlayout/src/main/
Dbaseline-prof.txt58 HSPLandroidx/constraintlayout/core/LinearSystem;->optimize(Landroidx/constraintlayout/core/LinearSy…
/constraintlayout/constraintlayout-core/api/
Dapi_lint.ignore3788 MutableBareField: androidx.constraintlayout.core.Metrics#optimize:
3789 Bare field optimize must be marked final, or moved behind accessors if mutable
D1.1.0-beta01.txt169 field public long optimize;
Drestricted_1.1.0-beta01.txt169 field public long optimize;
Drestricted_current.txt169 field public long optimize;
Dcurrent.txt169 field public long optimize;