Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/util/
DIntArray.java82 checkBounds(mSize, index); in add()
162 checkBounds(mSize, index); in get()
170 checkBounds(mSize, index); in set()
200 checkBounds(mSize, index); in removeIndex()
270 private static void checkBounds(int len, int index) { in checkBounds() method in IntArray
/packages/providers/MediaProvider/src/com/android/providers/media/util/
DLongArray.java102 checkBounds(mSize, index); in add()
162 checkBounds(mSize, index); in get()
170 checkBounds(mSize, index); in set()
192 checkBounds(mSize, index); in remove()
248 public static void checkBounds(int len, int index) { in checkBounds() method in LongArray
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DGLView.java296 int x, int y, GLView component, boolean checkBounds) { in dispatchTouchEvent() argument
300 if (!checkBounds || rect.contains(x, y)) { in dispatchTouchEvent()