diff options
| author | 2023-09-20 20:59:18 +0000 | |
|---|---|---|
| committer | 2023-09-20 20:59:18 +0000 | |
| commit | 5b8d258a4bbb9ddff5a76ac86b710969019d1b0d (patch) | |
| tree | 7213610c61c7a1a1714ce64f806a5dab89b21eef | |
| parent | 53d29b37b647e2e079d66489c5885e9fe3c899c1 (diff) | |
| parent | 1fbb1a06d8056bc2625987bf90f7e956fbc7b1c5 (diff) | |
Merge "Fix javadoc indentation level" into main
| -rw-r--r-- | core/java/android/view/View.java | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/core/java/android/view/View.java b/core/java/android/view/View.java index 30fd2cfa5f28..4d53b2c6b821 100644 --- a/core/java/android/view/View.java +++ b/core/java/android/view/View.java @@ -1584,11 +1584,11 @@ public class View implements Drawable.Callback, KeyEvent.Callback, */ static final int DISABLED = 0x00000020; - /** - * Mask for use with setFlags indicating bits used for indicating whether - * this view is enabled - * {@hide} - */ + /** + * Mask for use with setFlags indicating bits used for indicating whether + * this view is enabled + * {@hide} + */ static final int ENABLED_MASK = 0x00000020; /** @@ -15251,13 +15251,13 @@ public class View implements Drawable.Callback, KeyEvent.Callback, } } - /** - * @see #performAccessibilityAction(int, Bundle) - * - * Note: Called from the default {@link AccessibilityDelegate}. - * - * @hide - */ + /** + * @see #performAccessibilityAction(int, Bundle) + * + * Note: Called from the default {@link AccessibilityDelegate}. + * + * @hide + */ @UnsupportedAppUsage public boolean performAccessibilityActionInternal(int action, @Nullable Bundle arguments) { if (isNestedScrollingEnabled() @@ -17391,7 +17391,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, return attachInfo.mHandler.hasCallbacks(mPendingCheckForLongPress); } - /** + /** * Remove the pending click action */ @UnsupportedAppUsage |