Searched refs:mTmpSize (Results 1 – 3 of 3) sorted by relevance
39 private final Point mTmpSize = new Point(); field in PointerEventDispatcher55 mDisplayContent.getDisplay().getRealSize(mTmpSize); in onInputEvent()58 rotation, mTmpSize.x, mTmpSize.y)); in onInputEvent()
164 private final Rect mTmpSize = new Rect(); field in WindowStateAnimator332 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()
43 private val mTmpSize = Point() constant57 context.display?.getSize(mTmpSize) in processArtwork()59 MathUtils.fitRect(rect, Math.max(mTmpSize.x / DOWNSAMPLE, mTmpSize.y / DOWNSAMPLE)) in processArtwork()