Searched refs:pinchEnd (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DZoomManager.java70 mContentViewCore.getContentViewGestureHandler().pinchEnd(getEventTime(detector));
H A DContentView.java315 * Start pinch zoom. You must call {@link #pinchEnd} to stop.
326 public void pinchEnd(long timeMs) { method in class:ContentView
327 mContentViewCore.getContentViewGestureHandler().pinchEnd(timeMs);
H A DContentViewGestureHandler.java646 pinchEnd(event.getEventTime());
712 void pinchEnd(long timeMs) { method in class:ContentViewGestureHandler
H A DContentViewCore.java2808 getContentViewGestureHandler().pinchEnd(timeMs);

Completed in 77 milliseconds