Searched refs:setTransparentRegionHint (Results 1 - 11 of 11) sorted by relevance

/frameworks/native/include/gui/
H A DSurface.h70 status_t setTransparentRegionHint(const Region& transparent);
H A DSurfaceComposerClient.h114 status_t setTransparentRegionHint(SurfaceID id, const Region& transparent);
/frameworks/native/libs/gui/
H A DSurface.cpp137 status_t SurfaceControl::setTransparentRegionHint(const Region& transparent) { function in class:android::SurfaceControl
141 return client->setTransparentRegionHint(mToken, transparent);
H A DSurfaceComposerClient.cpp145 status_t setTransparentRegionHint(
291 status_t Composer::setTransparentRegionHint( function in class:android::Composer
532 status_t SurfaceComposerClient::setTransparentRegionHint(SurfaceID id, function in class:android::SurfaceComposerClient
534 return getComposer().setTransparentRegionHint(this, id, transparentRegion);
/frameworks/native/services/surfaceflinger/
H A DLayerBase.h114 bool setTransparentRegionHint(const Region& transparent);
H A DLayerBase.cpp153 bool LayerBase::setTransparentRegionHint(const Region& transparent) { function in class:android::LayerBase
H A DSurfaceFlinger.cpp1830 if (layer->setTransparentRegionHint(s.transparentRegion))
/frameworks/base/core/java/android/view/
H A DSurface.java565 public void setTransparentRegionHint(Region region) { method in class:Surface
/frameworks/base/services/java/com/android/server/wm/
H A DWindowStateAnimator.java1304 void setTransparentRegionHint(final Region region) { method in class:WindowStateAnimator
1306 Slog.w(TAG, "setTransparentRegionHint: null mSurface after mHasSurface true");
1315 mSurface.setTransparentRegionHint(region);
H A DWindowManagerService.java2535 void setTransparentRegionHint(final WindowStateAnimator winAnimator, final Region region) { method in class:WindowManagerService
2546 setTransparentRegionHint(w.mWinAnimator, region);
7731 winAnimator.setTransparentRegionHint(pair.second);
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp595 status_t err = surface->setTransparentRegionHint(reg);

Completed in 152 milliseconds