Home
last modified time | relevance | path

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

/frameworks/base/apct-tests/perftests/core/src/android/view/
DCutoutSpecificationBenchmark.java82 Rect boundTop = null; in oldMethodParsingSpec() local
125 boundTop = new Rect(); in oldMethodParsingSpec()
126 toRectAndAddToRegion(p, r, boundTop); in oldMethodParsingSpec()
127 safeInset.top = boundTop.bottom; 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()
547 private DisplayCutout(Rect safeInsets, Insets waterfallInsets, Rect boundLeft, Rect boundTop, 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.java152 Rect boundTop = top != 0 ? new Rect(0, 0, cutoutFillerSize, top) : null; in setCutout() local
161 boundLeft, boundTop, boundRight, boundBottom); in setCutout()
/frameworks/base/core/tests/coretests/src/android/view/
DDisplayCutoutTest.java119 Rect boundTop = new Rect(0, 0, 120, 10); 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()
660 Rect boundTop = new Rect(50, 0, 75, 100); in createCutoutWithInsets() local
662 safeInset, null /* boundLeft */, boundTop, null /* boundRight */, in createCutoutWithInsets()
/frameworks/base/core/java/android/widget/
DAbsListView.java8022 final int boundTop = boundChild.getTop();
8029 } else if (scrollBy > 0 && boundTop - absScroll < paddedTop) {
8031 scrollBy = Math.min(0, boundTop - paddedTop);
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...