Add basic logs for tap outside action.

Change-Id: I6288610b9870c3abe88794c53309b1d76dd2780f
This commit is contained in:
Jon Miranda
2017-02-07 17:12:36 -08:00
parent 4b20e0c312
commit c6cf493b07
6 changed files with 31 additions and 1 deletions

View File

@@ -121,4 +121,6 @@ public abstract class AbstractFloatingView extends LinearLayout {
public static AbstractFloatingView getTopOpenView(Launcher launcher) {
return getOpenView(launcher, TYPE_FOLDER | TYPE_POPUP_CONTAINER_WITH_ARROW);
}
public abstract int getLogContainerType();
}