diff options
| author | Adrian Roos <roosa@google.com> | 2019-08-02 05:52:49 -0700 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2019-08-02 05:52:49 -0700 |
| commit | 6344ea3020e1eba176fb68fd290dbb5602ec99d4 (patch) | |
| tree | e5d00d9292b112dc51bd50518484e7d078dab10e /core/java/android/view/View.java | |
| parent | 388295e97f1cb5d477f3d83dbc97ab8340217215 (diff) | |
| parent | dbab020f04a8ba0988dcca89e5069b1a6b03ae71 (diff) | |
Merge "GestureNav: Clarify javadoc in regards to exclusion limits" into qt-dev am: c9f4bcae57
am: dbab020f04
Change-Id: Ia21ae36cf8c244af8d56027e7a251daa303bc6f0
Diffstat (limited to 'core/java/android/view/View.java')
| -rw-r--r-- | core/java/android/view/View.java | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/java/android/view/View.java b/core/java/android/view/View.java index b2449d5b5340..4e86e60fdd62 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, * * <p>Do not modify the provided list after this method is called.</p> * + * <p>Note: the system will put a limit of <code>200dp</code> 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}. + * </p> + * * @param rects A list of precision gesture regions that this view needs to function correctly */ public void setSystemGestureExclusionRects(@NonNull List<Rect> rects) { |
