diff options
Diffstat (limited to 'packages/SystemUI/src/com/android/keyguard/KeyguardViewController.java')
-rw-r--r-- | packages/SystemUI/src/com/android/keyguard/KeyguardViewController.java | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/SystemUI/src/com/android/keyguard/KeyguardViewController.java b/packages/SystemUI/src/com/android/keyguard/KeyguardViewController.java index 015c4e44185b..ecc8c0074e18 100644 --- a/packages/SystemUI/src/com/android/keyguard/KeyguardViewController.java +++ b/packages/SystemUI/src/com/android/keyguard/KeyguardViewController.java @@ -146,6 +146,13 @@ public interface KeyguardViewController { void startPreHideAnimation(Runnable finishRunnable); /** + * Blocks the current touch gesture from affecting the expansion amount of the notification + * panel. This is used after a completed unlock gesture to ignore further dragging before an + * ACTION_UP. + */ + void blockPanelExpansionFromCurrentTouch(); + + /** * @return the ViewRootImpl of the View where the Keyguard is mounted. */ ViewRootImpl getViewRootImpl(); |