aboutsummaryrefslogtreecommitdiffstats
path: root/system-api
diff options
context:
space:
mode:
authorDanesh M <daneshm90@gmail.com>2016-03-31 20:33:18 -0700
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-04-01 11:17:16 -0700
commitd549053b2df52f27e43c43c2dca939b5428c322e (patch)
tree33d9d044dda16e5284bed31b2f1a69a219e9d3ef /system-api
parent42a1a85427b49dddcff69ceb5bdf213cde510312 (diff)
downloadvendor_cmsdk-d549053b2df52f27e43c43c2dca939b5428c322e.zip
vendor_cmsdk-d549053b2df52f27e43c43c2dca939b5428c322e.tar.gz
vendor_cmsdk-d549053b2df52f27e43c43c2dca939b5428c322e.tar.bz2
CmSdk : Swipe offsets and show lockscreen
Allows live lockscreen to listen to keyguard offsets and show lockscreen. Change-Id: I1a06c78b95e4e6940e063c6e0ba0e4db44a3c380
Diffstat (limited to 'system-api')
-rw-r--r--system-api/cm_system-current.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/system-api/cm_system-current.txt b/system-api/cm_system-current.txt
index 9ca1fcf..810935a 100644
--- a/system-api/cm_system-current.txt
+++ b/system-api/cm_system-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();
}
}