Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DLayerRenderArea.cpp97 FloatRect maxBounds = mFlinger.getMaxDisplayBounds(); in render()
DSurfaceFlinger.h313 FloatRect getMaxDisplayBounds();
DSurfaceFlinger.cpp3040 FloatRect SurfaceFlinger::getMaxDisplayBounds() { in getMaxDisplayBounds() function in android::SurfaceFlinger
3064 const FloatRect maxBounds = getMaxDisplayBounds(); in computeLayerBounds()
/frameworks/native/services/surfaceflinger/FrontEnd/
DLayerSnapshotBuilder.cpp43 FloatRect getMaxDisplayBounds(const DisplayInfos& displays) { in getMaxDisplayBounds() function
352 snapshot.geomLayerBounds = getMaxDisplayBounds({}); in getRootSnapshot()
427 mRootSnapshot.geomLayerBounds = getMaxDisplayBounds(args.displays); in updateSnapshots()