Remove unused getDisplayDensity
Change-Id: I4c63f4f8c0b0d8596e6b2db9839af059961157a8
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user