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

  /development/samples/devbytes/animation/ListViewRemovalAnimation/src/com/example/android/listviewremovalanimation/
ListViewRemovalAnimation.java 73 private int mSwipeSlop = -1;
77 if (mSwipeSlop < 0) {
78 mSwipeSlop = ViewConfiguration.get(ListViewRemovalAnimation.this).
101 if (deltaXAbs > mSwipeSlop) {
  /development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/
ListViewItemAnimations.java 91 private int mSwipeSlop = -1;
96 if (mSwipeSlop < 0) {
97 mSwipeSlop = ViewConfiguration.get(ListViewItemAnimations.this).
125 if (deltaXAbs > mSwipeSlop) {
  /developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/cardstream/
CardStreamLinearLayout.java 131 private int mSwipeSlop = -1;
274 if (mSwipeSlop < 0) {
276 mSwipeSlop = ViewConfiguration.get(getContext()).getScaledTouchSlop();
282 if( absDeltaX > mSwipeSlop )
434 mSwipeSlop = ViewConfiguration.get(getContext()).getScaledTouchSlop();
  /development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
CardStreamLinearLayout.java 131 private int mSwipeSlop = -1;
274 if (mSwipeSlop < 0) {
276 mSwipeSlop = ViewConfiguration.get(getContext()).getScaledTouchSlop();
282 if( absDeltaX > mSwipeSlop )
434 mSwipeSlop = ViewConfiguration.get(getContext()).getScaledTouchSlop();

Completed in 3695 milliseconds