Searched defs:Layer (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/
H A DLayer.cpp21 #include "Layer.h"
29 Layer::Layer(const uint32_t layerWidth, const uint32_t layerHeight) { function in class:android::uirenderer::Layer
47 Layer::~Layer() {
55 void Layer::removeFbo() {
63 void Layer::setPaint(SkPaint* paint) {
67 void Layer::setColorFilter(SkiaColorFilter* filter) {
H A DLayer.h47 struct Layer { struct in namespace:android::uirenderer
48 Layer(const uint32_t layerWidth, const uint32_t layerHeight);
49 ~Layer();
332 }; // struct Layer
/frameworks/native/services/surfaceflinger/
H A DLayer.h50 class Layer : public LayerBaseClient class in namespace:android
53 Layer(SurfaceFlinger* flinger, const sp<Client>& client);
54 virtual ~Layer();
56 virtual const char* getTypeId() const { return "Layer"; }
83 virtual sp<Layer> getLayer() const { return const_cast<Layer*>(this); }
H A DLayer.cpp41 #include "Layer.h"
53 Layer::Layer(SurfaceFlinger* flinger, const sp<Client>& client) function in class:android::Layer
73 void Layer::onLayerDisplayed(const sp<const DisplayDevice>& hw,
81 void Layer::onFirstRef()
86 FrameQueuedListener(Layer* layer) : mLayer(layer) { }
88 wp<Layer> mLayer;
90 sp<Layer> that(mLayer.promote());
116 Layer::~Layer()
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DGcSnapshot.java55 * a list of Graphics2D for each layers. The class actually maintains a list of {@link Layer}
57 * ({@link Layer#getGraphics()}) is configured only for the new snapshot.
65 private final ArrayList<Layer> mLayers = new ArrayList<Layer>();
78 private final Layer mLocalLayer;
91 private static class Layer { class in class:GcSnapshot
110 Layer(Graphics2D graphics, Bitmap_Delegate bitmap) { method in class:GcSnapshot.Layer
120 * {@link Layer#Layer(Graphics2D, Bitmap_Delegate)} should be used.
126 Layer(Graphics2 method in class:GcSnapshot.Layer
[all...]

Completed in 58 milliseconds