/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
D | FloatingContentCoordinator.kt | 256 contentRect: Rect, in <lambda>() 266 newlyOverlappingRect.centerY() < contentRect.centerY() in <lambda>() 271 .filter { rectToAvoid -> rectsIntersectVertically(rectToAvoid, contentRect) } in <lambda>() 272 .partition { rectToAvoid -> rectToAvoid.top < contentRect.top } in <lambda>() 278 contentRect, in <lambda>() 284 contentRect, in <lambda>() 326 contentRect: Rect, in <lambda>() 337 val proposedNewBounds = Rect(contentRect) in <lambda>() 351 if (findAbove) -contentRect.height() else exclusionRect.height() in <lambda>()
|
/frameworks/base/graphics/java/android/graphics/pdf/ |
D | PdfDocument.java | 353 public Builder setContentRect(Rect contentRect) { in setContentRect() argument 354 if (contentRect != null && (contentRect.left < 0 in setContentRect() 355 || contentRect.top < 0 in setContentRect() 356 || contentRect.right > mPageInfo.mPageWidth in setContentRect() 357 || contentRect.bottom > mPageInfo.mPageHeight)) { in setContentRect() 360 mPageInfo.mContentRect = contentRect; in setContentRect()
|
/frameworks/base/libs/hwui/jni/pdf/ |
D | PdfDocument.cpp | 34 PageRecord(int width, int height, const SkRect& contentRect) in PageRecord() 39 mContentRect = contentRect; in PageRecord() 66 SkRect contentRect = SkRect::MakeLTRB( in startPage() local 68 PageRecord* page = new PageRecord(width, height, contentRect); in startPage() 73 SkRect::MakeWH(contentRect.width(), contentRect.height())); in startPage()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/ |
D | BubblePopupDrawable.kt | 143 val contentRect = RectF(bounds) in <lambda>() constant 149 contentRect.top += config.arrowHeight in <lambda>() 162 contentRect.bottom -= config.arrowHeight in <lambda>() 166 path.addRoundRect(contentRect, config.cornerRadius, config.cornerRadius, Path.Direction.CW) in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarContentInsetsProvider.kt | 395 contentRect: Rect, in getPrivacyChipBoundingRectForInsets() 402 contentRect.left - dotWidth, in getPrivacyChipBoundingRectForInsets() 403 contentRect.top, in getPrivacyChipBoundingRectForInsets() 404 contentRect.left + chipWidth, in getPrivacyChipBoundingRectForInsets() 405 contentRect.bottom in getPrivacyChipBoundingRectForInsets() 409 contentRect.right - chipWidth, in getPrivacyChipBoundingRectForInsets() 410 contentRect.top, in getPrivacyChipBoundingRectForInsets() 411 contentRect.right + dotWidth, in getPrivacyChipBoundingRectForInsets() 412 contentRect.bottom in getPrivacyChipBoundingRectForInsets()
|
/frameworks/base/core/java/com/android/internal/widget/floatingtoolbar/ |
D | FloatingToolbarPopup.java | 51 Rect contentRect); in show() argument
|
D | LocalFloatingToolbarPopup.java | 338 MenuItem.OnMenuItemClickListener menuItemClickListener, Rect contentRect) { in show() argument 346 show(contentRect); in show() 347 } else if (!mPreviousContentRect.equals(contentRect)) { in show() 348 updateCoordinates(contentRect); in show() 351 mPreviousContentRect.set(contentRect); in show()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/ |
D | StatusBarContentInsetsProviderTest.kt | 167 val contentRect = in privacyChipBoundingRectForInsets_usesTopInset() constant 171 getPrivacyChipBoundingRectForInsets(contentRect, dotWidth, chipWidth, isRtl) in privacyChipBoundingRectForInsets_usesTopInset() 173 assertThat(chipBounds.top).isEqualTo(contentRect.top) in privacyChipBoundingRectForInsets_usesTopInset()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |