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

  /packages/apps/Launcher3/src/com/android/launcher3/notification/
NotificationItemView.java 54 private SwipeHelper mSwipeHelper;
76 mSwipeHelper = new SwipeHelper(SwipeHelper.X, mMainView, getContext());
NotificationMainView.java 42 public class NotificationMainView extends FrameLayout implements SwipeHelper.Callback {
116 // SwipeHelper.Callback's
SwipeHelper.java 41 public class SwipeHelper {
42 static final String TAG = "SwipeHelper";
92 public SwipeHelper(int swipeDirection, Callback callback, Context context) {
  /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/recents/views/
TaskStackViewTouchHandler.java 40 import com.android.systemui.SwipeHelper;
59 class TaskStackViewTouchHandler implements SwipeHelper.Callback {
107 SwipeHelper mSwipeHelper;
123 mSwipeHelper = new SwipeHelper(SwipeHelper.X, this, context) {
437 /**** SwipeHelper Implementation ****/
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
CarStatusBar.java 39 import com.android.systemui.SwipeHelper;
180 * Returns the {@link com.android.systemui.SwipeHelper.LongPressListener} that will be
184 protected SwipeHelper.LongPressListener getNotificationLongClicker() {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SwipeHelper.java 42 public class SwipeHelper implements Gefingerpoken {
43 static final String TAG = "com.android.systemui.SwipeHelper";
98 public SwipeHelper(int swipeDirection, Callback callback, Context context) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationMenuRow.java 19 import static com.android.systemui.SwipeHelper.SWIPED_FAR_ENOUGH_SIZE_FRACTION;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java 65 import com.android.systemui.SwipeHelper;
101 implements SwipeHelper.Callback, ExpandHelper.Callback, ScrollAdapter,
233 private SwipeHelper.LongPressListener mLongPressListener;
399 mSwipeHelper = new NotificationSwipeHelper(SwipeHelper.X, this, getContext());
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBar.java 162 import com.android.systemui.SwipeHelper;
    [all...]

Completed in 3719 milliseconds