Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowSurfaceController.java376 void setTransparentRegionHint(final Region region) { in setTransparentRegionHint() method in WindowSurfaceController
767 public void setTransparentRegionHint(Region region) { in setTransparentRegionHint() method in WindowSurfaceController.SurfaceTrace
/frameworks/native/libs/gui/
DSurfaceControl.cpp148 status_t SurfaceControl::setTransparentRegionHint(const Region& transparent) { in setTransparentRegionHint() function in android::SurfaceControl
DSurfaceComposerClient.cpp380 status_t Composer::setTransparentRegionHint( in setTransparentRegionHint() function in android::Composer
801 status_t SurfaceComposerClient::setTransparentRegionHint(const sp<IBinder>& id, in setTransparentRegionHint() function in android::SurfaceComposerClient
/frameworks/native/cmds/surfacereplayer/replayer/
DReplayer.cpp504 status_t Replayer::setTransparentRegionHint(layer_id id, const TransparentRegionHintChange& trhc) { in setTransparentRegionHint() function in Replayer
/frameworks/base/core/java/android/view/
DSurfaceView.java1199 public void setTransparentRegionHint(Region region) { in setTransparentRegionHint() method in SurfaceView.SurfaceControlWithBackground
DSurfaceControl.java506 public void setTransparentRegionHint(Region region) { in setTransparentRegionHint() method in SurfaceControl
/frameworks/native/services/surfaceflinger/
DLayer.cpp1841 bool Layer::setTransparentRegionHint(const Region& transparent) { function in android::Layer