Home
last modified time | relevance | path

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

/frameworks/base/apct-tests/perftests/core/src/android/view/
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()
/frameworks/base/core/java/android/view/
DDisplayCutout.java423 @Nullable Rect boundTop, @Nullable Rect boundRight, @Nullable Rect boundBottom) { in DisplayCutout() argument
425 new Bounds(boundLeft, boundTop, boundRight, boundBottom, true), null, null); in DisplayCutout()
450 @Nullable Rect boundTop, @Nullable Rect boundRight, @Nullable Rect boundBottom, in DisplayCutout() argument
453 new Bounds(boundLeft, boundTop, boundRight, boundBottom, true), info, null); in DisplayCutout()
477 @Nullable Rect boundTop, @Nullable Rect boundRight, @Nullable Rect boundBottom, in DisplayCutout() argument
481 new Bounds(boundLeft, boundTop, boundRight, boundBottom, true), in DisplayCutout()
504 @Nullable Rect boundTop, @Nullable Rect boundRight, @Nullable Rect boundBottom, in DisplayCutout() argument
507 new Bounds(boundLeft, boundTop, boundRight, boundBottom, true), null, null); in DisplayCutout()
548 Rect boundRight, Rect boundBottom, CutoutPathParserInfo info, in DisplayCutout() argument
551 new Bounds(boundLeft, boundTop, boundRight, boundBottom, copyArguments), info, in DisplayCutout()
[all …]
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTestDisplayContent.java155 Rect boundBottom = bottom != 0 in setCutout() local
161 boundLeft, boundTop, boundRight, boundBottom); in setCutout()
/frameworks/base/core/tests/coretests/src/android/view/
DDisplayCutoutTest.java120 Rect boundBottom = new Rect(80, 190, 120, 200); in testExtractBoundsFromList_top_and_bottom() local
122 Arrays.asList(new Rect[]{boundTop, boundBottom})), in testExtractBoundsFromList_top_and_bottom()
123 equalTo(new Rect[]{ZERO_RECT, boundTop, ZERO_RECT, boundBottom})); in testExtractBoundsFromList_top_and_bottom()
/frameworks/base/core/java/android/widget/
DAbsListView.java8023 final int boundBottom = boundChild.getBottom();
8026 if (scrollBy < 0 && boundBottom + absScroll > paddedBottom) {
8028 scrollBy = Math.max(0, boundBottom - paddedBottom);
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...