Home
last modified time | relevance | path

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

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
DMultiSelectManager.java1445 private final List<Limits> mRowBounds = new ArrayList<>(); field in MultiSelectManager.GridModel
1566 return mColumnBounds.size() == 0 || mRowBounds.size() == 0; in isEmpty()
1581 recordLimits(mRowBounds, new Limits(absoluteChildRect.top, absoluteChildRect.bottom)); in recordItemData()
1654 int rowStart = Collections.binarySearch(mRowBounds, new Limits(rect.top, rect.top)); in updateSelection()
1661 for (int i = rowStart; i < mRowBounds.size() in updateSelection()
1662 && mRowBounds.get(i).lowerLimit <= rect.bottom; i++) { in updateSelection()
1684 final int rowKey = mRowBounds.get(row).lowerLimit; in updateSelection()
1932 this.yLocation = new RelativeCoordinate(mRowBounds, point.y); in RelativePoint()
1962 mRowBounds, in computeBounds()
1966 mRowBounds, in computeBounds()