mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 10:48:19 +00:00
Listening to progress of all apps transition.
This will be used to synchronize keyboard popup. Also setting edittext before disabling to allow plugin to perform some cleanup Change-Id: Ib9b4ab33d4292fe5d827c37f33c546a9fe6cb002
This commit is contained in:
@@ -19,7 +19,6 @@ package com.android.systemui.plugins;
|
||||
import android.app.Activity;
|
||||
import android.view.ViewGroup;
|
||||
import android.widget.EditText;
|
||||
|
||||
import com.android.systemui.plugins.annotations.ProvidesInterface;
|
||||
|
||||
/**
|
||||
@@ -32,4 +31,5 @@ public interface AllAppsSearchPlugin extends Plugin {
|
||||
|
||||
void setup(ViewGroup parent, Activity activity);
|
||||
void setEditText(EditText editText);
|
||||
void setProgress(float progress);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user