Home | History | Annotate | Download | only in surfaceflinger

Lines Matching full:layerssortedbyz

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);
1061 const LayerVector& currentLayers(mCurrentState.layersSortedByZ);
1272 const LayerVector& previousLayers(mDrawingState.layersSortedByZ);
1476 const LayerVector& currentLayers(mDrawingState.layersSortedByZ);
1686 mCurrentState.layersSortedByZ.add(lbc);
1693 ssize_t index = mCurrentState.layersSortedByZ.remove(layer);
1854 ssize_t idx = mCurrentState.layersSortedByZ.indexOf(layer);
1856 mCurrentState.layersSortedByZ.removeAt(idx);
1857 mCurrentState.layersSortedByZ.add(layer);
1890 ssize_t idx = mCurrentState.layersSortedByZ.indexOf(layer);
1892 mCurrentState.layersSortedByZ.removeAt(idx);
1893 mCurrentState.layersSortedByZ.add(layer);
2214 const LayerVector& currentLayers = mCurrentState.layersSortedByZ;
2239 const LayerVector& currentLayers = mCurrentState.layersSortedByZ;
2259 const LayerVector& currentLayers = mCurrentState.layersSortedByZ;
2317 const LayerVector& currentLayers = mCurrentState.layersSortedByZ;
2781 const LayerVector& layers( mDrawingState.layersSortedByZ );