Good riddance UserEventDispatcher [1/n]

Bug: 165675920
Change-Id: I237ed4243e1724b3c370c5660673bb3966bf4811
This commit is contained in:
Hyunyoung Song
2020-08-22 23:24:43 -07:00
parent ec50c06c99
commit 6b670d62df
37 changed files with 9 additions and 533 deletions

View File

@@ -536,11 +536,6 @@ public class AppWidgetResizeFrame extends AbstractFloatingView implements View.O
mDragLayer.removeView(this);
}
@Override
public void logActionCommand(int command) {
// TODO: Log this case.
}
@Override
protected boolean isOfType(int type) {
return (type & TYPE_WIDGET_RESIZE_FRAME) != 0;