Home
last modified time | relevance | path

Searched refs:mDimension (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DInsetDrawable.java291 return (int) (childWidth / (1 - fraction)) + mState.mInsetLeft.mDimension in getIntrinsicWidth()
292 + mState.mInsetRight.mDimension; in getIntrinsicWidth()
302 return (int) (childHeight / (1 - fraction)) + mState.mInsetTop.mDimension in getIntrinsicHeight()
303 + mState.mInsetBottom.mDimension; in getIntrinsicHeight()
389 int mDimension; field in InsetDrawable.InsetValue
397 mDimension = dimension; in InsetValue()
400 return (int) (boundSize * mFraction) + mDimension; in getDimension()
404 if (mDimension != 0) { in scaleFromDensity()
405 mDimension = Bitmap.scaleFromDensity(mDimension, sourceDensity, targetDensity); in scaleFromDensity()
411 return new InsetValue(mFraction, mDimension); in clone()
/aosp14/frameworks/base/tests/GamePerformance/src/android/gameperformance/
H A DRenderPatch.java39 private final float mDimension; field in RenderPatch
46 mDimension = dimension; in RenderPatch()
136 return mDimension; in getDimension()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt17073 Landroid/graphics/drawable/InsetDrawable$InsetValue;->mDimension:I