Home | History | Annotate | Download | only in touch

Lines Matching defs:mTouchSlop

49     private int mTouchSlop;
64 mDetector = new SwipeDetector(mTouchSlop, mMockListener, SwipeDetector.VERTICAL);
66 mTouchSlop = ViewConfiguration.get(InstrumentationRegistry.getTargetContext())
68 L("mTouchSlop=", mTouchSlop);
74 mGenerator.move(0, 100, 100 + mTouchSlop);
82 mGenerator.move(0, 100 + mTouchSlop, 100);
89 mDetector = new SwipeDetector(mTouchSlop, mMockListener, SwipeDetector.HORIZONTAL);
93 mGenerator.move(0, 100 + mTouchSlop, 100);
101 mGenerator.move(0, 100, 100 + mTouchSlop);
109 mGenerator.move(0, 100, 100 + mTouchSlop);
110 mGenerator.move(0, 100, 100 + mTouchSlop * 2);