Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/FrontEnd/
DLayerSnapshotBuilder.cpp45 FloatRect getMaxDisplayBounds(const DisplayInfos& displays) { in getMaxDisplayBounds() function
352 snapshot.geomLayerBounds = getMaxDisplayBounds({}); in getRootSnapshot()
429 rootSnapshot.geomLayerBounds = getMaxDisplayBounds(args.displays); in updateSnapshots()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h315 FloatRect getMaxDisplayBounds();
DSurfaceFlinger.cpp3353 FloatRect SurfaceFlinger::getMaxDisplayBounds() { in getMaxDisplayBounds() function in android::SurfaceFlinger
3377 const FloatRect maxBounds = getMaxDisplayBounds(); in computeLayerBounds()