Home
last modified time | relevance | path

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

/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/widgets/
DVirtualLayout.java36 private boolean mNeedsCallFromSolver = false; field in VirtualLayout
121 mNeedsCallFromSolver = value; in needsCallbackFromSolver()
126 return mNeedsCallFromSolver; in needSolverPass()