Home
last modified time | relevance | path

Searched defs:transparentRegion (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/layerproto/include/layerproto/
H A DLayerProtoParser.h87 LayerProtoParser::Region transparentRegion; variable
/aosp12/frameworks/base/core/java/android/content/res/
H A DCompatibilityInfo.java356 public void translateRegionInWindowToScreen(Region transparentRegion) { in translateRegionInWindowToScreen()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DStubTransaction.java87 Region transparentRegion) { in setTransparentRegionHint()
/aosp12/frameworks/native/libs/gui/include/gui/
H A DLayerState.h165 Region transparentRegion; member
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/
H A DOutput.cpp542 Region transparentRegion; in ensureOutputLayerIfVisible() local
/aosp12/frameworks/native/libs/gui/tests/
H A DEndToEndNativeInputTest.cpp539 Region transparentRegion(Rect(0, 0, 10, 10)); in TEST_F() local
/aosp12/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp1087 const Region& transparentRegion) { in setTransparentRegionHint()
/aosp12/frameworks/base/core/java/android/view/
H A DSurfaceControl.java2935 public Transaction setTransparentRegionHint(SurfaceControl sc, Region transparentRegion) { in setTransparentRegionHint()