Merge "TouchExplorerTest: fix run error." into sc-dev am: 1219bfb27f
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15374641 Change-Id: Iaac0d63bc773f056bf082e97ff40615dd551c04c
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