Home
last modified time | relevance | path

Searched refs:boundBottom (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/apct-tests/perftests/core/src/android/view/
H A DCutoutSpecificationBenchmark.java83 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 DDisplayCutout.java404 @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 DTestDisplayContent.java155 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 DDisplayCutoutTest.java118 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 DAbsListView.java7977 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 Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...