Home
last modified time | relevance | path

Searched refs:mDependencyGraph (Results 1 – 6 of 6) sorted by relevance

/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/widgets/
DConstraintWidgetContainer.java54 public DependencyGraph mDependencyGraph = new DependencyGraph(this); field in ConstraintWidgetContainer
61 mDependencyGraph.invalidateGraph(); in invalidateGraph()
68 mDependencyGraph.invalidateMeasures(); in invalidateMeasures()
74 return mDependencyGraph.directMeasure(optimizeWrap); in directMeasure()
95 return mDependencyGraph.directMeasureSetup(optimizeWrap); in directMeasureSetup()
100 return mDependencyGraph.directMeasureWithOrientation(optimizeWrap, orientation); in directMeasureWithOrientation()
105 mDependencyGraph.defineTerminalWidgets(getHorizontalDimensionBehaviour(), in defineTerminalWidgets()
134 mDependencyGraph.setMeasurer(measurer); in setMeasurer()
/constraintlayout/constraintlayout-core/api/
Dapi_lint.ignore640 InternalField: androidx.constraintlayout.core.widgets.ConstraintWidgetContainer#mDependencyGraph:
641 Internal field mDependencyGraph must not be exposed
3464 …singNullability: androidx.constraintlayout.core.widgets.ConstraintWidgetContainer#mDependencyGraph:
3465 …Missing nullability on field `mDependencyGraph` in class `class androidx.constraintlayout.core.wid…
4262 MutableBareField: androidx.constraintlayout.core.widgets.ConstraintWidgetContainer#mDependencyGraph:
4263 Bare field mDependencyGraph must be marked final, or moved behind accessors if mutable
D1.1.0-beta01.txt3079 field public androidx.constraintlayout.core.widgets.analyzer.DependencyGraph! mDependencyGraph;
Drestricted_1.1.0-beta01.txt3083 field public androidx.constraintlayout.core.widgets.analyzer.DependencyGraph! mDependencyGraph;
Drestricted_current.txt3092 field public androidx.constraintlayout.core.widgets.analyzer.DependencyGraph! mDependencyGraph;
Dcurrent.txt3088 field public androidx.constraintlayout.core.widgets.analyzer.DependencyGraph! mDependencyGraph;