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

/frameworks/support/volley/src/com/android/volley/toolbox/
H A DImageRequest.java147 int actualWidth = decodeOptions.outWidth;
152 actualWidth, actualHeight);
154 actualHeight, actualWidth);
161 findBestSampleSize(actualWidth, actualHeight, desiredWidth, desiredHeight);
192 * @param actualWidth Actual width of the bitmap
199 int actualWidth, int actualHeight, int desiredWidth, int desiredHeight) {
200 double wr = (double) actualWidth / desiredWidth;
198 findBestSampleSize( int actualWidth, int actualHeight, int desiredWidth, int desiredHeight) argument
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorVideoEncoder.cpp789 int actualWidth = pEncoderContext->mCodecParams->FrameWidth; local
797 actualWidth, actualHeight,
805 actualWidth, actualHeight,
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DGlowPadView.java1043 int actualWidth, int actualHeight) {
1064 if (desiredWidth > actualWidth) {
1065 scaleX = (1f * actualWidth - mMaxTargetWidth) /
1042 computeScaleFactor(int desiredWidth, int desiredHeight, int actualWidth, int actualHeight) argument

Completed in 297 milliseconds