Searched refs:checkBounds (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/ |
H A D | ViewHierarchyAnimatorTest.kt | 476 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 D | IntArray.java | 107 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 D | LongArray.java | 113 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 D | UsbDeviceConnection.java | 267 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 D | ArrayUtils.java | 789 public static void checkBounds(int len, int index) { in checkBounds() method in ArrayUtils
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 22378 HSPLcom/android/internal/util/ArrayUtils;->checkBounds(II)V 26311 HSPLjava/nio/Buffer;->checkBounds(III)V
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 22370 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 D | boot-image-profile.txt | 22314 HSPLcom/android/internal/util/ArrayUtils;->checkBounds(II)V
|