Home
last modified time | relevance | path

Searched refs:mMockConfig (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/tests/src/com/android/launcher3/touch/
DSingleAxisSwipeDetectorTest.java66 private ViewConfiguration mMockConfig; field in SingleAxisSwipeDetectorTest
74 doReturn(orgConfig.getScaledMaximumFlingVelocity()).when(mMockConfig) in setup()
77 mDetector = new SingleAxisSwipeDetector(mMockConfig, mMockListener, VERTICAL, false); in setup()
80 doReturn(mTouchSlop).when(mMockConfig).getScaledTouchSlop(); in setup()
87 mDetector = new SingleAxisSwipeDetector(mMockConfig, mMockListener, VERTICAL, false); in testDragStart_verticalPositive()
97 mDetector = new SingleAxisSwipeDetector(mMockConfig, mMockListener, VERTICAL, false); in testDragStart_verticalNegative()
115 mDetector = new SingleAxisSwipeDetector(mMockConfig, mMockListener, HORIZONTAL, false); in testDragStart_horizontalPositive()
126 mDetector = new SingleAxisSwipeDetector(mMockConfig, mMockListener, HORIZONTAL, false); in testDragStart_horizontalNegative()
137 mDetector = new SingleAxisSwipeDetector(mMockConfig, mMockListener, HORIZONTAL, true); in testDragStart_horizontalRtlPositive()
148 mDetector = new SingleAxisSwipeDetector(mMockConfig, mMockListener, HORIZONTAL, true); in testDragStart_horizontalRtlNegative()