Searched refs:xLocation (Results 1 – 2 of 2) sorted by relevance
894 final GridModel.RelativeCoordinate xLocation; field in BandController.GridModel.RelativePoint898 this.xLocation = new RelativeCoordinate(mColumnBounds, point.x); in RelativePoint()909 … return xLocation.equals(otherPoint.xLocation) && yLocation.equals(otherPoint.yLocation); in equals()920 min(mRelativeOrigin.xLocation, mRelativePointer.xLocation), in computeBounds()924 max(mRelativeOrigin.xLocation, mRelativePointer.xLocation), in computeBounds()952 if (mRelativeOrigin.xLocation == in computeCornerNearestOrigin()953 min(mRelativeOrigin.xLocation, mRelativePointer.xLocation)) { in computeCornerNearestOrigin()996 return doesCoordinateLocationCoverItems(first.xLocation, second.xLocation) && in areItemsCoveredByBand()
1102 public void setClickedDay(float xLocation) { in setClickedDay() argument1103 mClickedDayIndex = getDayIndexFromLocation(xLocation); in setClickedDay()