diff --git a/policy/com/android/internal/policy/impl/LockScreen.java b/policy/com/android/internal/policy/impl/LockScreen.java index 13207b70b0c70..32736f838d368 100644 --- a/policy/com/android/internal/policy/impl/LockScreen.java +++ b/policy/com/android/internal/policy/impl/LockScreen.java @@ -247,6 +247,11 @@ class LockScreen extends LinearLayout implements KeyguardScreen, KeyguardUpdateM } } + /** {@inheritDoc} */ + public void onGrabbedStateChange(View v, int grabbedState) { + // TODO: Update onscreen hint text based on the new state. + } + /** * Displays a message in a text view and then removes it. * @param textView The text view. @@ -556,4 +561,3 @@ class LockScreen extends LinearLayout implements KeyguardScreen, KeyguardUpdateM mUpdateMonitor.removeCallback(this); } } -