Home
last modified time | relevance | path

Searched refs:transparentRegion (Results 1 – 11 of 11) sorted by relevance

/frameworks/native/libs/gui/
DLayerState.cpp58 output.write(transparentRegion); in write()
136 input.read(transparentRegion); in read()
266 transparentRegion = other.transparentRegion; in merge()
DSurfaceComposerClient.cpp662 const Region& transparentRegion) { in setTransparentRegionHint() argument
669 s->transparentRegion = transparentRegion; in setTransparentRegionHint()
/frameworks/native/services/surfaceflinger/layerproto/include/layerproto/
DLayerProtoParser.h87 LayerProtoParser::Region transparentRegion; variable
/frameworks/base/core/java/android/content/res/
DCompatibilityInfo.java343 public void translateRegionInWindowToScreen(Region transparentRegion) { in translateRegionInWindowToScreen() argument
344 transparentRegion.scale(applicationScale); in translateRegionInWindowToScreen()
/frameworks/native/services/surfaceflinger/layerproto/
DLayerProtoParser.cpp92 layer.transparentRegion = generateRegion(layerProto.transparent_region()); in generateLayer()
292 result.append(transparentRegion.to_string("TransparentRegion").c_str()); in to_string()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DStubTransaction.java84 Region transparentRegion) { in setTransparentRegionHint() argument
/frameworks/native/libs/gui/tests/
DEndToEndNativeInputTest.cpp417 Region transparentRegion(Rect(0, 0, 10, 10)); in TEST_F() local
418 t.setTransparentRegionHint(sc, transparentRegion); in TEST_F()
/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h357 const Region& transparentRegion);
/frameworks/base/core/java/android/view/
DSurfaceControl.java2233 public Transaction setTransparentRegionHint(SurfaceControl sc, Region transparentRegion) { in setTransparentRegionHint() argument
2236 sc.mNativeObject, transparentRegion); in setTransparentRegionHint()
/frameworks/native/services/surfaceflinger/
DSurfaceInterceptor.cpp351 addTransparentRegionLocked(transaction, layerId, state.transparentRegion); in addSurfaceChangesLocked()
DSurfaceFlinger.cpp3122 Region transparentRegion; in computeVisibleRegions() local
3137 transparentRegion = tr.transform(layer->getActiveTransparentRegion(s)); in computeVisibleRegions()
3141 transparentRegion.clear(); in computeVisibleRegions()
3208 visibleRegion.subtract(transparentRegion)); in computeVisibleRegions()
3993 if (layer->setTransparentRegionHint(s.transparentRegion)) in setClientStateLocked()