Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DPointerEventDispatcher.java39 private final Point mTmpSize = new Point(); field in PointerEventDispatcher
55 mDisplayContent.getDisplay().getRealSize(mTmpSize); in onInputEvent()
58 rotation, mTmpSize.x, mTmpSize.y)); in onInputEvent()
DWindowStateAnimator.java164 private final Rect mTmpSize = new Rect(); field in WindowStateAnimator
332 w.calculateSurfaceBounds(attrs, mTmpSize); in createSurfaceLocked()
334 final int width = mTmpSize.width(); in createSurfaceLocked()
335 final int height = mTmpSize.height(); in createSurfaceLocked()
341 + " x=" + mTmpSize.left + " y=" + mTmpSize.top in createSurfaceLocked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DMediaArtworkProcessor.kt43 private val mTmpSize = Point() constant
57 context.display?.getSize(mTmpSize) in processArtwork()
59 MathUtils.fitRect(rect, Math.max(mTmpSize.x / DOWNSAMPLE, mTmpSize.y / DOWNSAMPLE)) in processArtwork()