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

  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp 472 size_t numLayers = mVisibleLayersSortedByZ.size();
474 mVisibleLayersSortedByZ[i]->onLayerDisplayed();
740 mVisibleLayersSortedByZ.clear();
741 mVisibleLayersSortedByZ.setCapacity(count);
744 mVisibleLayersSortedByZ.add(currentLayers[i]);
809 const Vector< sp<LayerBase> >& currentLayers(mVisibleLayersSortedByZ);
876 const Vector< sp<LayerBase> >& layers(mVisibleLayersSortedByZ);
930 const Vector< sp<LayerBase> >& layers(mVisibleLayersSortedByZ);
    [all...]
SurfaceFlinger.h 402 Vector< sp<LayerBase> > mVisibleLayersSortedByZ;

Completed in 28 milliseconds