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()
215 final Rect mSurfaceFrame = new Rect(); field in SurfaceView1042 mSurfaceFrame.left = 0; in performSurfaceTransaction()1043 mSurfaceFrame.top = 0; in performSurfaceTransaction()1045 mSurfaceFrame.right = mSurfaceWidth; in performSurfaceTransaction()1046 mSurfaceFrame.bottom = mSurfaceHeight; in performSurfaceTransaction()1049 mSurfaceFrame.right = (int) (mSurfaceWidth * appInvertedScale + 0.5f); in performSurfaceTransaction()1050 mSurfaceFrame.bottom = (int) (mSurfaceHeight * appInvertedScale + 0.5f); in performSurfaceTransaction()1052 final int surfaceWidth = mSurfaceFrame.right; in performSurfaceTransaction()1053 final int surfaceHeight = mSurfaceFrame.bottom; in performSurfaceTransaction()1225 + ", frame=" + mSurfaceFrame); in updateSurface()[all …]
88809 Lcom/android/internal/view/BaseSurfaceHolder;->mSurfaceFrame:Landroid/graphics/Rect;