Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DStubTransaction.java83 public SurfaceControl.Transaction setTransparentRegionHint(SurfaceControl sc, in setTransparentRegionHint() method in StubTransaction
/frameworks/base/services/core/java/com/android/server/wm/
DWindowSurfaceController.java340 void setTransparentRegionHint(final Region region) { in setTransparentRegionHint() method in WindowSurfaceController
348 mSurfaceControl.setTransparentRegionHint(region); in setTransparentRegionHint()
DWindowStateAnimator.java1196 mSurfaceController.setTransparentRegionHint(region); in setTransparentRegionHintLocked()
/frameworks/native/cmds/surfacereplayer/replayer/
DReplayer.h99 void setTransparentRegionHint(SurfaceComposerClient::Transaction& t,
DReplayer.cpp395 setTransparentRegionHint(transaction, change.id(), in doSurfaceTransaction()
511 void Replayer::setTransparentRegionHint(SurfaceComposerClient::Transaction& t, in setTransparentRegionHint() function in Replayer
521 t.setTransparentRegionHint(mLayers[id], re); in setTransparentRegionHint()
/frameworks/native/services/surfaceflinger/
DBufferStateLayer.h83 bool setTransparentRegionHint(const Region& transparent) override;
DBufferStateLayer.cpp329 bool BufferStateLayer::setTransparentRegionHint(const Region& transparent) { in setTransparentRegionHint() function in android::BufferStateLayer
DLayer.h290 virtual bool setTransparentRegionHint(const Region& transparent);
DLayer.cpp1133 bool Layer::setTransparentRegionHint(const Region& transparent) { in setTransparentRegionHint() function in android::Layer
DSurfaceFlinger.cpp3993 if (layer->setTransparentRegionHint(s.transparentRegion)) in setClientStateLocked()
/frameworks/base/core/java/android/view/
DSurfaceControl.java1169 public void setTransparentRegionHint(Region region) { in setTransparentRegionHint() method in SurfaceControl
1172 sGlobalTransaction.setTransparentRegionHint(this, region); in setTransparentRegionHint()
2233 public Transaction setTransparentRegionHint(SurfaceControl sc, Region transparentRegion) { in setTransparentRegionHint() method in SurfaceControl.Transaction
/frameworks/native/libs/gui/tests/
DEndToEndNativeInputTest.cpp418 t.setTransparentRegionHint(sc, transparentRegion); in TEST_F()
/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h356 Transaction& setTransparentRegionHint(const sp<SurfaceControl>& sc,
/frameworks/native/services/surfaceflinger/tests/
DSurfaceInterceptor_test.cpp343 t.setTransparentRegionHint(mBGSurfaceControl, region); in transparentRegionHintUpdate()
DTransaction_test.cpp1402 Transaction().setTransparentRegionHint(layer, Region(top)).apply(); in TEST_P()
1411 Transaction().setTransparentRegionHint(layer, Region(bottom)).apply(); in TEST_P()
1447 .setTransparentRegionHint(layer, Region(top)) in TEST_P()
1458 Transaction().setTransparentRegionHint(layer, Region(bottom)).apply(); in TEST_P()
1490 .setTransparentRegionHint(layerTransparent, Region(mDisplayRect)) in TEST_P()
1509 .setTransparentRegionHint(layerTransparent, Region(mDisplayRect)) in TEST_P()
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp660 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setTransparentRegionHint( in setTransparentRegionHint() function in android::SurfaceComposerClient::Transaction
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp448 transaction->setTransparentRegionHint(ctrl, reg); in nativeSetTransparentRegionHint()
/frameworks/base/config/
Dboot-image-profile.txt16590 HPLandroid/view/SurfaceControl$Transaction;->setTransparentRegionHint(Landroid/view/SurfaceControl;…
16639 HPLandroid/view/SurfaceControl;->setTransparentRegionHint(Landroid/graphics/Region;)V
Dhiddenapi-greylist-max-o.txt81889 Landroid/view/SurfaceControl$Transaction;->setTransparentRegionHint(Landroid/view/SurfaceControl;La…
82020 Landroid/view/SurfaceControl;->setTransparentRegionHint(Landroid/graphics/Region;)V
82065 Landroid/view/SurfaceView$SurfaceControlWithBackground;->setTransparentRegionHint(Landroid/graphics…
/frameworks/base/services/
Dart-profile17937 PLcom/android/server/wm/WindowSurfaceController;->setTransparentRegionHint(Landroid/graphics/Region…