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

/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwScrollOffsetManager.java63 private int mContainerViewHeight; field in class:AwScrollOffsetManager
99 return mContainerViewHeight + mMaxVerticalScrollOffset;
111 return mContainerViewHeight;
128 mContainerViewHeight = height;
345 int dy = -mContainerViewHeight / 2;
346 if (mContainerViewHeight > 2 * PAGE_SCROLL_OVERLAP) {
347 dy = -mContainerViewHeight + PAGE_SCROLL_OVERLAP;
364 int dy = mContainerViewHeight / 2;
365 if (mContainerViewHeight > 2 * PAGE_SCROLL_OVERLAP) {
366 dy = mContainerViewHeight
[all...]

Completed in 69 milliseconds