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

/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java693 private final Rect mInvScreenRect = new Rect(); field in class:WebViewClassic
4245 Rect invScreenRect = mIsWebViewVisible ? mInvScreenRect : null;
5534 mInvScreenRect.set(mTempVisibleRect);
5539 mScreenRect.set(mInvScreenRect);
5540 int savedWebViewBottom = mInvScreenRect.bottom;
5541 mInvScreenRect.bottom = rootViewHeight - mInvScreenRect.top - getVisibleTitleHeightImpl();
5542 mInvScreenRect.top = rootViewHeight - savedWebViewBottom;
5551 nativeUpdateDrawGLFunction(mNativeClass, mIsWebViewVisible ? mInvScreenRect : null,

Completed in 80 milliseconds