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

/frameworks/native/include/private/gui/
H A DLayerState.h111 Region transparentRegion; member in struct:android::layer_state_t
/frameworks/base/core/java/android/content/res/
H A DCompatibilityInfo.java331 public void translateRegionInWindowToScreen(Region transparentRegion) { argument
332 transparentRegion.scale(applicationScale);
/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp158 const Region& transparentRegion);
382 const Region& transparentRegion) {
388 s->transparentRegion = transparentRegion;
802 const Region& transparentRegion) {
803 return getComposer().setTransparentRegionHint(this, id, transparentRegion);
380 setTransparentRegionHint( const sp<SurfaceComposerClient>& client, const sp<IBinder>& id, const Region& transparentRegion) argument
801 setTransparentRegionHint(const sp<IBinder>& id, const Region& transparentRegion) argument

Completed in 109 milliseconds