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

/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java2939 static int pinLoc(int x, int viewMax, int docMax) { method in class:WebViewClassic
2940 // Log.d(LOGTAG, "-- pinLoc " + x + " " + viewMax + " " + docMax);
2958 return pinLoc(x, getViewWidth(), computeRealHorizontalScrollRange());
2964 return pinLoc(y, getViewHeightWithTitle(),

Completed in 25 milliseconds