OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LayerDim
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/services/surfaceflinger/
LayerDim.cpp
19
#define LOG_TAG "
LayerDim
"
30
#include "
LayerDim
.h"
38
LayerDim
::
LayerDim
(SurfaceFlinger* flinger, const sp<Client>& client,
43
LayerDim
::~
LayerDim
() {
46
void
LayerDim
::onDraw(const sp<const DisplayDevice>& hw,
60
bool
LayerDim
::isVisible() const {
LayerDim.h
29
class
LayerDim
: public Layer
32
LayerDim
(SurfaceFlinger* flinger, const sp<Client>& client,
34
virtual ~
LayerDim
();
36
virtual const char* getTypeId() const { return "
LayerDim
"; }
Completed in 639 milliseconds