Searched refs:computeScreenBounds (Results 1 – 3 of 3) sorted by relevance
583 Rect computeScreenBounds(bool reduceTransparentRegion = true) const;
297 Rect Layer::computeScreenBounds(bool reduceTransparentRegion) const { in computeScreenBounds() function in android::Layer323 Rect bounds = p->computeScreenBounds(false); in computeScreenBounds()353 bounds = p->computeScreenBounds(false /* reduceTransparentRegion */); in computeBounds()
2609 visibleReg.set(layer->computeScreenBounds()); in handleTransactionLocked()2715 Rect bounds(layer->computeScreenBounds()); in computeVisibleRegions()