Searched refs:boundingRectLeft (Results 1 – 3 of 3) sorted by relevance
180 if (!cutout.boundingRectLeft.isEmpty) { in <lambda>()182 cutout.boundingRectLeft.right.coerceAtLeast(transparentRect.left) in <lambda>()245 hasLeftOrRightCutouts = !cutout.boundingRectLeft.isEmpty || in <lambda>()
187 if (!boundingRectLeft.isEmpty) { in DisplayCutout()
1472 public Builder setBoundingRectLeft(@NonNull Rect boundingRectLeft) { in setBoundingRectLeft() argument1473 mBoundingRectLeft.set(boundingRectLeft); in setBoundingRectLeft()