Searched defs:transparentRegion (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/include/private/surfaceflinger/
H A DLayerState.h69 Region transparentRegion; member in struct:android::layer_state_t
/frameworks/base/services/surfaceflinger/
H A DLayerBase.h81 Region transparentRegion; member in struct:android::LayerBase::State
/frameworks/base/core/java/android/content/res/
H A DCompatibilityInfo.java317 public void translateRegionInWindowToScreen(Region transparentRegion) { argument
318 transparentRegion.scale(applicationScale);
/frameworks/base/libs/gui/
H A DSurfaceComposerClient.cpp119 const Region& transparentRegion);
234 const Region& transparentRegion) {
240 s->transparentRegion = transparentRegion;
447 const Region& transparentRegion) {
448 return getComposer().setTransparentRegionHint(this, id, transparentRegion);
232 setTransparentRegionHint( const sp<SurfaceComposerClient>& client, SurfaceID id, const Region& transparentRegion) argument
446 setTransparentRegionHint(SurfaceID id, const Region& transparentRegion) argument

Completed in 74 milliseconds