Lines Matching refs:LayerVector
701 void writeToProtoCommonState(LayerProto* layerInfo, LayerVector::StateSet,
783 void traverse(LayerVector::StateSet, const LayerVector::Visitor&);
784 void traverseInReverseZOrder(LayerVector::StateSet, const LayerVector::Visitor&);
785 void traverseInZOrder(LayerVector::StateSet, const LayerVector::Visitor&);
791 void traverseChildrenInZOrder(LayerVector::StateSet, const LayerVector::Visitor&);
801 LayerVector& getCurrentChildren() { return mCurrentChildren; } in getCurrentChildren()
822 int32_t getZ(LayerVector::StateSet) const;
957 LayerVector makeTraversalList(LayerVector::StateSet, bool* outSkipRelativeZUsers);
961 bool usingRelativeZ(LayerVector::StateSet) const;
1016 LayerVector mCurrentChildren{LayerVector::StateSet::Current};
1017 LayerVector mDrawingChildren{LayerVector::StateSet::Drawing};
1051 std::vector<Layer*> getLayersInTree(LayerVector::StateSet);
1057 LayerVector::StateSet, const LayerVector::Visitor&);
1058 LayerVector makeChildrenTraversalList(LayerVector::StateSet,