Searched refs:rowStart (Results 1 – 3 of 3) sorted by relevance
480 int rowStart; in fillSelection() local496 mFirstPosition = rowStart; in fillSelection()733 int rowStart; in fillFromSelection() local750 numColumns, rowStart); in fillFromSelection()754 mFirstPosition = rowStart; in fillFromSelection()804 if (rowStart > 0) { in getTopSelectionPixel()906 int rowStart; in moveSelection() local928 numColumns, rowStart); in moveSelection()931 mFirstPosition = rowStart; in moveSelection()2008 int rowStart; in isCandidateSelection() local[all …]
845 int rowStart = start; in sort() local851 if ((sweepIdx - rowStart) > 1) { in sort()852 Arrays.sort(views, rowStart, sweepIdx, mSidesComparator); in sort()855 rowStart = sweepIdx; in sort()862 if ((sweepIdx - rowStart) > 1) { in sort()863 Arrays.sort(views, rowStart, sweepIdx, mSidesComparator); in sort()
495 final float rowStart = centerPosition - (expandedStackSize / 2f); in getExpandedBubbleXY() local499 y = rowStart + positionInRow; in getExpandedBubbleXY()511 x = rowStart + positionInRow; in getExpandedBubbleXY()