Home
last modified time | relevance | path

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

/frameworks/native/cmds/surfacereplayer/replayer/
DReplayer.h103 void setTransparentRegionHint(SurfaceComposerClient::Transaction& t,
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()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DStubTransaction.java86 public SurfaceControl.Transaction setTransparentRegionHint(SurfaceControl sc, in setTransparentRegionHint() method in StubTransaction
/frameworks/native/services/surfaceflinger/
DBufferStateLayer.h78 bool setTransparentRegionHint(const Region& transparent) override;
DLayer.h398 virtual bool setTransparentRegionHint(const Region& transparent);
DBufferStateLayer.cpp593 bool BufferStateLayer::setTransparentRegionHint(const Region& transparent) { in setTransparentRegionHint() function in android::BufferStateLayer
DLayer.cpp970 bool Layer::setTransparentRegionHint(const Region& transparent) { in setTransparentRegionHint() function in android::Layer
DSurfaceFlinger.cpp4053 if (layer->setTransparentRegionHint(s.transparentRegion)) in setClientStateLocked()
/frameworks/native/services/surfaceflinger/tests/
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()
DSurfaceInterceptor_test.cpp379 t.setTransparentRegionHint(mBGSurfaceControl, region); in transparentRegionHintUpdate()
/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h446 Transaction& setTransparentRegionHint(const sp<SurfaceControl>& sc,
/frameworks/native/libs/gui/tests/
DEndToEndNativeInputTest.cpp508 t.setTransparentRegionHint(sc, transparentRegion); in TEST_F()
/frameworks/base/core/java/android/view/
DSurfaceControl.java2840 public Transaction setTransparentRegionHint(SurfaceControl sc, Region transparentRegion) { in setTransparentRegionHint() method in SurfaceControl.Transaction
DViewRootImpl.java3169 mTransaction.setTransparentRegionHint(sc, mTransparentRegion).apply(); in performTraversals()
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp1057 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setTransparentRegionHint( in setTransparentRegionHint() function in android::SurfaceComposerClient::Transaction
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp694 transaction->setTransparentRegionHint(ctrl, reg); in nativeSetTransparentRegionHint()
/frameworks/base/boot/hiddenapi/
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…