Home
last modified time | relevance | path

Searched defs:setTransparentRegionHint (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/tests/servicestests/utils/com/android/server/testutils/
DStubTransaction.java100 public SurfaceControl.Transaction setTransparentRegionHint(SurfaceControl sc, in setTransparentRegionHint() method in StubTransaction
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/util/
DStubTransaction.java100 public SurfaceControl.Transaction setTransparentRegionHint(SurfaceControl sc, in setTransparentRegionHint() method in StubTransaction
/frameworks/native/cmds/surfacereplayer/replayer/
DReplayer.cpp514 void Replayer::setTransparentRegionHint(SurfaceComposerClient::Transaction& t, in setTransparentRegionHint() function in Replayer
/frameworks/native/services/surfaceflinger/
DLayer.cpp1059 bool Layer::setTransparentRegionHint(const Region& transparent) { in setTransparentRegionHint() function in android::Layer
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp1428 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setTransparentRegionHint( in setTransparentRegionHint() function in android::SurfaceComposerClient::Transaction
/frameworks/base/core/java/android/view/
DSurfaceControl.java2996 public Transaction setTransparentRegionHint(SurfaceControl sc, Region transparentRegion) { in setTransparentRegionHint() method in SurfaceControl.Transaction