Searched refs:checkBounds (Results 1 – 2 of 2) sorted by relevance
54 private int checkBounds(int value, int max) { in checkBounds() method in SelectionArea93 this.top = bottom = checkBounds(top, maxRows); in setTop()101 this.bottom = checkBounds(bottom, maxRows); in setBottom()130 this.left = right = checkBounds(left, maxColumns); in setLeft()138 this.right = checkBounds(right, maxColumns); in setRight()
100 ('Bound', self.checkBounds),126 value, success = self.checkBounds(value)133 def checkBounds(self, valueToSet): member in FixedPointTester