Searched defs:pinchEnd (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DContentView.java322 * Start pinch zoom. You must call {@link #pinchEnd} to stop.
333 public void pinchEnd(long timeMs) { method in class:ContentView
334 mContentViewCore.getContentViewGestureHandler().pinchEnd(timeMs);
H A DContentViewGestureHandler.java678 pinchEnd(event.getEventTime());
743 void pinchEnd(long timeMs) { method in class:ContentViewGestureHandler

Completed in 60 milliseconds