Remove unused getDisplayDensity
Change-Id: I4c63f4f8c0b0d8596e6b2db9839af059961157a8
This commit is contained in:
parent
6929199c8a
commit
5f660f40c7
|
@ -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…
Reference in New Issue