Loading tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java +0 −4 Original line number Diff line number Diff line Loading @@ -845,10 +845,6 @@ public final class LauncherInstrumentation { mDevice.waitForIdle(); } float getDisplayDensity() { return mInstrumentation.getTargetContext().getResources().getDisplayMetrics().density; } int getTouchSlop() { return ViewConfiguration.get(getContext()).getScaledTouchSlop(); } Loading Loading
tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java +0 −4 Original line number Diff line number Diff line Loading @@ -845,10 +845,6 @@ public final class LauncherInstrumentation { mDevice.waitForIdle(); } float getDisplayDensity() { return mInstrumentation.getTargetContext().getResources().getDisplayMetrics().density; } int getTouchSlop() { return ViewConfiguration.get(getContext()).getScaledTouchSlop(); } Loading