diff --git a/core/java/android/view/View.java b/core/java/android/view/View.java index b2449d5b53404..4e86e60fdd62d 100644 --- a/core/java/android/view/View.java +++ b/core/java/android/view/View.java @@ -11085,6 +11085,13 @@ public class View implements Drawable.Callback, KeyEvent.Callback, * *
Do not modify the provided list after this method is called.
* + *Note: the system will put a limit of 200dp on the vertical extent of the
+ * exclusions it takes into account. The limit does not apply while the navigation
+ * bar is {@link #SYSTEM_UI_FLAG_IMMERSIVE_STICKY stickily} hidden, nor to the
+ * {@link android.inputmethodservice.InputMethodService input method} and
+ * {@link Intent#CATEGORY_HOME home activity}.
+ *
Note: the system will put a limit of 200dp on the vertical extent of the
+ * exclusions it takes into account. The limit does not apply while the navigation
+ * bar is {@link View#SYSTEM_UI_FLAG_IMMERSIVE_STICKY stickily} hidden, nor to the
+ * {@link android.inputmethodservice.InputMethodService input method} and
+ * {@link Intent#CATEGORY_HOME home activity}.
+ *
Simple taps are guaranteed to reach the window even within the system gesture insets, * as long as they are outside the {@link #getTappableElementInsets() system window insets}. *