Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/java/src/org/chromium/android_webview/
H A DAwContents.java457 private float mContentWidthDip; field in AwContents
1695 return (int) Math.ceil(mContentWidthDip); in getContentWidthCss()
3531 mContentWidthDip = contentWidthDip; in updateScrollState()