Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DMediaArtworkProcessor.kt43 private val mTmpSize = Point() regex
57 context.display?.getSize(mTmpSize)
59 MathUtils.fitRect(rect, Math.max(mTmpSize.x / DOWNSAMPLE, mTmpSize.y / DOWNSAMPLE))