summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Android Build Merger (Role) <noreply-android-build-merger@google.com> 2019-07-22 22:55:30 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2019-07-22 22:55:30 +0000
commit7a5502fea00ac02888eb79a825baecbab4d27715 (patch)
treef9f3eb71b585b17cf72a5c1d22b7666aeea48271
parent5c8d9dbbccd35eb5ca3847f3f0e2995b5caa1fbb (diff)
parent07b2351189e19da2c15cd66ceec699139568f16a (diff)
Merge "Merge "docs: Fixed link in setCurrentTab() description" into qt-dev am: 2839f24e64 am: 21083088e9 am: 655931d20f"
-rw-r--r--core/java/android/widget/TabWidget.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/widget/TabWidget.java b/core/java/android/widget/TabWidget.java
index 49a0f39b3bad..4c67b080252a 100644
--- a/core/java/android/widget/TabWidget.java
+++ b/core/java/android/widget/TabWidget.java
@@ -433,7 +433,7 @@ public class TabWidget extends LinearLayout implements OnFocusChangeListener {
* to the next tabbed view, in this example).
* <p>
* To move both the focus AND the selected tab at once, please use
- * {@link #setCurrentTab}. Normally, the view logic takes care of
+ * {@link #focusCurrentTab}. Normally, the view logic takes care of
* adjusting the focus, so unless you're circumventing the UI,
* you'll probably just focus your interest here.
*