Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DRenderProperties.h184 return CC_LIKELY(effectiveLayerType() == LayerType::None) && functorsNeedLayer; in prepareForFunctorPresence()
617 LayerType effectiveLayerType() const { in effectiveLayerType() function
DRenderProperties.cpp147 const bool isLayer = effectiveLayerType() != LayerType::None; in debugOutputProperties()
DRenderNode.cpp146 LayerType layerType = properties().effectiveLayerType(); in prepareLayer()
161 LayerType layerType = properties().effectiveLayerType(); in pushLayerUpdate()
414 const bool isLayer = properties().effectiveLayerType() != LayerType::None; in setViewProperties()