Loading core/java/android/webkit/WebView.java +2 −0 Original line number Diff line number Diff line Loading @@ -5039,6 +5039,8 @@ public class WebView extends AbsoluteLayout if (!mAllowPanAndScale) { return true; } mPrivateHandler.removeMessages(SWITCH_TO_SHORTPRESS); mPrivateHandler.removeMessages(SWITCH_TO_LONGPRESS); } x = mScaleDetector.getFocusX(); y = mScaleDetector.getFocusY(); Loading Loading
core/java/android/webkit/WebView.java +2 −0 Original line number Diff line number Diff line Loading @@ -5039,6 +5039,8 @@ public class WebView extends AbsoluteLayout if (!mAllowPanAndScale) { return true; } mPrivateHandler.removeMessages(SWITCH_TO_SHORTPRESS); mPrivateHandler.removeMessages(SWITCH_TO_LONGPRESS); } x = mScaleDetector.getFocusX(); y = mScaleDetector.getFocusY(); Loading