HomeSort by relevance Sort by last modified time
    Searched defs:startZoomAnimation (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/webkit/
ZoomManager.java 38 * (1) The first method is triggered by startZoomAnimation(...) and is a fixed
413 return startZoomAnimation(mActualScale * zoomMultiplier,
422 public boolean startZoomAnimation(float scale, boolean reflowText) {
455 * to the desired scale which was specified in startZoomAnimation(...).
457 * A fixed length animation begins when startZoomAnimation(...) is called and
702 startZoomAnimation(getZoomOverviewScale(),
723 startZoomAnimation(readingScale,
    [all...]
WebViewClassic.java     [all...]

Completed in 28 milliseconds