Searched refs:xLocation (Results 1 – 1 of 1) sorted by relevance
1927 final RelativeCoordinate xLocation; field in MultiSelectManager.GridModel.RelativePoint1931 this.xLocation = new RelativeCoordinate(mColumnBounds, point.x); in RelativePoint()1942 … return xLocation.equals(otherPoint.xLocation) && yLocation.equals(otherPoint.yLocation); in equals()1953 min(mRelativeOrigin.xLocation, mRelativePointer.xLocation), in computeBounds()1957 max(mRelativeOrigin.xLocation, mRelativePointer.xLocation), in computeBounds()1985 if (mRelativeOrigin.xLocation == in computeCornerNearestOrigin()1986 min(mRelativeOrigin.xLocation, mRelativePointer.xLocation)) { in computeCornerNearestOrigin()2029 return doesCoordinateLocationCoverItems(first.xLocation, second.xLocation) && in areItemsCoveredByBand()