Home
last modified time | relevance | path

Searched refs:setTransparentRegionHint (Results 1 – 17 of 17) sorted by relevance

/aosp12/frameworks/native/cmds/surfacereplayer/replayer/
H A DReplayer.cpp390 setTransparentRegionHint(transaction, change.id(), in doSurfaceTransaction()
515 void Replayer::setTransparentRegionHint(SurfaceComposerClient::Transaction& t, in setTransparentRegionHint() function in Replayer
525 t.setTransparentRegionHint(mLayers[id], re); in setTransparentRegionHint()
H A DReplayer.h103 void setTransparentRegionHint(SurfaceComposerClient::Transaction& t,
/aosp12/frameworks/native/services/surfaceflinger/tests/
H A DLayerRenderTypeTransaction_test.cpp292 Transaction().setTransparentRegionHint(layer, Region(top)).apply(); in TEST_P()
301 Transaction().setTransparentRegionHint(layer, Region(bottom)).apply(); in TEST_P()
337 .setTransparentRegionHint(layer, Region(top)) in TEST_P()
347 Transaction().setTransparentRegionHint(layer, Region(bottom)).apply(); in TEST_P()
377 .setTransparentRegionHint(layerTransparent, Region(mDisplayRect)) in TEST_P()
396 .setTransparentRegionHint(layerTransparent, Region(mDisplayRect)) in TEST_P()
H A DSurfaceInterceptor_test.cpp379 t.setTransparentRegionHint(mBGSurfaceControl, region); in transparentRegionHintUpdate()
/aosp12/frameworks/native/services/surfaceflinger/
H A DBufferStateLayer.h79 bool setTransparentRegionHint(const Region& transparent) override;
H A DLayer.h408 virtual bool setTransparentRegionHint(const Region& transparent);
H A DBufferStateLayer.cpp591 bool BufferStateLayer::setTransparentRegionHint(const Region& transparent) { in setTransparentRegionHint() function in android::BufferStateLayer
H A DLayer.cpp971 bool Layer::setTransparentRegionHint(const Region& transparent) { in setTransparentRegionHint() function in android::Layer
H A DSurfaceFlinger.cpp4060 if (layer->setTransparentRegionHint(s.transparentRegion)) in setClientStateLocked()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DStubTransaction.java86 public SurfaceControl.Transaction setTransparentRegionHint(SurfaceControl sc, in setTransparentRegionHint() method in StubTransaction
/aosp12/frameworks/native/libs/gui/include/gui/
H A DSurfaceComposerClient.h450 Transaction& setTransparentRegionHint(const sp<SurfaceControl>& sc,
/aosp12/frameworks/native/libs/gui/tests/
H A DEndToEndNativeInputTest.cpp540 t.setTransparentRegionHint(sc, transparentRegion); in TEST_F()
/aosp12/frameworks/base/core/java/android/view/
H A DSurfaceControl.java2935 public Transaction setTransparentRegionHint(SurfaceControl sc, Region transparentRegion) { in setTransparentRegionHint() method in SurfaceControl.Transaction
H A DViewRootImpl.java3234 mTransaction.setTransparentRegionHint(sc, mTransparentRegion).apply(); in performTraversals()
/aosp12/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp1085 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setTransparentRegionHint( in setTransparentRegionHint() function in android::SurfaceComposerClient::Transaction
/aosp12/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp696 transaction->setTransparentRegionHint(ctrl, reg); in nativeSetTransparentRegionHint()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt65343 Landroid/view/SurfaceControl$Transaction;->setTransparentRegionHint(Landroid/view/SurfaceControl;La…
65473 Landroid/view/SurfaceControl;->setTransparentRegionHint(Landroid/graphics/Region;)V
65513 Landroid/view/SurfaceView$SurfaceControlWithBackground;->setTransparentRegionHint(Landroid/graphics…