Searched defs:mContentWidthDip (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwContents.java237 private float mContentWidthDip; field in class:AwContents
1026 return (int) Math.ceil(mContentWidthDip);
2137 mContentWidthDip = contentWidthDip;

Completed in 79 milliseconds