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:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user