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

/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.cpp344 int scaledWidth = decodingBitmap.width(); local
348 scaledWidth = int(scaledWidth * scale + 0.5f);
354 env->SetIntField(options, gOptions_widthFieldID, scaledWidth);
413 const float sx = scaledWidth / float(decodingBitmap.width());
421 outputBitmap->setConfig(config, scaledWidth, scaledHeight, 0,
/frameworks/base/media/java/android/media/videoeditor/
H A DMediaItem.java441 final int scaledWidth, scaledHeight;
443 scaledWidth = getWidth();
446 scaledWidth = ((MediaImageItem)this).getScaledWidth();
454 if (bitmap.getWidth() != scaledWidth || bitmap.getHeight() != scaledHeight) {
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DGlowPadView.java1095 int scaledWidth = getScaledSuggestedMinimumWidth();
1098 computeInsets(computedWidth - scaledWidth, computedHeight - scaledHeight);

Completed in 141 milliseconds