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

/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.cpp345 int scaledHeight = decodingBitmap.height(); local
349 scaledHeight = int(scaledHeight * scale + 0.5f);
355 env->SetIntField(options, gOptions_heightFieldID, scaledHeight);
414 const float sy = scaledHeight / float(decodingBitmap.height());
421 outputBitmap->setConfig(config, scaledWidth, scaledHeight, 0,
/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 106 milliseconds