Home
last modified time | relevance | path

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

/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
DSelectionArea.java54 private int checkBounds(int value, int max) { in checkBounds() method in SelectionArea
93 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()
/external/parameter-framework/upstream/test/test-fixed-point-parameter/
DMain.py100 ('Bound', self.checkBounds),
126 value, success = self.checkBounds(value)
133 def checkBounds(self, valueToSet): member in FixedPointTester