Searched refs:scaledHeight (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.cpp259 int scaledHeight = decoded->height(); local
263 scaledHeight = int(scaledHeight * scale + 0.5f);
269 env->SetIntField(options, gOptions_heightFieldID, scaledHeight);
328 const float sy = scaledHeight / float(decoded->height());
341 bitmap->setConfig(config, scaledWidth, scaledHeight);
/frameworks/base/media/java/android/media/videoeditor/
H A DMediaItem.java441 final int scaledWidth, scaledHeight;
444 scaledHeight = getHeight();
447 scaledHeight = ((MediaImageItem)this).getScaledHeight();
454 if (bitmap.getWidth() != scaledWidth || bitmap.getHeight() != scaledHeight) {
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DGlowPadView.java1096 int scaledHeight = getScaledSuggestedMinimumHeight();
1098 computeInsets(computedWidth - scaledWidth, computedHeight - scaledHeight);

Completed in 163 milliseconds