Searched refs:getScaledWidth (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp453 bool redrawNeeded = allocateBitmapIfNeeded(mStagingCache, mStagingProperties.getScaledWidth(),
488 bool redrawNeeded = allocateBitmapIfNeeded(mCache, mProperties.getScaledWidth(),
500 bool canReuseSurface = surface && dst.width() >= mProperties.getScaledWidth() &&
503 int scaledWidth = SkScalarCeilToInt(mProperties.getScaledWidth());
571 int scaledWidth = SkScalarCeilToInt(mProperties.getScaledWidth());
H A DVectorDrawable.h611 float getScaledWidth() const { return mNonAnimatableProperties.scaledWidth; } function in class:android::uirenderer::VectorDrawable::Tree::TreeProperties
/frameworks/support/compat/src/main/java/androidx/core/graphics/drawable/
H A DRoundedBitmapDrawable.java84 mBitmapWidth = mBitmap.getScaledWidth(mTargetDensity);
/frameworks/base/tests/DpiTest/src/com/google/android/test/dpi/
H A DDpiTestActivity.java239 mBitmap.getScaledWidth(metrics),
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java1441 * Convenience for calling {@link #getScaledWidth(int)} with the target
1444 public int getScaledWidth(Canvas canvas) { method in class:Bitmap
1457 * Convenience for calling {@link #getScaledWidth(int)} with the target
1460 public int getScaledWidth(DisplayMetrics metrics) { method in class:Bitmap
1479 public int getScaledWidth(int targetDensity) { method in class:Bitmap
/frameworks/base/graphics/java/android/graphics/drawable/
H A DBitmapDrawable.java233 mBitmapWidth = bitmap.getScaledWidth(mTargetDensity);
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 139 milliseconds