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

/frameworks/base/core/java/android/webkit/
H A DWebView.java680 // use DEFAULT_VIEWPORT_WIDTH as the default viewport width
681 static final int DEFAULT_VIEWPORT_WIDTH = 800; field in class:WebView
687 static int sMaxViewportWidth = DEFAULT_VIEWPORT_WIDTH;
708 int mZoomOverviewWidth = DEFAULT_VIEWPORT_WIDTH;
6413 / DEFAULT_VIEWPORT_WIDTH;

Completed in 104 milliseconds