Searched refs:checkBounds (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/ |
D | ViewHierarchyAnimatorTest.kt | 118 checkBounds(rootView, l = 10, t = 10, r = 50, b = 50) in animatesFromStartToEnd() 122 checkBounds(rootView, l = 0, t = 15, r = 70, b = 80) in animatesFromStartToEnd() 137 checkBounds(rootView, l = 0, t = 15, r = 70, b = 80) in animatesSuccessiveLayoutChanges() 145 checkBounds(rootView, l = 0, t = 20, r = 60, b = 80) in animatesSuccessiveLayoutChanges() 153 checkBounds(rootView, l = 5, t = 25, r = 55, b = 95) in animatesSuccessiveLayoutChanges() 168 checkBounds(rootView, l = 5, t = 15, r = 60, b = 65) in animatesFromPreviousAnimationProgress() 174 checkBounds(rootView, l = 5, t = 15, r = 60, b = 65) in animatesFromPreviousAnimationProgress() 177 checkBounds(rootView, l = 25, t = 25, r = 55, b = 60) in animatesFromPreviousAnimationProgress() 197 checkBounds(rootView, l = 0, t = 0, r = 200, b = 100) in animatesRootAndChildren_withoutExcludedViews() 198 checkBounds(rootView.getChildAt(0), l = 0, t = 0, r = 100, b = 100) in animatesRootAndChildren_withoutExcludedViews() [all …]
|
/frameworks/base/core/java/android/util/ |
D | IntArray.java | 106 ArrayUtils.checkBounds(mSize, index); in add() 188 ArrayUtils.checkBounds(mSize, index); in get() 196 ArrayUtils.checkBounds(mSize, index); in set() 223 ArrayUtils.checkBounds(mSize, index); in remove()
|
D | LongArray.java | 112 ArrayUtils.checkBounds(mSize, index); in add() 173 ArrayUtils.checkBounds(mSize, index); in get() 181 ArrayUtils.checkBounds(mSize, index); in set() 203 ArrayUtils.checkBounds(mSize, index); in remove()
|
/frameworks/base/core/java/android/hardware/usb/ |
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
|
/frameworks/base/core/java/com/android/internal/util/ |
D | ArrayUtils.java | 844 public static void checkBounds(int len, int index) { in checkBounds() method in ArrayUtils
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 21973 HSPLcom/android/internal/util/ArrayUtils;->checkBounds(II)V 25839 HSPLjava/nio/Buffer;->checkBounds(III)V
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 22370 Landroid/hardware/usb/UsbDeviceConnection;->checkBounds([BII)V 57108 Landroid/util/IntArray;->checkBounds(I)V 57279 Landroid/util/LongArray;->checkBounds(I)V
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 21909 HSPLcom/android/internal/util/ArrayUtils;->checkBounds(II)V
|