Lines Matching refs:layer_id
49 typedef int32_t layer_id; typedef
86 layer_id id, const PositionChange& pc);
88 layer_id id, const SizeChange& sc);
90 layer_id id, const AlphaChange& ac);
92 layer_id id, const LayerChange& lc);
94 layer_id id, const CropChange& cc);
96 layer_id id, const CornerRadiusChange& cc);
98 layer_id id, const BackgroundBlurRadiusChange& cc);
100 layer_id id, const MatrixChange& mc);
102 layer_id id, const OverrideScalingModeChange& osmc);
104 layer_id id, const TransparentRegionHintChange& trgc);
106 layer_id id, const LayerStackChange& lsc);
108 layer_id id, const HiddenFlagChange& hfc);
110 layer_id id, const OpaqueFlagChange& ofc);
112 layer_id id, const SecureFlagChange& sfc);
114 layer_id id, const DeferredTransactionChange& dtc);
116 layer_id id, const ReparentChange& c);
118 layer_id id, const RelativeParentChange& c);
120 layer_id id, const DetachChildrenChange& c);
122 layer_id id, const ReparentChildrenChange& c);
124 layer_id id, const ShadowRadiusChange& c);
158 std::unordered_map<layer_id, sp<SurfaceControl>> mLayers;
159 std::unordered_map<layer_id, HSV> mColors;
162 std::vector<layer_id> mLayersPendingRemoval;
165 std::unordered_map<layer_id, std::shared_ptr<BufferQueueScheduler>> mBufferQueueSchedulers;