/aosp14/frameworks/base/apct-tests/perftests/core/src/android/view/ |
H A D | CutoutSpecificationBenchmark.java | 83 Rect boundBottom = null; in oldMethodParsingSpec() local 145 boundBottom = new Rect(); in oldMethodParsingSpec() 146 toRectAndAddToRegion(bottomPath, r, boundBottom); in oldMethodParsingSpec() 147 bottomInset = displayHeight - boundBottom.top; in oldMethodParsingSpec()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | DisplayCutout.java | 404 @Nullable Rect boundTop, @Nullable Rect boundRight, @Nullable Rect boundBottom) { in DisplayCutout() argument 405 this(safeInsets.toRect(), Insets.NONE, boundLeft, boundTop, boundRight, boundBottom, null, in DisplayCutout() 430 @Nullable Rect boundTop, @Nullable Rect boundRight, @Nullable Rect boundBottom, in DisplayCutout() argument 432 this(safeInsets.toRect(), waterfallInsets, boundLeft, boundTop, boundRight, boundBottom, in DisplayCutout() 455 @Nullable Rect boundTop, @Nullable Rect boundRight, @Nullable Rect boundBottom, in DisplayCutout() argument 457 this(safeInsets.toRect(), waterfallInsets, boundLeft, boundTop, boundRight, boundBottom, in DisplayCutout() 499 Rect boundRight, Rect boundBottom, CutoutPathParserInfo info, in DisplayCutout() argument 503 mBounds = new Bounds(boundLeft, boundTop, boundRight, boundBottom, copyArguments); in DisplayCutout() 1124 final Rect boundBottom = cutoutSpec.getBottomBound(); in pathAndDisplayCutoutFromSpec() local 1140 safeInset, waterfallInsets, boundLeft, boundTop, boundRight, boundBottom, in pathAndDisplayCutoutFromSpec()
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | TestDisplayContent.java | 155 Rect boundBottom = bottom != 0 in setCutout() local 161 boundLeft, boundTop, boundRight, boundBottom); in setCutout()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | DisplayCutoutTest.java | 118 Rect boundBottom = new Rect(80, 190, 120, 200); in testExtractBoundsFromList_top_and_bottom() local 120 Arrays.asList(new Rect[]{boundTop, boundBottom})), in testExtractBoundsFromList_top_and_bottom() 121 equalTo(new Rect[]{ZERO_RECT, boundTop, ZERO_RECT, boundBottom})); in testExtractBoundsFromList_top_and_bottom()
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | AbsListView.java | 7977 final int boundBottom = boundChild.getBottom(); 7980 if (scrollBy < 0 && boundBottom + absScroll > paddedBottom) { 7982 scrollBy = Math.max(0, boundBottom - paddedBottom);
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |