Home
last modified time | relevance | path

Searched refs:setBoundingRects (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/
DInsetsSourceTest.java285 mSource.setBoundingRects(null); in testCalculateBoundingRects_noBoundingRects_createsSingleRect()
296 mSource.setBoundingRects(null); in testCalculateBoundingRects_noBoundingRectsAndFrameNotAtOrigin_createsSingleRect()
307 mSource.setBoundingRects(null); in testCalculateBoundingRects_noBoundingRectsAndLargerFrame_singleRectFitsRelFrame()
318 mSource.setBoundingRects(new Rect[]{ in testCalculateBoundingRects_frameAtOrigin_resultRelativeToRelFrame()
333 mSource.setBoundingRects(new Rect[]{ in testCalculateBoundingRects_notAtOrigin_resultRelativeToRelFrame()
348 mSource.setBoundingRects(new Rect[]{ in testCalculateBoundingRects_boundingRectFullyInsideFrameInWindow()
361 mSource.setBoundingRects(new Rect[]{ in testCalculateBoundingRects_boundingRectOutsideFrameInWindow_dropped()
373 mSource.setBoundingRects(new Rect[]{ in testCalculateBoundingRects_boundingRectPartlyOutsideFrameInWindow_cropped()
386 mSource.setBoundingRects(new Rect[]{ in testCalculateBoundingRects_framesNotAtOrigin_resultRelativeToWindowFrame()
401 mCaptionSource.setBoundingRects(new Rect[]{ in testCalculateBoundingRects_captionBar()
[all …]
DInsetsStateTest.java427 .setBoundingRects(new Rect[]{ new Rect(0, 0, 10, 10) }) in testEquals_visibility()
431 .setBoundingRects(new Rect[]{ new Rect(0, 0, 10, 10) }); in testEquals_visibility()
453 .setBoundingRects(new Rect[]{ new Rect(0, 0, 10, 10) }) in testEquals_sameBoundingRects()
457 .setBoundingRects(new Rect[]{ new Rect(0, 0, 10, 10) }); in testEquals_sameBoundingRects()
465 .setBoundingRects(new Rect[]{ new Rect(0, 0, 10, 10) }) in testEquals_differentBoundingRects()
469 .setBoundingRects(new Rect[]{ new Rect(0, 0, 20, 20) }); in testEquals_differentBoundingRects()
772 .setBoundingRects(null) in testCalculateBoundingRects()
776 .setBoundingRects(new Rect[]{ in testCalculateBoundingRects()
804 .setBoundingRects(new Rect[]{new Rect(0, 0, 200, 100)}) in testCalculateBoundingRects_multipleSourcesOfSameType_concatenated()
808 .setBoundingRects(new Rect[]{new Rect(800, 0, 1000, 100)}) in testCalculateBoundingRects_multipleSourcesOfSameType_concatenated()
[all …]
/frameworks/base/core/java/android/view/
DInsetsFrameProvider.java218 public InsetsFrameProvider setBoundingRects(@Nullable Rect[] boundingRects) { in setBoundingRects() method in InsetsFrameProvider
DInsetsSource.java228 public InsetsSource setBoundingRects(@Nullable Rect[] rects) { in setBoundingRects() method in InsetsSource
DWindowInsets.java1704 public Builder setBoundingRects(@InsetsType int typeMask, @NonNull List<Rect> rects) { in setBoundingRects() method in WindowInsets.Builder
/frameworks/base/core/java/android/window/
DWindowContainerTransaction.java721 .setBoundingRects(boundingRects)) in addInsetsSource()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowContainer.java468 .setBoundingRects(provider.getBoundingRects()); in addLocalInsetsFrameProvider()
/frameworks/base/core/api/
Dcurrent.txt54354 …_window_headers") @NonNull public android.view.WindowInsets.Builder setBoundingRects(int, @NonNull…