summaryrefslogtreecommitdiff
path: root/core/java/android/view/View.java
diff options
context:
space:
mode:
authorMark Renouf <mrenouf@google.com>2021-04-20 16:09:14 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2021-04-20 16:09:14 +0000
commit4b45c3601b4e641a5e84b600a989763f2dc0ebff (patch)
tree194bdd8efcd6daeb7e5b908c0d0e5779f81b800f /core/java/android/view/View.java
parente7f4889bebb201522ce52c1ca8a9e2baebd2d757 (diff)
parentc14734d86537138ecdb5b05bc76e793e838320e0 (diff)
Merge "Account for padding in dispatchScrollCaptureSearch" into sc-dev
Diffstat (limited to 'core/java/android/view/View.java')
-rw-r--r--core/java/android/view/View.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/view/View.java b/core/java/android/view/View.java
index 03c40cb03d6f..bed5eea2d199 100644
--- a/core/java/android/view/View.java
+++ b/core/java/android/view/View.java
@@ -1494,7 +1494,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
public static final int SCROLL_CAPTURE_HINT_AUTO = 0;
/**
- * Explicitly exclcude this view as a potential scroll capture target. The system will not
+ * Explicitly exclude this view as a potential scroll capture target. The system will not
* consider it. Mutually exclusive with {@link #SCROLL_CAPTURE_HINT_INCLUDE}, which this flag
* takes precedence over.
*