Searched defs:mLastHeightSent (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DWebView.java609 int mLastHeightSent; field in class:WebView
3027 if (newWidth != mLastWidthSent || newHeight != mLastHeightSent || force ||
3042 mLastHeightSent = newHeight;
5855 // When mHeightCanMeasure is true, we will set mLastHeightSent to 0
8847 && viewSize.y == mLastHeightSent;

Completed in 25 milliseconds