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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsHorizontalScrollView.java 37 import com.android.systemui.SwipeHelper;
44 implements SwipeHelper.Callback, RecentsPanelView.RecentsScrollView {
51 private SwipeHelper mSwipeHelper;
59 mSwipeHelper = new SwipeHelper(SwipeHelper.Y, this, context);
RecentsVerticalScrollView.java 37 import com.android.systemui.SwipeHelper;
44 implements SwipeHelper.Callback, RecentsPanelView.RecentsScrollView {
51 private SwipeHelper mSwipeHelper;
59 mSwipeHelper = new SwipeHelper(SwipeHelper.X, this, context);
  /packages/apps/Dialer/src/com/android/dialer/list/
ShortcutCardsAdapter.java 38 import com.android.dialer.list.SwipeHelper.OnItemGestureListener;
39 import com.android.dialer.list.SwipeHelper.SwipeHelperCallback;
223 private SwipeHelper mSwipeHelper;
234 mSwipeHelper = new SwipeHelper(context, SwipeHelper.X, this,
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,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
HeadsUpNotificationView.java 42 import com.android.systemui.SwipeHelper;
49 public class HeadsUpNotificationView extends FrameLayout implements SwipeHelper.Callback, ExpandHelper.Callback,
64 private SwipeHelper mSwipeHelper;
247 mSwipeHelper = new SwipeHelper(SwipeHelper.X, this, getContext());
371 // SwipeHelper.Callback methods
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackViewTouchHandler.java 30 class TaskStackViewTouchHandler implements SwipeHelper.Callback {
55 SwipeHelper mSwipeHelper;
70 mSwipeHelper = new SwipeHelper(SwipeHelper.X, this, densityScale, mPagingTouchSlop);
357 /**** SwipeHelper Implementation ****/
SwipeHelper.java 38 public class SwipeHelper {
39 static final String TAG = "SwipeHelper";
77 public SwipeHelper(int swipeDirection, Callback callback, float densityScale,
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
SwipeableListView.java 42 import com.android.mail.ui.SwipeHelper.Callback;
54 private final SwipeHelper mSwipeHelper;
61 * When set, we prevent the SwipeHelper from kicking in at all. This
93 mSwipeHelper = new SwipeHelper(context, SwipeHelper.X, this, densityScale,
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,
  /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/statusbar/stack/
NotificationStackScrollLayout.java 38 import com.android.systemui.SwipeHelper;
58 implements SwipeHelper.Callback, ExpandHelper.Callback, ScrollAdapter,
73 private SwipeHelper mSwipeHelper;
192 private SwipeHelper.LongPressListener mLongPressListener;
240 mSwipeHelper = new SwipeHelper(SwipeHelper.X, this, getContext());
519 public void setLongPressListener(SwipeHelper.LongPressListener listener) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java 93 import com.android.systemui.SwipeHelper;
    [all...]

Completed in 1177 milliseconds