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

  /frameworks/support/volley/src/com/android/volley/toolbox/
ImageRequest.java 149 int actualHeight = decodeOptions.outHeight;
153 actualWidth, actualHeight);
155 actualHeight, actualWidth);
162 findBestSampleSize(actualWidth, actualHeight, desiredWidth, desiredHeight);
194 * @param actualHeight Actual height of the bitmap
200 int actualWidth, int actualHeight, int desiredWidth, int desiredHeight) {
202 double hr = (double) actualHeight / desiredHeight;
  /hardware/ti/omap4xxx/libI420colorconvert/
ColorConvert.cpp 93 int actualWidth, int actualHeight,
98 *encoderHeight = actualHeight;
102 encoderRect->bottom = actualHeight - 1;
103 *encoderBufferSize = (actualWidth * actualHeight * 3 / 2);
  /cts/tests/tests/view/src/android/view/animation/cts/
TranslateAnimationTest.java 153 final int actualHeight = parentHeight;
172 assertEquals(RELATIVE_FROM_Y_DELTA * actualHeight, values[Matrix.MTRANS_Y], POSITION_DELTA);
179 assertEquals(((RELATIVE_TO_Y_DELTA + RELATIVE_FROM_Y_DELTA) / 2) * actualHeight,
186 assertEquals(RELATIVE_TO_Y_DELTA * actualHeight, values[Matrix.MTRANS_Y], POSITION_DELTA);
  /cts/tests/tests/view/src/android/view/cts/
SurfaceViewTest.java 78 int actualHeight = mMockSurfaceView.getHeightInOnMeasure();
80 assertEquals(expectedHeight, actualHeight);
  /external/webkit/Source/WebCore/platform/graphics/win/
QTMovieGWorld.cpp 412 int actualHeight = (windowRatio < movieRatio) ? (windowWidth / movieRatio) : windowHeight;
414 int offsetY = (windowHeight - actualHeight) / 2;
419 rect.bottom = offsetY + actualHeight;
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/h264dec/
SEC_OMX_H264dec.c     [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/mpeg4dec/
SEC_OMX_Mpeg4dec.c     [all...]
  /external/webkit/Source/WebCore/platform/
ScrollView.h 176 int actualHeight() const;
ScrollView.cpp 317 int ScrollView::actualHeight() const {
    [all...]
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorVideoEncoder.cpp 790 int actualHeight = pEncoderContext->mCodecParams->FrameHeight;
797 actualWidth, actualHeight,
805 actualWidth, actualHeight,
    [all...]
  /external/quake/quake/src/WinQuake/
gl_vidlinuxglx.cpp 741 int actualWidth, actualHeight;
833 actualHeight = vidmodes[best_fit]->vdisplay;
  /external/webkit/Source/WebCore/page/
DOMWindow.cpp 1099 return static_cast<int>(view->actualHeight() / m_frame->pageZoomFactor());
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java     [all...]

Completed in 390 milliseconds