Home
last modified time | relevance | path

Searched refs:contentRect (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DFloatingContentCoordinator.kt257 contentRect: Rect,
267 newlyOverlappingRect.centerY() < contentRect.centerY()
272 .filter { rectToAvoid -> rectsIntersectVertically(rectToAvoid, contentRect) }
273 .partition { rectToAvoid -> rectToAvoid.top < contentRect.top }
279 contentRect,
285 contentRect,
327 contentRect: Rect,
338 val proposedNewBounds = Rect(contentRect)
352 if (findAbove) -contentRect.height() else exclusionRect.height()
/aosp12/frameworks/base/graphics/java/android/graphics/pdf/
H A DPdfDocument.java353 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()
/aosp12/frameworks/base/libs/hwui/jni/pdf/
H A DPdfDocument.cpp34 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()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarContentInsetsProvider.kt303 contentRect: Rect,
309 Rect(contentRect.left - dotWidth,
310 contentRect.top,
311 contentRect.left + chipWidth,
312 contentRect.bottom)
314 Rect(contentRect.right - chipWidth,
315 contentRect.top,
316 contentRect.right + dotWidth,
317 contentRect.bottom)
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...