Home
last modified time | relevance | path

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

/aosp12/frameworks/ex/widget/java/com/android/ex/widget/
H A DStaggeredGridView.java892 while (nextCol >= 0 && mItemTops[nextCol] > fillTo && position >= 0) { in fillUp()
911 nextCol = rec.column; in fillUp()
920 rec.column = nextCol; in fillUp()
924 rec.column = nextCol; in fillUp()
936 lp.column = nextCol; in fillUp()
955 for (int i = nextCol + 1; i < nextCol + span; i++) { in fillUp()
971 for (int i = nextCol; i < nextCol + span; i++) { in fillUp()
1006 while (nextCol >= 0 && mItemBottoms[nextCol] < fillTo && position < mItemCount) { in fillDown()
1050 lp.column = nextCol; in fillDown()
1069 for (int i = nextCol + 1; i < nextCol + span; i++) { in fillDown()
[all …]
/aosp12/bionic/tools/versioner/src/
H A DPreprocessor.cpp292 auto nextCol = [&file_lines, &current_location, &nextLine]() { in mergeGuards() local
301 nextCol(); in mergeGuards()
317 nextCol(); in mergeGuards()
333 nextCol(); in mergeGuards()
346 nextCol(); in mergeGuards()