Merge "TouchExplorerTest: fix run error." into sc-dev
This commit is contained in:
@@ -145,7 +145,6 @@ public class TouchExplorerTest {
|
|||||||
}
|
}
|
||||||
mContext = InstrumentationRegistry.getContext();
|
mContext = InstrumentationRegistry.getContext();
|
||||||
mTouchSlop = ViewConfiguration.get(mContext).getScaledTouchSlop();
|
mTouchSlop = ViewConfiguration.get(mContext).getScaledTouchSlop();
|
||||||
AccessibilityManagerService ams = new AccessibilityManagerService(mContext);
|
|
||||||
mCaptor = new EventCaptor();
|
mCaptor = new EventCaptor();
|
||||||
mHandler = new TestHandler();
|
mHandler = new TestHandler();
|
||||||
mTouchExplorer = new TouchExplorer(mContext, mMockAms, null, mHandler);
|
mTouchExplorer = new TouchExplorer(mContext, mMockAms, null, mHandler);
|
||||||
|
|||||||
Reference in New Issue
Block a user