Merge "Merge "Update the description of getWaterfallInsets()" into rvc-dev am: b578ddde3e am: 9f4ea365f7" into rvc-d1-dev-plus-aosp am: 2579345da5

Change-Id: Ia447870a9df18532ac95ebfdef1ee4f4648d18b4
This commit is contained in:
Automerger Merge Worker
2020-04-24 06:36:22 +00:00

View File

@@ -332,7 +332,14 @@ public final class DisplayCutout {
}
/**
* Return the waterfall insets.
* Returns the insets representing the curved areas of a waterfall display.
*
* A waterfall display has curved areas along the edges of the screen. Apps should be careful
* when showing UI and handling touch input in those insets because the curve may impair
* legibility and can frequently lead to unintended touch inputs.
*
* @return the insets for the curved areas of a waterfall display in pixels or {@code
* Insets.NONE} if there are no curved areas or they don't overlap with the window.
*/
public @NonNull Insets getWaterfallInsets() {
return mWaterfallInsets;