Sending notification and widget changes to a listner so that

popups outside Launcher can also listen for changes

Change-Id: I2eb2d8374a6806381e1c682eaef3cc35f30693df
This commit is contained in:
Sunny Goyal
2019-02-04 16:26:42 -08:00
parent 330b857c42
commit 202ae0b0f5
9 changed files with 66 additions and 44 deletions

View File

@@ -133,9 +133,6 @@ public abstract class AbstractFloatingView extends LinearLayout implements Touch
return mIsOpen;
}
protected void onWidgetsBound() {
}
protected abstract boolean isOfType(@FloatingViewType int type);
/** @return Whether the back is consumed. If false, Launcher will handle the back as well. */