diff options
Diffstat (limited to 'api/cm_current.txt')
-rw-r--r-- | api/cm_current.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/api/cm_current.txt b/api/cm_current.txt index 9ca1fcf..810935a 100644 --- a/api/cm_current.txt +++ b/api/cm_current.txt @@ -435,11 +435,13 @@ package cyanogenmod.externalviews { method protected void onDetach(); method protected abstract void onKeyguardDismissed(); method protected abstract void onKeyguardShowing(boolean); + method protected void onLockscreenSlideOffsetChanged(float); method protected abstract void onScreenTurnedOff(); method protected abstract void onScreenTurnedOn(); method protected final boolean requestDismiss(); method protected final boolean requestDismissAndStartActivity(android.content.Intent); method protected final void setInteractivity(boolean); + method protected final void slideLockscreenIn(); } } |