Searched defs:checkBounds (Results 1 – 3 of 3) sorted by relevance
413 private static void checkBounds(byte[] buffer, int start, int length) { in checkBounds() method in UsbDeviceConnection
1588 private fun checkBounds(v: View, l: Int, t: Int, r: Int, b: Int) { in checkBounds() method
844 public static void checkBounds(int len, int index) { in checkBounds() method in ArrayUtils