Home
last modified time | relevance | path

Searched defs:col (Results 1 – 5 of 5) sorted by relevance

/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/utils/
DGridEngine.java275 int col = getColByIndex(mNextAvailableIndex); in getNextPosition() local
310 int col = getColByIndex(spansMatrix[i][0]); in handleSpans() local
328 int col = getColByIndex(skipsMatrix[i][0]); in handleSkips() local
375 int col = getColByIndex(position); in addAllConstraintPositions() local
DGridCore.java412 int col = getColByIndex(spansMatrix[i][0]); in handleSpans() local
438 int col = getColByIndex(position); in arrangeWidgets() local
541 int col = getColByIndex(matrix[0]); in handleSkips() local
623 int col = getColByIndex(mNextAvailableIndex); in getNextPosition() local
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/helper/widget/
DGrid.java390 int col = getColByIndex(position); in arrangeWidgets() local
447 int col = getColByIndex(mNextAvailableIndex); in getNextPosition() local
521 int col = getColByIndex(spansMatrix[i][0]); in handleSpans() local
544 int col = getColByIndex(skipsMatrix[i][0]); in handleSkips() local
/constraintlayout/constraintlayout-compose/integration-tests/macrobenchmark-target/src/main/java/androidx/constraintlayout/compose/integration/macrobenchmark/target/graphs/
DDynamicGraphs.kt101 cols.forEachIndexed { i, col -> in DynamicGraph() method
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/widgets/
DFlow.java1003 int col = 0; in measureChainWrap_new() local