Searched refs:mTmpSize (Results 1 – 2 of 2) sorted by relevance
44 private val mTmpSize = Point() constant in com.android.systemui.statusbar.MediaArtworkProcessor57 context.display.getSize(mTmpSize) in processArtwork()59 MathUtils.fitRect(rect, Math.max(mTmpSize.x / DOWNSAMPLE, mTmpSize.y / DOWNSAMPLE)) in processArtwork()
221 private final Rect mTmpSize = new Rect(); field in WindowStateAnimator454 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()