Add wallpaper input consumer to WindowManagerService am: 6013a55

am: ce230a4

* commit 'ce230a40d24308931e7915b8c5f42fa968f97303':
  Add wallpaper input consumer to WindowManagerService

Change-Id: I9c4c8119f1df29d4683d307043f5c789dd3b3ffb
This commit is contained in:
Vladislav Kaznacheev
2016-03-31 02:22:22 +00:00
committed by android-build-merger
5 changed files with 95 additions and 31 deletions

View File

@@ -400,4 +400,14 @@ interface IWindowManager
* @hide
*/
void registerShortcutKey(in long shortcutCode, IShortcutService keySubscriber);
/**
* Create the input consumer for wallpaper events.
*/
void createWallpaperInputConsumer(out InputChannel inputChannel);
/**
* Remove the input consumer for wallpaper events.
*/
void removeWallpaperInputConsumer();
}