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

/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DAndroidScrollIntegrationTest.java53 private int mMaxScrollYPix = -1; field in class:AndroidScrollIntegrationTest.ScrollTestContainerView
76 mMaxScrollYPix = maxScrollYPix;
92 if (mMaxScrollYPix != -1)
93 y = Math.min(mMaxScrollYPix, y);

Completed in 76 milliseconds