HomeSort by relevance Sort by last modified time
    Searched refs:mNativeScrollY (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwScrollOffsetManager.java 55 private int mNativeScrollY;
151 mNativeScrollY = y;
244 if (x == mNativeScrollX && y == mNativeScrollY)
250 mNativeScrollY = y;
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwScrollOffsetManagerTest.java 23 private int mNativeScrollY;
51 return mNativeScrollY;
75 mNativeScrollY = y;

Completed in 30 milliseconds