Searched refs:LayerDim (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/services/surfaceflinger/ |
D | LayerDim.cpp | 38 LayerDim::LayerDim(SurfaceFlinger* flinger, const sp<Client>& client, in LayerDim() function in android::LayerDim 43 LayerDim::~LayerDim() { in ~LayerDim() 46 void LayerDim::onDraw(const sp<const DisplayDevice>& hw, in onDraw() 60 bool LayerDim::isVisible() const { in isVisible()
|
D | LayerDim.h | 29 class LayerDim : public Layer 32 LayerDim(SurfaceFlinger* flinger, const sp<Client>& client, 34 virtual ~LayerDim();
|
D | Android.mk | 17 LayerDim.cpp \
|
D | SurfaceFlinger.h | 87 class LayerDim; variable
|
D | SurfaceFlinger_hwc1.cpp | 2767 *outLayer = new LayerDim(this, client, name, w, h, flags); in createDimLayer()
|
D | SurfaceFlinger.cpp | 3230 *outLayer = new LayerDim(this, client, name, w, h, flags); in createDimLayer()
|