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.java68 private ViewConfiguration mMockConfig; field in SingleAxisSwipeDetectorTest
76 doReturn(orgConfig.getScaledMaximumFlingVelocity()).when(mMockConfig) in setup()
80 mMockConfig, mMockListener, VERTICAL, false); in setup()
83 doReturn(mTouchSlop).when(mMockConfig).getScaledTouchSlop(); in setup()
91 mMockConfig, mMockListener, VERTICAL, false); in testDragStart_verticalPositive()
102 mMockConfig, mMockListener, VERTICAL, false); in testDragStart_verticalNegative()
121 mMockConfig, mMockListener, HORIZONTAL, false); in testDragStart_horizontalPositive()
133 mMockConfig, mMockListener, HORIZONTAL, false); in testDragStart_horizontalNegative()
145 mMockConfig, mMockListener, HORIZONTAL, true); in testDragStart_horizontalRtlPositive()
157 mMockConfig, mMockListener, HORIZONTAL, true); in testDragStart_horizontalRtlNegative()