Searched defs:layers (Results 1 – 4 of 4) sorted by relevance
75 public TransitionDrawable(Drawable[] layers) { in TransitionDrawable()93 private TransitionDrawable(TransitionState state, Drawable[] layers) { in TransitionDrawable()
61 public LayerDrawable(Drawable[] layers) { in LayerDrawable()72 LayerDrawable(Drawable[] layers, LayerState state) { in LayerDrawable()207 final ChildDrawable[] layers = mLayerState.mChildren; in findDrawableByLayerId() local267 final ChildDrawable[] layers = mLayerState.mChildren; in setDrawableByLayerId() local
255 Vector< wp<LayerBaseClient> > layers(client->getLayers()); in destroyConnection() local792 sp<LayerBase> const* layers = currentLayers.array(); in lockPageFlip() local805 sp<LayerBase> const* layers = currentLayers.array(); in unlockPageFlip() local879 sp<LayerBase> const* const layers = drawingLayers.array(); in composeSurfaces() local896 sp<LayerBase> const* const layers = drawingLayers.array(); in unlockClients() local
231 Vector< sp<LayerBase> > layers; variable