Searched refs:actualWidth (Results 1 – 4 of 4) sorted by relevance
/external/volley/src/main/java/com/android/volley/toolbox/ |
D | ImageRequest.java | 205 int actualWidth = decodeOptions.outWidth; in doParse() local 211 mMaxWidth, mMaxHeight, actualWidth, actualHeight, mScaleType); in doParse() 214 mMaxHeight, mMaxWidth, actualHeight, actualWidth, mScaleType); in doParse() 221 findBestSampleSize(actualWidth, actualHeight, desiredWidth, desiredHeight); in doParse() 272 int actualWidth, int actualHeight, int desiredWidth, int desiredHeight) { in findBestSampleSize() argument 273 double wr = (double) actualWidth / desiredWidth; in findBestSampleSize()
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/ |
D | bootstrap.js | 988 , actualWidth 1014 actualWidth = $tip[0].offsetWidth 1019 tp = {top: pos.top + pos.height, left: pos.left + pos.width / 2 - actualWidth / 2} 1022 tp = {top: pos.top - actualHeight, left: pos.left + pos.width / 2 - actualWidth / 2} 1025 tp = {top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left - actualWidth}
|
/external/sqlite/dist/orig/ |
D | shell.c | 7948 int actualWidth[100]; /* Actual width of each column */ member 8635 if( i<ArraySize(p->actualWidth) ){ in shell_callback() 8636 p->actualWidth[i] = w; in shell_callback() 8646 if( i<ArraySize(p->actualWidth) ){ in shell_callback() 8647 w = p->actualWidth[i]; in shell_callback() 8662 if( i<ArraySize(p->actualWidth) ){ in shell_callback() 8663 w = p->actualWidth[i]; in shell_callback()
|
/external/sqlite/dist/ |
D | shell.c | 7954 int actualWidth[100]; /* Actual width of each column */ member 8641 if( i<ArraySize(p->actualWidth) ){ in shell_callback() 8642 p->actualWidth[i] = w; in shell_callback() 8652 if( i<ArraySize(p->actualWidth) ){ in shell_callback() 8653 w = p->actualWidth[i]; in shell_callback() 8668 if( i<ArraySize(p->actualWidth) ){ in shell_callback() 8669 w = p->actualWidth[i]; in shell_callback()
|