Home
last modified time | relevance | path

Searched refs:setDisplayFrame (Results 1 – 19 of 19) sorted by relevance

/aosp12/hardware/interfaces/graphics/composer/2.2/vts/functional/
H A DVtsHalGraphicsComposerV2_2ReadbackTest.cpp215 layer->setDisplayFrame(coloredSquare); in TEST_P()
292 layer->setDisplayFrame({0, 0, mDisplayWidth, mDisplayHeight}); in TEST_P()
349 layer->setDisplayFrame(coloredSquare); in TEST_P()
426 layer->setDisplayFrame({0, 0, mDisplayWidth, mDisplayHeight}); in TEST_P()
580 clientLayer->setDisplayFrame(clientFrame); in TEST_P()
662 layer->setDisplayFrame({0, 0, mDisplayWidth, mDisplayHeight}); in TEST_P()
739 layer->setDisplayFrame({0, 0, mDisplayWidth, mDisplayHeight}); in TEST_P()
810 layer->setDisplayFrame({0, 0, mDisplayWidth, mDisplayHeight}); in TEST_P()
873 redLayer->setDisplayFrame(redRect); in TEST_P()
877 blueLayer->setDisplayFrame(blueRect); in TEST_P()
[all …]
/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DInsetsStateTest.java305 mState.setDisplayFrame(new Rect(0, 1, 2, 3)); in testEquals_differentFrame()
306 mState.setDisplayFrame(new Rect(4, 5, 6, 7)); in testEquals_differentFrame()
312 mState.setDisplayFrame(new Rect(0, 1, 2, 3)); in testEquals_sameFrame()
313 mState2.setDisplayFrame(new Rect(0, 1, 2, 3)); in testEquals_sameFrame()
445 mState.setDisplayFrame(new Rect(0, 0, 200, 300)); in testCalculateUncontrollableInsets()
456 mState.setDisplayFrame(new Rect(0, 0, 200, 300)); in testCalculateRelativeCutout()
481 mState.setDisplayFrame(new Rect(0, 0, 200, 400)); in testCalculateRelativeRoundedCorners()
H A DInsetsControllerTest.java158 mController.getState().setDisplayFrame(new Rect(0, 0, 100, 100)); in setup()
218 mController.getState().setDisplayFrame(new Rect(0, 0, 200, 200)); in testFrameDoesntMatchDisplay()
709 state1.setDisplayFrame(new Rect(0, 0, 500, 1000)); in testResizeAnimation_displayFrame()
712 state2.setDisplayFrame(new Rect(0, 0, 500, 1010)); in testResizeAnimation_displayFrame()
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
H A DMockHWC2.h63 MOCK_METHOD1(setDisplayFrame, Error(const android::Rect&));
H A DOutputLayerTest.cpp809 EXPECT_CALL(*mHwcLayer, setDisplayFrame(displayFrame)).WillOnce(Return(kError)); in expectGeometryCommonCalls()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayFrames.java97 state.setDisplayFrame(unrestricted); in onDisplayInfoUpdated()
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
H A DMockHWC2.h110 MOCK_METHOD(hal::Error, setDisplayFrame, (const android::Rect &), (override));
/aosp12/hardware/interfaces/graphics/composer/2.2/utils/vts/include/composer-vts/2.2/
H A DReadbackVts.h69 void setDisplayFrame(IComposerClient::Rect frame) { mDisplayFrame = frame; } in setDisplayFrame() function
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2.h271 [[clang::warn_unused_result]] virtual hal::Error setDisplayFrame(
318 hal::Error setDisplayFrame(const android::Rect& frame) override;
H A DHWC2.cpp780 Error Layer::setDisplayFrame(const Rect& frame) in setDisplayFrame() function in android::HWC2::impl::Layer
/aosp12/frameworks/base/core/java/android/view/
H A DInsetsState.java469 public void setDisplayFrame(Rect frame) { in setDisplayFrame() method in InsetsState
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
H A DHWC2On1Adapter.h544 HWC2::Error setDisplayFrame(hwc_rect_t frame);
/aosp12/hardware/qcom/display/msm8994/libhwcomposer/
H A DHWC2On1Adapter.cpp316 layerHook<decltype(&Layer::setDisplayFrame), in doGetFunction()
317 &Layer::setDisplayFrame, hwc_rect_t>); in doGetFunction()
2060 Error HWC2On1Adapter::Layer::setDisplayFrame(hwc_rect_t frame) in setDisplayFrame() function in android::HWC2On1Adapter::Layer
H A DHWC2On1Adapter.h521 HWC2::Error setDisplayFrame(hwc_rect_t frame);
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
H A DHWC2On1Adapter.cpp283 layerHook<decltype(&Layer::setDisplayFrame), in doGetFunction()
284 &Layer::setDisplayFrame, hwc_rect_t>); in doGetFunction()
1986 Error HWC2On1Adapter::Layer::setDisplayFrame(hwc_rect_t frame) { in setDisplayFrame() function in android::HWC2On1Adapter::Layer
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/
H A DOutputLayer.cpp395 if (auto error = hwcLayer->setDisplayFrame(displayFrame); error != hal::Error::NONE) { in writeOutputDependentGeometryStateToHWC()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTaskLaunchParamsModifierTests.java1802 state.setDisplayFrame(displayFrame); in configInsetsState()
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt17012 HSPLandroid/view/InsetsState;->setDisplayFrame(Landroid/graphics/Rect;)V
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt17061 HSPLandroid/view/InsetsState;->setDisplayFrame(Landroid/graphics/Rect;)V