Home
last modified time | relevance | path

Searched refs:surfaceBounds (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/libs/hwui/pipeline/skia/
H A DGLFunctorDrawable.cpp85 SkIRect surfaceBounds = canvas->topLayerBounds(); in onDraw() local
93 if (fboID != 0 && !surfaceBounds.contains(clipBounds)) { in onDraw()
115 clipRegion.translate(-surfaceBounds.fLeft, -surfaceBounds.fTop); in onDraw()
120 clipBounds.offset(-surfaceBounds.fLeft, -surfaceBounds.fTop); in onDraw()
121 mat4.preTranslate(-surfaceBounds.fLeft, -surfaceBounds.fTop); in onDraw()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowOrganizerController.java624 final Rect surfaceBounds = entry.getValue().getBoundsChangeSurfaceBounds(); in applyTransaction() local
625 if (task == null || !task.isAttached() || surfaceBounds == null) { in applyTransaction()
639 sft.setPosition(sc, surfaceBounds.left, surfaceBounds.top); in applyTransaction()
640 if (surfaceBounds.isEmpty()) { in applyTransaction()
643 sft.setWindowCrop(sc, surfaceBounds.width(), surfaceBounds.height()); in applyTransaction()
/aosp14/frameworks/base/core/java/android/widget/
H A DMagnifier.java691 final Rect surfaceBounds = new Rect(0, 0, in obtainContentCoordinates() local
693 bounds[0] = surfaceBounds; in obtainContentCoordinates()
/aosp14/frameworks/base/core/java/android/window/
H A DWindowContainerTransaction.java201 @NonNull WindowContainerToken task, @NonNull Rect surfaceBounds) { in setBoundsChangeTransaction() argument
206 chg.mBoundsChangeSurfaceBounds.set(surfaceBounds); in setBoundsChangeTransaction()