Home
last modified time | relevance | path

Searched defs:layers (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
DTransitionDrawable.java75 public TransitionDrawable(Drawable[] layers) { in TransitionDrawable()
93 private TransitionDrawable(TransitionState state, Drawable[] layers) { in TransitionDrawable()
DLayerDrawable.java61 public LayerDrawable(Drawable[] layers) { in LayerDrawable()
72 LayerDrawable(Drawable[] layers, LayerState state) { in LayerDrawable()
207 final ChildDrawable[] layers = mLayerState.mChildren; in findDrawableByLayerId() local
267 final ChildDrawable[] layers = mLayerState.mChildren; in setDrawableByLayerId() local
/frameworks/base/libs/surfaceflinger/
DSurfaceFlinger.cpp255 Vector< wp<LayerBaseClient> > layers(client->getLayers()); in destroyConnection() local
792 sp<LayerBase> const* layers = currentLayers.array(); in lockPageFlip() local
805 sp<LayerBase> const* layers = currentLayers.array(); in unlockPageFlip() local
879 sp<LayerBase> const* const layers = drawingLayers.array(); in composeSurfaces() local
896 sp<LayerBase> const* const layers = drawingLayers.array(); in unlockClients() local
DSurfaceFlinger.h231 Vector< sp<LayerBase> > layers; variable