Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DMailWebView.java15 private int mCachedContentHeight; field in MailWebView
67 if (contentHeight != mCachedContentHeight) { in invalidate()
68 mCachedContentHeight = contentHeight; in invalidate()