diff options
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/view/Window.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/view/Window.java b/core/java/android/view/Window.java index 2e5c1e0..6944c53 100644 --- a/core/java/android/view/Window.java +++ b/core/java/android/view/Window.java @@ -364,7 +364,7 @@ public abstract class Window { /** * This hook is called whenever the window focus changes. See * {@link View#onWindowFocusChanged(boolean) - * View.onWindowFocusChanged(boolean)} for more information. + * View.onWindowFocusChangedNotLocked(boolean)} for more information. * * @param hasFocus Whether the window now has focus. */ |
