Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DMediaArtworkProcessor.kt44 private val mTmpSize = Point() constant in com.android.systemui.statusbar.MediaArtworkProcessor
57 context.display.getSize(mTmpSize) in processArtwork()
59 MathUtils.fitRect(rect, Math.max(mTmpSize.x / DOWNSAMPLE, mTmpSize.y / DOWNSAMPLE)) in processArtwork()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowStateAnimator.java221 private final Rect mTmpSize = new Rect(); field in WindowStateAnimator
454 calculateSurfaceBounds(w, attrs, mTmpSize); in createSurfaceLocked()
455 final int width = mTmpSize.width(); in createSurfaceLocked()
456 final int height = mTmpSize.height(); in createSurfaceLocked()
462 + " x=" + mTmpSize.left + " y=" + mTmpSize.top in createSurfaceLocked()
836 calculateSurfaceBounds(w, attrs, mTmpSize); in setSurfaceBoundariesLocked()
853 mTmpSize.width(), mTmpSize.height(), recoveringMemory); in setSurfaceBoundariesLocked()