Merge "Add window focus / visibility changed signals to AllAppsSearchPlugin" into ub-launcher3-master
This commit is contained in:
committed by
Android (Google) Code Review
commit
d5486d0a81
@@ -42,6 +42,12 @@ public interface AllAppsSearchPlugin extends Plugin {
|
||||
void onStateTransitionStart(int fromState, int toState);
|
||||
void onStateTransitionComplete(int state);
|
||||
|
||||
/**
|
||||
* Send launcher window focus and visibility changed signals.
|
||||
*/
|
||||
void onWindowFocusChanged(boolean hasFocus);
|
||||
void onWindowVisibilityChanged(int visibility);
|
||||
|
||||
/**
|
||||
* Send signal when user starts typing, perform search, when search ends
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user