Searched refs:isXInRect (Results 1 – 1 of 1) sorted by relevance
80 Boolean isXInRect = x >= rect.getCellX() && x < rect.getCellX() + rect.getSpanX(); in pointInsideRect() local82 return isXInRect && isYInRect; in pointInsideRect()