Home
last modified time | relevance | path

Searched refs:isPrimaryDisplay (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/services/surfaceflinger/
DLayer.h439 bool belongsToDisplay(uint32_t layerStack, bool isPrimaryDisplay) const { in belongsToDisplay() argument
440 return getLayerStack() == layerStack && (!mPrimaryDisplayOnly || isPrimaryDisplay); in belongsToDisplay()