Home
last modified time | relevance | path

Searched refs:expectedContentHeight (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewTest.java1643 final int expectedContentHeight = pageHeight + pageHeight + extraSpace; in testGetContentHeight() local
1644 return Math.abs(expectedContentHeight - mOnUiThread.getContentHeight()) in testGetContentHeight()