Searched defs:targetWidth (Results 1 - 1 of 1) sorted by relevance
/external/webkit/WebKit/android/jni/ | ||
H A D | WebViewCore.cpp | 1008 static int pin_pos(int x, int width, int targetWidth) argument 1010 if (x + width > targetWidth) 1011 x = targetWidth - width; |
Completed in 58 milliseconds