Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DDisplayCutout.java247 @Nullable Rect boundTop, @Nullable Rect boundRight, @Nullable Rect boundBottom) { in DisplayCutout() argument
248 this(safeInsets.toRect(), Insets.NONE, boundLeft, boundTop, boundRight, boundBottom, true); in DisplayCutout()
270 @Nullable Rect boundTop, @Nullable Rect boundRight, @Nullable Rect boundBottom, in DisplayCutout() argument
272 this(safeInsets.toRect(), waterfallInsets, boundLeft, boundTop, boundRight, boundBottom, in DisplayCutout()
304 Rect boundTop, Rect boundRight, Rect boundBottom, boolean copyArguments) { in DisplayCutout() argument
307 mBounds = new Bounds(boundLeft, boundTop, boundRight, boundBottom, copyArguments); in DisplayCutout()
735 final Rect boundRight = cutoutSpec.getRightBound(); in pathAndDisplayCutoutFromSpec() local
749 boundRight, boundBottom, false /* copyArguments */); in pathAndDisplayCutoutFromSpec()