Home
last modified time | relevance | path

Searched refs:setSourceCrop (Results 1 – 13 of 13) sorted by relevance

/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DMockHWC2.h66 MOCK_METHOD1(setSourceCrop, Error(const android::FloatRect&));
DOutputLayerTest.cpp810 EXPECT_CALL(*mHwcLayer, setSourceCrop(sourceCrop)).WillOnce(Return(kError)); in expectGeometryCommonCalls()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DScreenshotUtils.java42 .setSourceCrop(crop) in captureLayer()
/frameworks/base/services/core/java/com/android/server/wm/
DSurfaceFreezer.java139 .setSourceCrop(cropBounds) in createSnapshotBuffer()
DScreenRotationAnimation.java190 .setSourceCrop(new Rect(0, 0, mWidth, mHeight)) in ScreenRotationAnimation()
DWindowManagerService.java8593 .setSourceCrop(boundsInDisplay); in generateDisplayHash()
/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
DMockHWC2.h113 MOCK_METHOD(hal::Error, setSourceCrop, (const android::FloatRect &), (override));
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.h276 [[clang::warn_unused_result]] virtual hal::Error setSourceCrop(
321 hal::Error setSourceCrop(const android::FloatRect& crop) override;
DHWC2.cpp817 Error Layer::setSourceCrop(const FloatRect& crop) in setSourceCrop() function in android::HWC2::impl::Layer
/frameworks/base/core/java/android/app/
DUiAutomationConnection.java199 .setSourceCrop(crop) in takeScreenshot()
/frameworks/base/core/java/android/view/
DSurfaceControl.java811 public T setSourceCrop(Rect sourceCrop) { in setSourceCrop() method in SurfaceControl.CaptureArgs.Builder
2354 .setSourceCrop(sourceCrop) in captureLayers()
2384 .setSourceCrop(sourceCrop) in captureLayersExcluding()
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutputLayer.cpp401 if (auto error = hwcLayer->setSourceCrop(sourceCrop); error != hal::Error::NONE) { in writeOutputDependentGeometryStateToHWC()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotController.java529 .setSourceCrop(crop) in captureScreenshot()