D | CarLayoutManager.java | 103 @IntDef({BEFORE, AFTER}) 106 private static final int AFTER = 1; field in CarLayoutManager 245 while (shouldLayoutNextRow(state, adjacentRow, AFTER)) { in onLayoutChildren() 246 adjacentRow = layoutNextRow(recycler, adjacentRow, AFTER); in onLayoutChildren() 342 while (shouldLayoutNextRow(state, adjacentRow, AFTER)) { in scrollVerticallyBy() 343 adjacentRow = layoutNextRow(recycler, adjacentRow, AFTER); in scrollVerticallyBy() 803 } else if (layoutDirection == AFTER) { 850 } else if (layoutDirection == AFTER) { 862 } else if (layoutDirection == AFTER 874 } else if (layoutDirection == AFTER && adjacentRowPosition [all …]
|