Searched refs:webviewEnd (Results 1 – 1 of 1) sorted by relevance
1244 final int webviewEnd = (int) (mWebView.getContentHeight() * in onKey() local1247 if (currentEnd < webviewEnd) { in onKey()1248 mWebView.scrollBy(0, Math.min(webviewEnd - currentEnd, in onKey()