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

  /frameworks/volley/src/main/java/com/android/volley/toolbox/
ImageRequest.java 181 int actualWidth = decodeOptions.outWidth;
186 actualWidth, actualHeight, mScaleType);
188 actualHeight, actualWidth, mScaleType);
195 findBestSampleSize(actualWidth, actualHeight, desiredWidth, desiredHeight);
226 * @param actualWidth Actual width of the bitmap
233 int actualWidth, int actualHeight, int desiredWidth, int desiredHeight) {
234 double wr = (double) actualWidth / desiredWidth;
  /hardware/ti/omap4-aah/libI420colorconvert/
ColorConvert.cpp 93 int actualWidth, int actualHeight,
97 *encoderWidth = actualWidth;
101 encoderRect->right = actualWidth - 1;
103 *encoderBufferSize = (actualWidth * actualHeight * 3 / 2);
  /hardware/ti/omap4xxx/libI420colorconvert/
ColorConvert.cpp 93 int actualWidth, int actualHeight,
97 *encoderWidth = actualWidth;
101 encoderRect->right = actualWidth - 1;
103 *encoderBufferSize = (actualWidth * actualHeight * 3 / 2);
  /cts/tests/tests/view/src/android/view/animation/cts/
TranslateAnimationTest.java 152 final int actualWidth = selfWidth;
171 assertEquals(RELATIVE_FROM_X_DELTA * actualWidth, values[Matrix.MTRANS_X], POSITION_DELTA);
177 assertEquals(((RELATIVE_TO_X_DELTA + RELATIVE_FROM_X_DELTA) / 2) * actualWidth,
185 assertEquals(RELATIVE_TO_X_DELTA * actualWidth, values[Matrix.MTRANS_X], POSITION_DELTA);
  /frameworks/base/core/java/android/text/method/
Touch.java 62 final int actualWidth = right - left;
64 if (actualWidth < availableWidth) {
66 x = left - ((availableWidth - actualWidth) / 2);
72 x = left - (availableWidth - actualWidth);
  /cts/tests/tests/view/src/android/view/cts/
SurfaceViewTest.java 85 int actualWidth = mMockSurfaceView.getWidthInOnMeasure();
87 assertEquals(expectedWidth, actualWidth);
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/
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}
    [all...]
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/widget/multiwaveview/
GlowPadView.java     [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.cpp 476 float actualWidth = fbWidth;
497 swapWidthHeight(actualWidth, actualHeight);
498 getAspectRatioPosition((int)fbWidth, (int)fbHeight, (int)actualWidth,
505 xRatio = (float)(inPos.x/actualWidth);
507 wRatio = (float)(inPos.w/actualWidth);
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp 463 float actualWidth = fbWidth;
484 swapWidthHeight(actualWidth, actualHeight);
485 getAspectRatioPosition((int)fbWidth, (int)fbHeight, (int)actualWidth,
492 xRatio = (float)((float)inPos.x/actualWidth);
494 wRatio = (float)((float)inPos.w/actualWidth);
    [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_utils.cpp 691 float actualWidth = fbWidth;
712 swapWidthHeight(actualWidth, actualHeight);
714 (int)actualWidth, (int)actualHeight, rect);
720 xRatio = (float)((float)inPos.x/actualWidth);
722 wRatio = (float)((float)inPos.w/actualWidth);
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.cpp 624 float actualWidth = fbWidth;
645 swapWidthHeight(actualWidth, actualHeight);
647 (int)actualWidth, (int)actualHeight, rect);
653 xRatio = (float)((float)inPos.x/actualWidth);
655 wRatio = (float)((float)inPos.w/actualWidth);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java     [all...]
  /external/sqlite/dist/orig/
shell.c 542 int actualWidth[100]; /* Actual width of each column */
855 if( i<ArraySize(p->actualWidth) ){
856 p->actualWidth[i] = w;
871 if( i<ArraySize(p->actualWidth) ){
872 w = p->actualWidth[i];
886 if( i<ArraySize(p->actualWidth) ){
887 w = p->actualWidth[i];
    [all...]
  /external/sqlite/dist/
shell.c 548 int actualWidth[100]; /* Actual width of each column */
861 if( i<ArraySize(p->actualWidth) ){
862 p->actualWidth[i] = w;
877 if( i<ArraySize(p->actualWidth) ){
878 w = p->actualWidth[i];
892 if( i<ArraySize(p->actualWidth) ){
893 w = p->actualWidth[i];
    [all...]

Completed in 947 milliseconds