Searched refs:checkBounds (Results 1 – 2 of 2) sorted by relevance
81 checkBounds(mSize, index); in add()161 checkBounds(mSize, index); in get()169 checkBounds(mSize, index); in set()199 checkBounds(mSize, index); in removeIndex()258 private static void checkBounds(int len, int index) { in checkBounds() method in IntArray
296 int x, int y, GLView component, boolean checkBounds) { in dispatchTouchEvent() argument300 if (!checkBounds || rect.contains(x, y)) { in dispatchTouchEvent()