Remove unused getDisplayDensity
am: 5f660f40c7
Change-Id: I126ce4fa342f5d89c6e7f0d83b059479854a08aa
This commit is contained in:
@@ -845,10 +845,6 @@ public final class LauncherInstrumentation {
|
|||||||
mDevice.waitForIdle();
|
mDevice.waitForIdle();
|
||||||
}
|
}
|
||||||
|
|
||||||
float getDisplayDensity() {
|
|
||||||
return mInstrumentation.getTargetContext().getResources().getDisplayMetrics().density;
|
|
||||||
}
|
|
||||||
|
|
||||||
int getTouchSlop() {
|
int getTouchSlop() {
|
||||||
return ViewConfiguration.get(getContext()).getScaledTouchSlop();
|
return ViewConfiguration.get(getContext()).getScaledTouchSlop();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user