Searched defs:actualHeight (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/volley/src/com/android/volley/toolbox/
H A DImageRequest.java148 int actualHeight = decodeOptions.outHeight;
152 actualWidth, actualHeight);
154 actualHeight, actualWidth);
161 findBestSampleSize(actualWidth, actualHeight, desiredWidth, desiredHeight);
193 * @param actualHeight Actual height of the bitmap
199 int actualWidth, int actualHeight, int desiredWidth, int desiredHeight) {
201 double hr = (double) actualHeight / desiredHeight;
198 findBestSampleSize( int actualWidth, int actualHeight, int desiredWidth, int desiredHeight) argument
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorVideoEncoder.cpp790 int actualHeight = pEncoderContext->mCodecParams->FrameHeight; local
797 actualWidth, actualHeight,
805 actualWidth, actualHeight,
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DGlowPadView.java1043 int actualWidth, int actualHeight) {
1076 if (desiredHeight > actualHeight) {
1077 scaleY = (1f * actualHeight - mMaxTargetHeight) /
1042 computeScaleFactor(int desiredWidth, int desiredHeight, int actualWidth, int actualHeight) argument

Completed in 1114 milliseconds