/frameworks/base/apct-tests/perftests/core/src/android/view/ |
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()
|
/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() 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/ |
D | TestDisplayContent.java | 155 Rect boundBottom = bottom != 0 in setCutout() local 161 boundLeft, boundTop, boundRight, boundBottom); in setCutout()
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | DisplayCutoutTest.java | 120 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/ |
D | AbsListView.java | 8023 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/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |