Home
last modified time | relevance | path

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

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
DMultiSelectManager.java1823 static final int BEFORE_FIRST_ITEM = 1; field in MultiSelectManager.GridModel.RelativeCoordinate
1870 this.type = BEFORE_FIRST_ITEM; in RelativeCoordinate()
1895 if (type == BEFORE_FIRST_ITEM) { in toComparisonValue()
2010 case RelativeCoordinate.BEFORE_FIRST_ITEM: in getCoordinateValue()
2036 if (pointerCoordinate.type == RelativeCoordinate.BEFORE_FIRST_ITEM && in doesCoordinateLocationCoverItems()
2037 originCoordinate.type == RelativeCoordinate.BEFORE_FIRST_ITEM) { in doesCoordinateLocationCoverItems()