Searched refs:mSurfaceFrame (Results 1 – 3 of 3) sorted by relevance
51 final Rect mSurfaceFrame = new Rect(); field in BaseSurfaceHolder186 mTmpDirty.set(mSurfaceFrame); in internalLockCanvas()235 return mSurfaceFrame; in getSurfaceFrame()239 mSurfaceFrame.top = 0; in setSurfaceFrameSize()240 mSurfaceFrame.left = 0; in setSurfaceFrameSize()241 mSurfaceFrame.right = width; in setSurfaceFrameSize()242 mSurfaceFrame.bottom = height; in setSurfaceFrameSize()
282 final Rect mSurfaceFrame = new Rect(); field in SurfaceView1053 mSurfaceFrame.left = 0; in performSurfaceTransaction()1054 mSurfaceFrame.top = 0; in performSurfaceTransaction()1056 mSurfaceFrame.right = mSurfaceWidth; in performSurfaceTransaction()1057 mSurfaceFrame.bottom = mSurfaceHeight; in performSurfaceTransaction()1060 mSurfaceFrame.right = (int) (mSurfaceWidth * appInvertedScale + 0.5f); in performSurfaceTransaction()1061 mSurfaceFrame.bottom = (int) (mSurfaceHeight * appInvertedScale + 0.5f); in performSurfaceTransaction()1063 final int surfaceWidth = mSurfaceFrame.right; in performSurfaceTransaction()1064 final int surfaceHeight = mSurfaceFrame.bottom; in performSurfaceTransaction()1282 + ", frame=" + mSurfaceFrame); in updateSurface()[all …]
84843 Lcom/android/internal/view/BaseSurfaceHolder;->mSurfaceFrame:Landroid/graphics/Rect;