/frameworks/base/apct-tests/perftests/core/src/android/view/ |
D | CutoutSpecificationBenchmark.java | 82 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/ |
D | DisplayCutout.java | 423 @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/ |
D | TestDisplayContent.java | 152 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/ |
D | DisplayCutoutTest.java | 119 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/ |
D | AbsListView.java | 8022 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/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |