Merge "Add wallpaper input consumer to WindowManagerService" into nyc-dev am: b7d08c3

am: 72e7feb

* commit '72e7feb221c58536a4a4e5116fa7bc4f5ffee8b0':
  Add wallpaper input consumer to WindowManagerService

Change-Id: I89a9bbf331bbd02bc53a3b47b4157d9e4904964c
This commit is contained in:
Vladislav Kaznacheev
2016-03-31 18:49:44 +00:00
committed by android-build-merger
6 changed files with 101 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();
}