HomeSort by relevance Sort by last modified time
    Searched defs:SwipeHelper (Results 1 - 4 of 4) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SwipeHelper.java 37 public class SwipeHelper implements Gefingerpoken {
38 static final String TAG = "com.android.systemui.SwipeHelper";
87 public SwipeHelper(int swipeDirection, Callback callback, Context context) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
SwipeHelper.java 38 public class SwipeHelper {
39 static final String TAG = "SwipeHelper";
78 public SwipeHelper(int swipeDirection, Callback callback, float densityScale,
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
SwipeHelper.java 37 public class SwipeHelper {
38 static final String TAG = "com.android.systemui.SwipeHelper";
84 public SwipeHelper(Context context, int swipeDirection, Callback callback, float densityScale,
  /packages/apps/Dialer/src/com/android/dialer/list/
SwipeHelper.java 37 * Copy of packages/apps/UnifiedEmail - com.android.mail.ui.SwipeHelper with changes.
39 public class SwipeHelper {
40 static final String TAG = SwipeHelper.class.getSimpleName();
95 public SwipeHelper(Context context, int swipeDirection, SwipeHelperCallback callback, float densityScale,

Completed in 321 milliseconds