Searched refs:ContainerLayer (Results 1 – 7 of 7) sorted by relevance
25 ContainerLayer::ContainerLayer(const LayerCreationArgs& args) : Layer(args) {} in ContainerLayer() function in android::ContainerLayer27 ContainerLayer::~ContainerLayer() = default;29 bool ContainerLayer::prepareClientLayer(const RenderArea&, const Region&, bool, Region&, const bool, in prepareClientLayer()34 bool ContainerLayer::isVisible() const { in isVisible()38 bool ContainerLayer::canReceiveInput() const { in canReceiveInput()42 void ContainerLayer::setPerFrameData(const sp<const DisplayDevice>&, const ui::Transform&, in setPerFrameData()
26 class ContainerLayer : public Layer {28 explicit ContainerLayer(const LayerCreationArgs&);29 ~ContainerLayer() override;
34 class ContainerLayer; variable96 virtual sp<ContainerLayer> createContainerLayer(const LayerCreationArgs& args) = 0;
117 sp<ContainerLayer> createContainerLayer(const LayerCreationArgs& args) override { in createSurfaceFlinger()118 return new ContainerLayer(args); in createSurfaceFlinger()
122 "ContainerLayer.cpp",
5715 sp<ContainerLayer> screenshotParentLayer; in captureLayers()
149 sp<ContainerLayer> createContainerLayer(const LayerCreationArgs&) override { in createContainerLayer()