From d549053b2df52f27e43c43c2dca939b5428c322e Mon Sep 17 00:00:00 2001 From: Danesh M Date: Thu, 31 Mar 2016 20:33:18 -0700 Subject: CmSdk : Swipe offsets and show lockscreen Allows live lockscreen to listen to keyguard offsets and show lockscreen. Change-Id: I1a06c78b95e4e6940e063c6e0ba0e4db44a3c380 --- api/cm_current.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'api') 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(); } } -- cgit v1.1