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:
@@ -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