Searched refs:layers (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DLayerDrawable.java62 * Create a new layer drawable with the list of specified layers.
64 * @param layers A list of drawables to use as layers in this new drawable.
66 public LayerDrawable(Drawable[] layers) { argument
67 this(layers, null);
71 * Create a new layer drawable with the specified list of layers and the specified
74 * @param layers The list of layers to add to this drawable.
77 LayerDrawable(Drawable[] layers, LayerState state) { argument
79 int length = layers
[all...]
H A DTransitionDrawable.java74 * Create a new transition drawable with the specified list of layers. At least
75 * 2 layers are required for this drawable to work properly.
77 public TransitionDrawable(Drawable[] layers) { argument
78 this(new TransitionState(null, null, null), layers);
83 * layers must be added to this drawable.
95 private TransitionDrawable(TransitionState state, Drawable[] layers) { argument
96 super(layers, state);
/frameworks/base/services/surfaceflinger/
H A DSurfaceFlinger.cpp354 // Check the layers in the purgatory. This check is here so that if a
359 // purgatorized layers are no less authentic than the visible ones, so this
561 // layers have been added
565 // some layers might have been removed, so
655 // subtract the opaque region covered by the layers above us
714 // Notify removed layers now that they can't be drawn from
769 sp<LayerBase> const* layers = currentLayers.array(); local
771 const sp<LayerBase>& layer(layers[i]);
782 sp<LayerBase> const* layers = currentLayers.array(); local
784 const sp<LayerBase>& layer(layers[
[all...]

Completed in 63 milliseconds