HomeSort by relevance Sort by last modified time
    Searched full:layerssortedbyz (Results 1 - 3 of 3) sorted by null

  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp 840 const LayerVector& currentLayers(mDrawingState.layersSortedByZ);
854 const LayerVector& currentLayers(mDrawingState.layersSortedByZ);
884 const LayerVector& currentLayers(mDrawingState.layersSortedByZ);
888 Vector< sp<Layer> > layersSortedByZ;
905 layersSortedByZ.add(layer);
910 hw->setVisibleLayersSortedByZ(layersSortedByZ);
    [all...]
SurfaceFlinger.h 161 LayerVector layersSortedByZ;
Layer.cpp 460 mFlinger->mDrawingState.layersSortedByZ);
    [all...]

Completed in 77 milliseconds