HomeSort by relevance Sort by last modified time
    Searched refs:mVisibleLayersSortedByZ (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/surfaceflinger/
SurfaceFlinger.cpp 715 mVisibleLayersSortedByZ.clear();
718 mVisibleLayersSortedByZ.setCapacity(count);
721 mVisibleLayersSortedByZ.add(currentLayers[i]);
820 const Vector< sp<LayerBase> >& layers(mVisibleLayersSortedByZ);
    [all...]
SurfaceFlinger.h 401 Vector< sp<LayerBase> > mVisibleLayersSortedByZ;

Completed in 13 milliseconds