mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-15 16:48:20 +00:00
Setup logging pipeline for search results
Bug: 168121204 Test: Manual Change-Id: I4abb6c75aa0f22416616a713733bef2802b703d1
This commit is contained in:
@@ -47,7 +47,10 @@ public interface AllAppsSearchPlugin extends Plugin {
|
||||
*/
|
||||
void performSearch(String query, Consumer<List<SearchTarget>> results);
|
||||
|
||||
void onClick(boolean isTouch, SearchTargetEvent event);
|
||||
/**
|
||||
* Send over search target interaction events to Plugin
|
||||
*/
|
||||
void notifySearchTargetEvent(SearchTargetEvent event);
|
||||
|
||||
/**
|
||||
* Send signal when user exits all apps.
|
||||
|
||||
Reference in New Issue
Block a user