Some cleanup for SwipeDetector.

It is now organized as follows:
 - private constants
 - public constants
 - private final fields
 - private variable fields
 - constructors
 - public methods
 - private methods
 - public interface/abstract class

This is intended to be a functional no-op.

Bug: 141939911
Change-Id: Iad5a9b3b73b35641f8a4f1d52ada6adef3825c47
Tested: Built and sanity checked manually.
This commit is contained in:
Andy Wickham
2019-10-01 13:52:22 -07:00
parent 4c420047cf
commit 769c795edf
3 changed files with 137 additions and 152 deletions
@@ -16,6 +16,8 @@
package com.android.launcher3.notification;
import static com.android.launcher3.touch.SwipeDetector.HORIZONTAL;
import android.app.Notification;
import android.content.Context;
import android.graphics.Color;
@@ -33,8 +35,6 @@ import com.android.launcher3.util.Themes;
import java.util.List;
import static com.android.launcher3.touch.SwipeDetector.HORIZONTAL;
/**
* Utility class to manage notification UI
*/