Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c3dfd4ef authored by vadimt's avatar vadimt Committed by android-build-merger
Browse files

Remove unused getDisplayDensity

am: 5f660f40

Change-Id: I126ce4fa342f5d89c6e7f0d83b059479854a08aa
parents ec1ae481 5f660f40
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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();
    }