Home
last modified time | relevance | path

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

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
DMultiSelectManager.java1952 rect.left = getCoordinateValue( in computeBounds()
1956 rect.right = getCoordinateValue( in computeBounds()
1960 rect.top = getCoordinateValue( in computeBounds()
1964 rect.bottom = getCoordinateValue( in computeBounds()
2007 private int getCoordinateValue(RelativeCoordinate coordinate, in getCoordinateValue() method in MultiSelectManager.GridModel