Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
H A DViewHierarchyAnimatorTest.kt476 checkBounds(rootView, l = 0, t = 0, r = 0, b = 0)
772 checkBounds(child, l = 0, t = 0, r = 0, b = 100)
996 checkBounds(
1023 checkBounds(
1049 checkBounds(
1076 checkBounds(
1102 checkBounds(
1129 checkBounds(
1155 checkBounds(
1182 checkBounds(
[all …]
/aosp14/frameworks/base/core/java/android/util/
H A DIntArray.java107 ArrayUtils.checkBounds(mSize, index); in add()
189 ArrayUtils.checkBounds(mSize, index); in get()
197 ArrayUtils.checkBounds(mSize, index); in set()
219 ArrayUtils.checkBounds(mSize, index); in remove()
H A DLongArray.java113 ArrayUtils.checkBounds(mSize, index); in add()
174 ArrayUtils.checkBounds(mSize, index); in get()
182 ArrayUtils.checkBounds(mSize, index); in set()
204 ArrayUtils.checkBounds(mSize, index); in remove()
/aosp14/frameworks/base/core/java/android/hardware/usb/
H A DUsbDeviceConnection.java267 checkBounds(buffer, offset, length); in controlTransfer()
314 checkBounds(buffer, offset, length); in bulkTransfer()
413 private static void checkBounds(byte[] buffer, int start, int length) { in checkBounds() method in UsbDeviceConnection
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DArrayUtils.java789 public static void checkBounds(int len, int index) { in checkBounds() method in ArrayUtils
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt22378 HSPLcom/android/internal/util/ArrayUtils;->checkBounds(II)V
26311 HSPLjava/nio/Buffer;->checkBounds(III)V
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt22370 Landroid/hardware/usb/UsbDeviceConnection;->checkBounds([BII)V
57751 Landroid/util/IntArray;->checkBounds(I)V
57922 Landroid/util/LongArray;->checkBounds(I)V
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt22314 HSPLcom/android/internal/util/ArrayUtils;->checkBounds(II)V