Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DViewHierarchyAnimatorTest.kt118 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/
DIntArray.java106 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()
DLongArray.java112 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/
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
/frameworks/base/core/java/com/android/internal/util/
DArrayUtils.java844 public static void checkBounds(int len, int index) { in checkBounds() method in ArrayUtils
/frameworks/base/config/
Dboot-image-profile.txt21973 HSPLcom/android/internal/util/ArrayUtils;->checkBounds(II)V
25839 HSPLjava/nio/Buffer;->checkBounds(III)V
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt22370 Landroid/hardware/usb/UsbDeviceConnection;->checkBounds([BII)V
57108 Landroid/util/IntArray;->checkBounds(I)V
57279 Landroid/util/LongArray;->checkBounds(I)V
/frameworks/base/boot/
Dboot-image-profile.txt21909 HSPLcom/android/internal/util/ArrayUtils;->checkBounds(II)V