Home | History | Annotate | Download | only in surfaceflinger

Lines Matching defs:layersSortedByZ

1132     const LayerVector& layers(mDrawingState.layersSortedByZ);
1149 const LayerVector& layers(mDrawingState.layersSortedByZ);
1225 const LayerVector& layers(mDrawingState.layersSortedByZ);
1229 Vector<sp<Layer>> layersSortedByZ;
1247 layersSortedByZ.add(layer);
1257 displayDevice->setVisibleLayersSortedByZ(layersSortedByZ);
1466 const LayerVector& currentLayers(mCurrentState.layersSortedByZ);
1723 const LayerVector& layers(mDrawingState.layersSortedByZ);
1944 const LayerVector& layers(mDrawingState.layersSortedByZ);
2199 if (mCurrentState.layersSortedByZ.size() >= MAX_LAYERS) {
2202 mCurrentState.layersSortedByZ.add(lbc);
2220 ssize_t index = mCurrentState.layersSortedByZ.remove(layer);
2398 ssize_t idx = mCurrentState.layersSortedByZ.indexOf(layer);
2400 mCurrentState.layersSortedByZ.removeAt(idx);
2401 mCurrentState.layersSortedByZ.add(layer);
2438 ssize_t idx = mCurrentState.layersSortedByZ.indexOf(layer);
2440 mCurrentState.layersSortedByZ.removeAt(idx);
2441 mCurrentState.layersSortedByZ.add(layer);
2774 const LayerVector& currentLayers = mCurrentState.layersSortedByZ;
2798 const LayerVector& currentLayers = mCurrentState.layersSortedByZ;
2818 const LayerVector& currentLayers = mCurrentState.layersSortedByZ;
2833 const LayerVector& drawingLayers = mDrawingState.layersSortedByZ;
2988 const LayerVector& currentLayers = mCurrentState.layersSortedByZ;
3584 const LayerVector& layers( mDrawingState.layersSortedByZ );
3632 const LayerVector& layers(mDrawingState.layersSortedByZ);
3780 const LayerVector& layers( mDrawingState.layersSortedByZ );