Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/FrontEnd/
DLayerLifecycleManager.cpp33 bool canMirrorRootLayer(RequestedLayerState& mirroringLayer, RequestedLayerState& rootLayer) { in canMirrorRootLayer() function
66 if (canMirrorRootLayer(layer, *rootLayer)) { in addLayers()
425 bool canBeMirrored = canMirrorRootLayer(*mirrorLayer, rootLayer); in updateDisplayMirrorLayers()