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

/frameworks/base/core/java/android/webkit/
H A DWebView.java692 // use DEFAULT_VIEWPORT_WIDTH as the default viewport width
693 static final int DEFAULT_VIEWPORT_WIDTH = 800; field in class:WebView
699 static int sMaxViewportWidth = DEFAULT_VIEWPORT_WIDTH;
720 int mZoomOverviewWidth = DEFAULT_VIEWPORT_WIDTH;
6896 / DEFAULT_VIEWPORT_WIDTH;

Completed in 76 milliseconds