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

  /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 39 import com.android.systemui.SwipeHelper;
58 class TaskStackViewTouchHandler implements SwipeHelper.Callback {
106 SwipeHelper mSwipeHelper;
122 mSwipeHelper = new SwipeHelper(SwipeHelper.X, this, context) {
435 /**** SwipeHelper Implementation ****/
  /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";
99 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 78 import com.android.systemui.SwipeHelper;
122 implements SwipeHelper.Callback, ExpandHelper.Callback, ScrollAdapter,
445 mSwipeHelper = new NotificationSwipeHelper(SwipeHelper.X, this, getContext());
    [all...]

Completed in 152 milliseconds